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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Would be nice to be able to configure multiple sets of pages to be loaded based on various scenarios.
A typical use case is with plates having local relays like Lanbon L8, where the device should be usable even without a network connection.
To differentiate between the case when there's no network connection (yet, or anymore) and when there is, ESPHome's binary_sensor: - platform: status is useful, which could trigger with on_status action loading of a page set containing objects controlling only local relays for when there's no connection with HA, and loading a bigger page set when there is.
From all pagesets one could be designated as default to load at boot, or if not, one could place a pageset.load action to the esphome.on_boot automation trigger.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would be nice to be able to configure multiple sets of pages to be loaded based on various scenarios.
A typical use case is with plates having local relays like Lanbon L8, where the device should be usable even without a network connection.
To differentiate between the case when there's no network connection (yet, or anymore) and when there is, ESPHome's
binary_sensor: - platform: status
is useful, which could trigger withon_status
action loading of a page set containing objects controlling only local relays for when there's no connection with HA, and loading a bigger page set when there is.Maybe with actions like:
From all pagesets one could be designated as
default
to load at boot, or if not, one could place apageset.load
action to theesphome.on_boot
automation trigger.Like:
Beta Was this translation helpful? Give feedback.
All reactions