Aller au contenu

Messages recommandés

Posté(e) (modifié)

Salut a tous

 

HELP :(

 

voila 2 jours que cherche un moyen de trouver le lien API pour activée ou déactivée un des relais et après l'intégrée a un rerquette dans ma HC2 FIBARO

 

 

 

http://denkovi.com/web-snmp-controlled-8-relay-board-daenetip2-v2

et

http://denkovi.com/daenetip2-v2-snmp-ethernet-controller-with-24-digital-analog-io

 

 

voici le code API

 

 

HTTP API Commands

DAEnetIP2 v2 i/o lines can be controlled/accessed via HTTP API commands and basic access authentication is required to do that.

 

The digital outputs (P3 and P5) can be controlled by sending this HTTP command:

http://admin:admin@device.ip.address/iochange.cgi?ref=re-io&01=00&02=FF

 
admin:admin are the username:password
device.ip.address is the DAEnetIP2 v2 IP address (by default it is 192.168.1.100)
01=00 is the state of P3 DO
02=FFis the state of P5 DO
 
For example:
http://admin:admin@192.168.1.100/iochange.cgi?ref=re-io&01=00&02=FF
 
 
The i/o states (P3, P5, P6) can be retreived by sending this HTTP command:
 
 
merci d'avance pour votre aide 

 

Modifié par 971jmd
×
×
  • Créer...