Forum eedomus
https://forum.eedomus.com/

[Store] Ampli Denon série H
https://forum.eedomus.com/viewtopic.php?f=50&t=10712
Page 1 sur 1
Auteur:  AKAN [ 15 Mai 2021 10:36 ]
Sujet du message:  [Store] Ampli Denon série H

Bonjour,

Voici un plugin qui peut envoyer les commandes de contrôle sur les séries récentes d'amplificateurs AV Denon de type H.
il est publié dans le Store.
J'espère qu'il vous servira.

Bon film ;)

Code : Tout sélectionner
{
   "plugin_id": "denonavrxh",
   "name_fr": "Denon Série H",
   "icon": "Ampli-Denon.png",
   "version": "1.04",
   "creation_date": "2021-04-24",
   "modification_date": "2021-05-15",
   "author":"<a href='https://forum.eedomus.com/memberlist.php?mode=viewprofile&u=1248' target='_blank'>AKAN<img src='/img/external.png'></a>",
   "description_fr": "Basé sur le plugin original de Xianghua. Plugin compatible avec les séries AVRX-H de <a href='https://www.denon.fr/fr/product/homecinema/avreceiver' target='_blank'>Denon</a> <br>Attention, celui-ci n'est pas compatible avec les modèles plus anciens<br>Mon premier plugin, soyez indulgents ;-)",
   "description_en": " Based on Xianghua Original plugin. Works only with AVRX-H of <a href='https://usa.denon.com/us/product/hometheater/receivers' target='_blank'>Denon</a> AVRX-H but not with older receivers",
   "description_es": "",
   "description_it": "",
   "description_de": "",
   "forum_link": "",
   "parameters": [
      {
         "parameter": "IP",
         "description": "Adresse IP",
         "xtype": "textfield",
         "default_value": "",
         "field": "width:130, allowBlank:false, maskRe:/[0-9.]/, regex:/^(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])$/,  regexText:'Adresse IP invalide [0-255].[0-255].[0-255].[0-255]'"
      }
   ],
   "devices": [
      {
         "device_id": "denoncontrol",
         "module_id": "41",
         "type": "http",
         "name_fr": "Denon Control",
         "name_en": "Denon Control",
         "icon": "ampli.png",
         "utilisation_id": "43",
         "parameters": {
            "VAR1": "plugin.parameters.IP",
            "value_type": "list",
            "ignore_errors": 3,
            "RAW_URL": "",
            "RAW_XPATH": "",
            "POLLING": "1",
            "convert": 0
         },
         "values": [
            {
               "value": "ON",
               "description": "On",
               "icon": "Denon-On.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "PWON"
            },
            {
               "value": "STANDBY",
               "description": "Off",
               "icon": "Denon-Off.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "PWOFF"
            },
            {
               "value": 0,
               "description": "Mute",
               "icon": "mute.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MUON"
            },
            {
               "value": 1,
               "description": "Unmute",
               "icon": "unmute.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MUOFF"
            },
            {
               "value": 2,
               "description": "Plus",
               "icon": "plus.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MVUP"
            },
            {
               "value": 3,
               "description": "Moins",
               "icon": "moins.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MVDOWN"
            },
            {
               "value": 4,
               "description": "Sleep 30 mn",
               "icon": "timewakeup.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SLP030"
            },
            {
               "value": 10,
               "description": "10",
               "icon": "volume10.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV10"
            },
            {
               "value": 20,
               "description": "20",
               "icon": "volume20.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV20"
            },
            {
               "value": 30,
               "description": "30",
               "icon": "volume30.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV30"
            },
            {
               "value": 40,
               "description": "40",
               "icon": "volume40.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV40"
            },
            {
               "value": 50,
               "description": "50",
               "icon": "volume50.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV50"
            },
            {
               "value": 60,
               "description": "60",
               "icon": "volume60.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV60"
            },
            {
               "value": 70,
               "description": "70",
               "icon": "volume70.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "MV70"
            },         
            {
               "value": "TV Audio",
               "description": "TV Audio",
               "icon": "tv.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SITV"
            },
            {
               "value": "Bluetooth",
               "description": "Bluetooth",
               "icon": "bluetooth.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SIBT"
            },
            {
               "value": "Online Music",
               "description": "Internet Radio",
               "icon": "radio.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SIIRP"
            },
            {
               "value": "Game",
               "description": "Game",
               "icon": "game.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SIGAME"
            },
            {
               "value": "Media Player",
               "description": "Media Player",
               "icon": "shield.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SIMPLAY"
            },
            {
               "value": "Blu-ray",
               "description": "Blu-ray",
               "icon": "bluray.png",
               "http_url": "http://[VAR1]:8080/goform/formiPhoneAppDirect.xml?",
               "http_type": "GET",
               "http_params": "SIAUX1"
            }
         ]
      }
   ]
}
Auteur:  milillicuti [ 18 Mai 2021 13:33 ]
Sujet du message:  Re: [Store] Ampli Denon série H

Top, merci ! Ca va remplacer mes scripts persos ;)

Il ne manque que MSQUICK1 (et les suivants) pour piloter les raccourcis.
Auteur:  ebcb89 [ 21 Sep 2021 21:26 ]
Sujet du message:  Re: [Store] Ampli Denon série H

Bonsoir

veux pas marcher " "SIIRP"" pour moi............?
une idée?
Auteur:  homeconbin [ 14 Août 2022 08:14 ]
Sujet du message:  Re: [Store] Ampli Denon série H

Hello les copains,

:) Déjà, un grand merci pour ce plugin qui marche de ouf chez moi, c'est le top !

J'ai une question concernant l'arrêt de l'ampli.

Quand je lance une commande d'arrêt, il n'arrête que la main zone et pas la zone 2 ce qui fait que l'ampli reste allumé finalement.

Une idée ?

Merci, Home.
Auteur:  rosydam [ 29 Mars 2024 10:10 ]
Sujet du message:  Re: [Store] Ampli Denon série H

homeconbin a écrit:Hello les copains,

:) Déjà, un grand merci pour ce plugin qui marche Geometry Dash de ouf chez moi, c'est le top !

J'ai une question concernant l'arrêt de l'ampli.

Quand je lance une commande d'arrêt, il n'arrête que la main zone et pas la zone 2 ce qui fait que l'ampli reste allumé finalement.

Une idée ?

Merci, Home.

Des interférences peuvent perturber la communication entre le plugin et l'ampli. Essaie de rapprocher le smartphone de l'ampli et de limiter les sources d'interférences (lumière du soleil, lampes fluorescentes, etc.).
Page 1 sur 1 Le fuseau horaire est UTC+1 heure