Replies: 1 comment 11 replies
-
Should be. Just move them in the replacement dict and try it. |
Beta Was this translation helpful? Give feedback.
11 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i am trying to write a ZHA quirk to allow using a device which reports only the Basic cluster as IN cluster, and three sensors (power, temperature, humidity) as OUT clusters:
"endpoints": { "1": { "profile_id": 260, "device_type": "0x000c", "in_clusters": [ "0x0000" ], "out_clusters": [ "0x0001", "0x0402", "0x0408" ] }
If i understand correctly the sensor values should be read via IN clusters, so my question would be: is it possible to "change" an OUT cluster into an IN cluster using a quirk or not at all?
Thanks for any hint!!
Beta Was this translation helpful? Give feedback.
All reactions