Now I have Node-red connected to HomeSeer I’m looking to build a simple first flow, to get the idea how this works. But most howto are about flows in HA and not in combination with HomeSeer. So anyone who has a simple to understand flow which helps me to build a first flow having a device status in HomeSeer set from Off to On. Using a switch (from the dashboard) or an inject as I tried in my example. since I have no idea how to get there. Any howto (youtube) or other samples are appreciated as well. Thanks.
[{"id":"6bc9179586104c63","type":"hs-device","z":"dc1404c404fe1bd4","name":"Beneden Bijkeuken Fibaro Switch Binary Node 18 Root Switch Binary 1","device":"24","server":"367ff7807724edc9","feature":"25","reportonstartup":true,"x":560,"y":460,"wires":[["f03e96688bdbd1ba"]]},{"id":"f03e96688bdbd1ba","type":"debug","z":"dc1404c404fe1bd4","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":920,"y":600,"wires":[]},{"id":"3fd5ad04e634e898","type":"inject","z":"dc1404c404fe1bd4","name":"On","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"On","payload":"control","payloadType":"str","x":170,"y":440,"wires":[["6bc9179586104c63"]]},{"id":"9c5b0ec41354855e","type":"inject","z":"dc1404c404fe1bd4","name":"Off","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"Off","payload":"control","payloadType":"str","x":170,"y":500,"wires":[["6bc9179586104c63"]]},{"id":"367ff7807724edc9","type":"hs-server","name":"HomeSeer Server","host":"192.168.0.30","port":"80"}]
Edit!
Got it working now. Both for devices and events it seems to work. Nice!