Replies: 2 comments 1 reply
-
Sensors:(value is always the default value and could be different from what is shown here)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Outputs
|
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
-
The correct setup of clusters is not always trivial and requires careful reading of the Zigbee cluster library
So lets collect endpoint/cluster/attribute definitions that are know to work. With this we can help each other to get working setups and it would help me to finally implement an automated setup of the definitions.
Device types have two purposes:
device type = HA_TEMPERATURE_SENSOR_DEVICE
in oder to bind and read the temperature cluster.Available device types can be found here, clusters that are included here and the full definitions are in the ZigBee Home Automation Application Profile
In the end it is up to you how you want to implement multiple devices. You can add all to one endpoint or setup many endpoints. If no device type is fitting you can always use
TEST
orCUSTOM_ATTR
. (SIMPLE_SENSOR
should only be used for a binary switch.)Beta Was this translation helpful? Give feedback.
All reactions