Hi,
Using Home Assistant, I'm playing with the Node Red plugin
node node-red-contrib-loxone.
Using the Webservice node in Node Red, I know on how to send a command or get the status from a virtual input/output, but I try to skip the step of having to create virtual inputs and outputs for each 'variable' (memory flag).
If that is not possible, what would be the best way to solve this problem? Can I use one virtual input / output to set different memory flags?
This is the problem I want to solve:
I have a bunch of Zigbee devices: sensors like fire alarms, door contacts, PIR sensors, but also devices like lights and TRVs that need 2-way bindings.
These can be easily linked in Home Assistant, and now I want to integrate these in Loxone by syncing their status between Loxone and Home Assistant.
Any ideas to do this in an easy fashion would be awesome! I'm thinking to handle events in bulk for all devices of the same type, but don't see a way to do this yet.
Thanks!
Gert