Add support for `local_temperature_calibration` feature
See original GitHub issueHello Stas, battery error message is already known on many devices. Now there is also the message from local_temperature_calibration.
2021-01-05 15:32:07.699 Error: (z2m) Juli-TRV: can not process binary item "battery_low"
2021-01-05 15:32:07.700 Error: (z2m) Juli-TRV: can not process numeric item "local_temperature_calibration"
2021-01-05 15:38:49.585 (z2m) {"access": 1, "description": "Indicates if the battery of this device is almost empty", "name": "battery_low", "property": "battery_low", "type": "binary", "value_off": false, "value_on": true}
2021-01-05 15:38:49.585 (z2m) {"access": 3, "description": "Offset to be used in the local_temperature", "name": "local_temperature_calibration", "property": "local_temperature_calibration", "type": "numeric", "unit": "\u00b0C"}
Local temperature calibration feature
{
"access":3,
"description":"Offset to be used in the local_temperature",
"name":"local_temperature_calibration",
"property":"local_temperature_calibration",
"type":"numeric",
"unit":"\u00b0C"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How to calibrate temperature sensors - Beamex blog
Read this blog post and learn how to calibrate temperature sensors and what are the most common things you should consider when calibrating...
Read more >Tuya radiator valve (TS0601) calibration from external sensor ...
TuYa radiator valves measure temperate on themself, which gives inaccurate results. This blueprint allow to calibrate them to have same ...
Read more >Calibration of temperature measurement systems ... - GovInfo
purpose of describing various methods of on-site calibration of temperature sensing devices used in EMCS and to review the characteristics of these.
Read more >Temperature Calibrators | Calibration Equipment | Fluke
What things are calibrated with a temperature calibrator? ... Benchtop temperature sensor simulators and multi-function calibrators.
Read more >How to Calibrate an Oven | Whirlpool
Oven calibration helps you get consistent results when baking or roasting. Learn how to calibrate your oven temp with this helpful guide.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now I think about it. Should not this “local_temperature_calibration” be solved in Z2M because it is a one time setting like in other temperature devices?
for local_temperature_calibration maybe something like +/-? or simply where you can enter a value yourself in 0.5 steps.