1
Support Questions / Re: 2 commands atached to a button, but getting 2-3 inputs on every button press
« on: January 18, 2019, 06:09:31 PM »Are you trying to toggle a bit on the PLC?
Im sending a http command to a home automation controller (a zwave controller) that is on the same home network as advancedhmi,
Sample command:
http://192.168.1.104:3480/data_request?id=lu_action&output_format=json&DeviceNum=18&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1
The end target value turns on or off particular switches etc...
I have a button on the hmi to turn on and off the same light etc.. One click to turn on, then one click on the same button to turn off
Matt