You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When working on the front end, the constant barrage of red boxes for devices that cannot be pinged is a bit overkill. I know these devices cannot be pinged, e,g, because they are lights that are physically switched off.
This is especially annoying when working on a small screen (phone), since it renders the interface completely useless unless I go and turn on all physical switches
Describe the solution you'd like
Some possible solutions:
add a flag to allow user to decide whether they want to see those red boxes or not. If not, the info is still available in the log.
add a setting on a device that says: I know this is behind a switch, so don't bother me when it is offline
don't attempt to continually ping such devices, wait for them to announce that they are back before you start pinging again
Describe alternatives you've considered
Have tried to play with log settings but these do not seem to have an impact on the red boxes
The text was updated successfully, but these errors were encountered:
I would recommend to group issues of the same type rather than turning them off. That would also improve the UX for other cases when you get flooded by toasty popups.
If issue count hits >3 just add a text like:
z2m: Failed to ping device ... (Repeated N times)
Unfortunately it looks this toast / popup component does not support that out of the box, so it needs some customization.
Is your feature request related to a problem? Please describe.
When working on the front end, the constant barrage of red boxes for devices that cannot be pinged is a bit overkill. I know these devices cannot be pinged, e,g, because they are lights that are physically switched off.
This is especially annoying when working on a small screen (phone), since it renders the interface completely useless unless I go and turn on all physical switches
Describe the solution you'd like
Some possible solutions:
Describe alternatives you've considered
Have tried to play with log settings but these do not seem to have an impact on the red boxes
The text was updated successfully, but these errors were encountered: