nigl / homeassistant_eta_integration

Integration of ETA (Heating) sensors to home assistant
MIT License
24 stars 8 forks source link

outside temperature #2

Closed joeto60 closed 1 year ago

joeto60 commented 1 year ago

Good morning, nig! Thanks to your project I was able to connect my boiler ETA. I only have one problem I don't see the outside temperature. The menu of my boiler is this (in Italian) This XML file does not appear to have any style information associated with it. The document tree is shown below.

benjamin-becht commented 1 year ago

Hello Nigl, I have looked into this, I have the same issue to not be able to select outside temperature sensor from the dropdown-menu. As this sensor is within its own section (like "boiler", this sensor sits in area "sys" as one single unit) either that section is not available (according to the XML output from ETA heating at /user/menu) but is reference within other sections.

For example outside temperature is referenced within the solar collector with object-id: 120/10221/0/0/12197 And within other others as well, but after closing an object-tag, opened as separate object. Maybe this helps you finding it.

Here is the XML section for reference:

benjamin-becht commented 1 year ago

Hello Nigl, I have looked into this, I have the same issue to not be able to select outside temperature sensor from the dropdown-menu. As this sensor is within its own section (like "boiler", this sensor sits in area "sys" as one single unit) either that section is not available (according to the XML output from ETA heating at /user/menu) but is reference within other sections.

For example outside temperature is referenced within the solar collector with object-id: 120/10221/0/0/12197 And within other others as well, but after closing an object-tag, opened as separate object. Maybe this helps you finding it.

Here is the XML section for reference:

`

`

nigl commented 1 year ago

@joeto60 @benjamin-becht sorry for the late response...

Thank you @benjamin-becht for your research.

One possible solution could be also to allow also parent objects in the menu to be valid sensors.

I will try to evaluate this

nigl commented 1 year ago

@joeto60 @benjamin-becht I released a new version, It should work now