NSPManager / NSPanelManager

Sonoff NSPanel custom firmware for responsive and intuitive use
https://nspanelmanager.com/
128 stars 10 forks source link

[Fix] Enable Button 'Detached Mode' to control other room lights #97

Open arielwulkan opened 8 months ago

arielwulkan commented 8 months ago

Currently, the Button Detached Mode allows only to control lights in the main room. It would be necessary to control lights in other rooms too.

Example case: I Added my Fan Switch as a light to another room (so it wouldn't turn on/off every time the lights are toggled), the goal was to use the panel's button detached mode to control it, but currently that isn't possible because of that limitation.

chakalaka91 commented 7 months ago

You could control anything with a custom mqtt, that's how I roll with it.

arielwulkan commented 7 months ago

You could control anything with a custom mqtt, that's how I roll with it.

How?

cablesandcoffee commented 5 months ago

Isn't this a problem because of the fact that the project only support lights at this point. As soon as you are able to add other things, like a switch to a room this will not be a problem. Then you can add your fan as a switch to the correct room and it will not be affected by the "lights rules" on the main page.

tpanajott commented 5 months ago

Well, no. The button handling is independent of the light rules. That's why the buttons don't follow the room you have selected and stay active for the default room of that panel.