Wrong unit for heatpump entities "hppl1" and "hpph1" #2020
KLiebrecht1
started this conversation in
General
Replies: 2 comments 4 replies
-
Both from telegram 0x48F hppl1 is data offset 26, hpph1 at 28 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply, but there is no telegram 0x48F. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The values for "hppl1" and "hpph1" have the wrong unit. Not temperature but pressure.
Can you tell me which telegram-id these values are in?
Then I can search for the data format.
ems-esp Version 3.7.0-dev.38
Device HM200
Device-ID 0x53
{
"name": "hppl1",
"fullname": "Niederdruckfühler (PL1)",
"circuit": "",
"value": 13.3,
"type": "number",
"uom": "°C",
"readable": true,
"writeable": false,
"visible": true
}
{
"name": "hpph1",
"fullname": "Hochdruckfühler (PH1)",
"circuit": "",
"value": 13,
"type": "number",
"uom": "°C",
"readable": true,
"writeable": false,
"visible": true
}
Beta Was this translation helpful? Give feedback.
All reactions