-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
thermostat Moes BHT-002-GCLZB shows factor 10 too low temperature #11980
Comments
Please check with z2m 1.24.0 |
I have updated to 1.24.0 but I still have the same problem |
Could you provide the data/database.db entry of your device? |
The device modelID is a TS0601 but the manufacturerName is _TZE200_ye5jkfsb. I have edited directly the .../devices/moes.js file to add that device. Here are the database.db as well as the moes.js |
Added it now, could you check if the reported |
Your proposed fix does not work as you keep a temperature = temperature / 10 for _TZE200_ye5jkfsb. I do not understand why there was a /10 in the original fromZigbee.js file ?:
If I remove the /10 it does work well
|
To be more accurate the commercial brand name of this TS0601 / _TZE200_ye5jkfsb device is Avatto and its commercial model id is ME81H. As I could not find Avatto in your devices folder I added it as a Moes BHT-002-GCLZB in your moes.js file at it seems identical in behavior. |
Probably this fix broke my |
Whoops; made a typo, fixed it now. Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
It's working again, thanks. |
I still can't get it to work.... using HA Edge Addon v1.25.0
Manufacturer: Moes |
any update on this? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I still also get have problem with temperature.... I am using HA Edge Addon v1.29.0-dev commit: [3351bc2] { Manufacturer: Moes |
What happened?
All is working fine except for the local_temperature that is 10 time lower than expected (1.8 instead of 18.5°).
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.23.0-dev commit: 6394d0f
Adapter firmware version
20220103
Adapter
Sonoff zStack3x0
Debug log
debug 2022-03-29 17:18:17: Received Zigbee message from 'sda', type 'commandDataReport', cluster 'manuSpecificTuya', data '{"dpValues":[{"data":{"data":[0,0,0,18],"type":"Buffer"},"datatype":2,"dp":24}],"seq":15109}' from endpoint 1 with groupID 0 info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/state', payload 'ON' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/system_mode', payload 'heat' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/preset', payload 'hold' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/current_heating_setpoint', payload '20' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/child_lock', payload 'UNLOCK' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/sensor', payload 'IN' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/running_state', payload 'heat' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/heat', payload 'ON' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/kinds_of_period', payload 'OFF' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/local_temperature', payload '1.8' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/preset_mode', payload 'hold' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/local_temperature_calibration', payload '-1' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/max_temperature', payload '40' info 2022-03-29 17:18:18: MQTT publish: topic 'zigbee2mqtt/sda/linkquality', payload '43'
The text was updated successfully, but these errors were encountered: