first of all I would like to thank you all for creating this community. It's really helpful for us so called 'noobs'.
I have a radio (Pinell SuperSound II) that communicates through Frontier.
As of now I can switch the radio on/off, select volume, change channels and so forth. Everything is done through http requests. For example:
Code: Select all
http://192.168.1.150/fsapi/SET/netRemote.sys.power?pin=1234&value=1
Goal
Updating the virtual switch based on information through XML (this is a new field for me, I apologize if I use the wrong terms). I simply want Domoticz to update the switch status if the radio physically get's powered on.
What I know so far
The following http request:
Code: Select all
http://192.168.1.150/fsapi/GET/netRemote.sys.power?pin=1234
Code: Select all
<fsapiResponse>
<status>FS_OK</status>
<value>
<u8>1</u8>
</value>
</fsapiResponse>
.extraClassAspect {-webkit-transform: scaleX(1.35)!important;}.extraClassCrop {-webkit-transform: scale(1.35)!important;}
I found some documentation for OpenHab if this could be useful for someone: https://github.com/openhab/openhab1-add ... io-Binding
Thanks
Regards
Version: 3.8153
Raspberry Pi 2
Hue, Z-wave, RF