Low bandwidth entities #1265
Unanswered
rlippmann
asked this question in
Entity Models
Replies: 1 comment 1 reply
-
Also, there are situations where a device can be in an incorrect state on HA and that should not prevent the user from controlling the device. For example, an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking about having low bandwidth entities for things like lights/switches for performance.
Protocols like Z-Wave/Zigbee can get overloaded by sending too much data, so avoiding actually sending something like a turn on command to a device that is already on could increase responsiveness/reliability.
I was thinking something like this:
And then subclasses could be created thusly:
in components/switch:
in components/light:
and in integrations:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions