NSPManager / NSPanelManager

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

Web UI live log on individual panel shows log from other panels? #43

Closed cablesandcoffee closed 1 year ago

cablesandcoffee commented 1 year ago

Not sure what the correct behavior here is but if a panel is set to log level:debug, nothing should be seen in the live log for that panel right?

Right now I'm uploading tft file to 2 panels but all 7 panels live logs is showing the process of tft file upload. Some of them has debug level set to none aswell. Is this correct behavior?

cablesandcoffee commented 1 year ago

I saw now that I only had one panel in debug mode and that was one the two that was getting a new tft file.

tpanajott commented 1 year ago

Debug is the highest log level but on the page for a panel only logs from that panel should be visible.

tpanajott commented 1 year ago

This does seem to be the case if the panels have the same name. Need to implement a MAC-address check for this.

tpanajott commented 1 year ago

The above it not correct. The live log show ANY log from ANY panel.