Different Parameter ID being used for Priority entity #225
Unanswered
Tommatheussen
asked this question in
Q&A
Replies: 1 comment 7 replies
-
|
It could have changed. We dont have any updates apart from the csv from modbusmanager from nibe. No other docs exist as far as i know for the F series pumps. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been running ESPHome Nibe for a while, and recently was looking at cleaning up and making my dashboards nicer.
I found that my heatpump is using a different parameter ID for the Priority entity, in Home Assistant I can only see it switching between OFF and HOT WATER. This also has the implication that my climate entity is always in the 'Idle' state, which is actually what I'm wanting to use now.
In Home Assistant, the entity has the entity id as
sensor.prio_43086, which also correspond to the JSON/CSV file in this repo (https://github.com/yozik04/nibe/blob/master/nibe/data/f1145_f1245.json#L3944). However, when I look at MyUplink, I see parameter ID49994is used for the priority.For reference, my heatpump is a F1245(PC), running the latest firmware (9714R2). I have it connect to MyUplink (previously NibeUplink, don't remember when I switched over, neither do I remember if it was actually correct or not). Could this have changed with a firmware update of the heatpump (I see no mentions of this in their release notes)?
I can try to grab a new parameter CSV file from the heatpump later and compare it against the one that exists here. Is there any way to override the parameter ID being used for the entities?
Beta Was this translation helpful? Give feedback.
All reactions