Hello everybody
Is any person how can write support to code Controller Domoticz for feature BUTTON INCLUSION for MySensors ? Like is in Vera controller. This will be good function.
@ostgardh - I have the same setup and never uses inclusion mode button on the hardware. There is a setup in the domoticz software to turn off inclusion but normal case is that it includes everything that sends a value.
the problem is "if (switch.state == 'On') then" that not works, write:
if (switch.active) then
or
if (switch.inActive) then
Device attributes and methods for all devices
@goblin feel free to share concrete error messages or questions. We might be able to help on well-described problems. Otherwise - hope ChatGPT can help you