Remote XMLAPI for sensors and switches
Posted: Sunday 03 January 2016 21:42
Hi,
Let me introduce me first. I'm Martijn, from the Netherlands and just started with Domoticz.
I currently have a Control4 system which is working fine however expanding it is pretty expensive and should be done by an installer.
I'd like to be in the driver seat
I currently have HomeMatic for my lightning and Motion detectors and I would love to get them running in Domoticz.
Switching is easy done by: http://192.168.1.52/config/xmlapi/state ... se_id=1822[/b]&new_value=1
The PIRs have a similar string value="false" or value="true"
But It should be nice if I can somehow trigger/read what the current status is
<channel name="<ChannelName>:1" ise_id="1822" visible="true" operate="true">
<datapoint name="<DatapointName:1.LEVEL" type="LEVEL" ise_id="1594" value="1.000000" valuetype="6" valueunit="100%" timestamp="1451852268" operations="7"/>
Is this possible by the UI or should I write a (LUA) script for this?
Let me introduce me first. I'm Martijn, from the Netherlands and just started with Domoticz.
I currently have a Control4 system which is working fine however expanding it is pretty expensive and should be done by an installer.
I'd like to be in the driver seat
I currently have HomeMatic for my lightning and Motion detectors and I would love to get them running in Domoticz.
Switching is easy done by: http://192.168.1.52/config/xmlapi/state ... se_id=1822[/b]&new_value=1
The PIRs have a similar string value="false" or value="true"
But It should be nice if I can somehow trigger/read what the current status is
<channel name="<ChannelName>:1" ise_id="1822" visible="true" operate="true">
<datapoint name="<DatapointName:1.LEVEL" type="LEVEL" ise_id="1594" value="1.000000" valuetype="6" valueunit="100%" timestamp="1451852268" operations="7"/>
Is this possible by the UI or should I write a (LUA) script for this?