Good afternoon,
I'm have had/used a Aeon Dual Nano in its default settings to switch two loads (two dumb switches) for a while.
I recently 'upgraded' my outside flood lights to RGB Matter lights and no longer want the physical switch to turn the load off but instead just send a signal to HA to trigger a light group to turn on/off. This is so power remains always on the bulbs.
I modified S2's config parameter 123 to [2] (Association group 4) instead of what was the default [3] (Load and association group 4)
I also created a group association for Endpoint 2 for group 'Button 2' that points to NodeID_1 target endpoint 'Root Endpoint' I think this is saying to send a signal when you flip switch 2 but I'm guessing here. In the image the top association was there (I did not add it)
When I switch S2, it no longer triggers the relay to turn on/off the load, but I am getting an mqtt event that appears to be tracking on/off with a value of '0' or '255'. what I cannot figure out is how to access this, information within HA so I can trigger automations to control the light group.
I've been jumping all over by searching on this topic and finding tidbits of info but am unable to piece it together.
In MQ explorer, I found the json message that is sent when I toggle the light, which is attached.
Any help or guidance would be greatly appreciated.