Open MrBamse opened 1 year ago
There's no documentation specific for this integration, you could probably figure out some terminology from reading the Ngenic API doc: https://developer.ngenic.se/
However, I guess you're probably wondering about the controller :)
sensor.ngenic_controller_control_temperature
: This is the Control Point Adjustment from the Ngenic app
sensor.ngenic_controller_temperature
: Is the outdoor temperature reported by the control box
Then you have some special monthly/last month sensors which is just cumulated values of the Track energy.
I think the other sensors are pretty self-explanatory, or was there something specific you wondered about? :)
Aha, so sensor.ngenic_controller_control_temperature + sensor.ngenic_controller_temperature = the temperature reported to the heat pump? :)
Are there a separate temperature sensor inside the gateway that is being reported as sensor.ngenic_gateway_control_temperature ? (Guessing that this API call is the one being used? https://developer.ngenic.se/#operation--tunes--tuneUuid--measurements--nodeUuid--get)
Thank you so much again :)
That's strange... I've never seen that sensor before (I think :)).
It seems to have popped up for me a week ago, and it's only reporting 0
since. Do you have any other value?
At least I think this is something new, it was some time ago I looked into this.
Yeah it seems to have popped up on the 20th of October for me, but no other value then 0
I can't track any relevant change. My Docker container image updated to 2023.10.04 on the 21th, so unless it's due to some timezone mismatch it seems unrelated.
I couldn't find a changelog for the Ngenic API. :/
//Ted
On Fri, Oct 27, 2023, 17:27 sfalkman @.***> wrote:
That's strange... I've never seen that sensor before (I think :)). It seems to have popped up for me a week ago, and it's only reporting 0 since. Do you have any other value? At least I think this is something new, it was some time ago I looked into this.
— Reply to this email directly, view it on GitHub https://github.com/sfalkman/ngenic-hass-platform/issues/46#issuecomment-1783107716, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJRZFFI3T3BTBFJNI4LZUDYBPHE7AVCNFSM6AAAAAA6SW24D2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGEYDONZRGY . You are receiving this because you authored the thread.Message ID: @.***>
// Ted
Hi, are there someplace where I can read what the different sensors correspond to?
Thanks for the awesome work you've done on this integration! Ngenic should share the profits with you for adding major value to the product! ;)