-
Notifications
You must be signed in to change notification settings - Fork 60
zigbee change offsets of humidity and temp? #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Preferably through home assistant |
Yes you can. https://github.com/devbis/z03mmc?tab=readme-ov-file#configuring-the-device |
Okay I've tried several things but I don't know how to change the values through home assistant with ZHA. Could you help me? Here is what I tried: Modify values through the device page
In there we have values for temperature measurement 0x0402. and a min, a max and some more attributes, but not attribute: 0x0010. I can write values but that doesn't seem to have an effect. use developer tools / call service / issue zigbee cluster command
I know the ieee of the device, I know the cluster id (1) but I am a bit lost on what to do next. |
oh noo, do I need to translate the hex to integer?
This at least gives me a green check mark on execution. service: zha.set_zigbee_cluster_attribute
data:
cluster_type: in
ieee: [mac address]
cluster_id: 1026
endpoint_id: 1
attribute: 16
value: -1000 But this does not seem to change the values I get back from the device |
Same here. Tried to turn off the smiley:
Also greenmark on execution, but no change. |
I feel this is a dumb question, but can I modify the temperature and humidity sensor offsets through zigbee?
I flashed a device and realise the temp is off.
The text was updated successfully, but these errors were encountered: