Skip to content
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

ZHA: Setting offsets for temperature and humidity, turn off the display, measurement interval #30

Open
pvvx opened this issue Dec 10, 2023 · 9 comments
Labels
documentation Improvements or additions to documentation

Comments

@pvvx
Copy link
Owner

pvvx commented Dec 10, 2023

For firmware version 0.1.2.1

ClusterID: 0x0204 (Thermostat User Interface Configuration)
Attr: 0x0100, INT16 (id:0x29), Temperature offset, in 0.01° steps, range: -32767 (-327.67°)..32767(+327.67°). Default 0.
Attr: 0x0101, INT16 (id:0x29), Humidity offset, in 0.01% steps, range: -32767 (-327.67%)..32767(+327.67%). Default 0.

Attr: 0x0106, ENUM8 (id:0x30), Turn off the display. 1 - Display Off. Default 0 - Display On.
Attr: 0x0107, UINT8 (id:0x20), Measurement interval, step 1 second, range: 3..255 seconds. Default 10 seconds.

  • Not on all HW variants, turning off the display leads to a significant reduction in consumption. Better results are obtained by increasing the measurement interval.

For firmware version 0.1.1.7 - 0.1.2.0

ClusterID: 0x0204 (Thermostat User Interface Configuration)
Attr: 0x0100, INT8 (id:0x28), Temperature offset, in 0.01° steps, range: -127 (-12.7°)..127 (+12.7°). Default 0.
Attr: 0x0101, INT8 (id:0x28), Humidity offset, in 0.01% steps, range: -127 (-12.7 %)..(+12.7 %). Default 0.

Offset for temperature.

image


Offset for humidity.

image

@pvvx pvvx added the documentation Improvements or additions to documentation label Dec 10, 2023
@pvvx pvvx changed the title ZHA - Setting offsets for temperature and humidity ZHA: Setting offsets for temperature and humidity Dec 10, 2023
@thkrmr
Copy link

thkrmr commented Dec 22, 2023

@pvvx sw_build_id = 3001-0117

ZHA Write Attribute throws an error, logs say Exception: InCluster 0x0204 not found for '...', endpoint 1
What could be the issue, do you know? Thank you.

@pvvx
Copy link
Owner Author

pvvx commented Dec 22, 2023

If a version update via OTA was used, then the thermometer must be registered again.

image

The "UserInterface" cluster should appear in "Manage Zigbee device".

image

@thkrmr
Copy link

thkrmr commented Dec 22, 2023

If a version update via OTA was used, then the thermometer must be registered again.

@pvvx indeed I pushed the update via OTA. Thank you, will try.

@gacopl
Copy link

gacopl commented Jan 11, 2024

hi in Zigbee2MQTT I get cluster 516 has no command 256, when trying to set offset
i flashed 03MMC with Telink over bluetooth, re registered couple times I am sure i have correct firmware 1118

"softwareBuildID": "3001-0118",

Am i doing something wrong ?

@krzysztof-kwitt
Copy link

krzysztof-kwitt commented Jan 22, 2024

@gacopl Can you try this PR that add temp/humidifty calibration and others attributes to UI?
Koenkk/zigbee-herdsman-converters#6939

@gacopl
Copy link

gacopl commented Jan 26, 2024

@gacopl Can you try this PR that add temp/humidifty calibration and others attributes to UI?
Koenkk/zigbee-herdsman-converters#6939

Don't know how to test tbh using official releases only

@krzysztof-kwitt
Copy link

@gacopl You need to paste code from PR description to new file and add refernece to this file in customization.yaml. For details, see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html

@i4mr000t
Copy link

@gacopl You need to paste code from PR description to new file and add refernece to this file in customization.yaml. For details, see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html

Would be very nice to set these values in the UI.
Everytime I forgot the value "516" and have to look at it here.

I also think that a lot of users dont know that this is possible with zha.

@i4mr000t
Copy link

Using pvvx firmware because i switched from zha to z2m.
If i now calibrate temp offset it’s showing in z2m but not on the display.

@pvvx pvvx changed the title ZHA: Setting offsets for temperature and humidity ZHA: Setting offsets for temperature and humidity, turn off the display, measurement interval Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants