JurajNyiri / HomeAssistant-Atrea

Custom component allowing control of Atrea ventilation units

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New sensor values

KalKal1976 opened this issue · comments

Hi, will be possible add list of sensors, for example Atrea attributes for example(IZT-temp-Up="I10247", IZT-temp-Middle="I10248",IZT-temp-FirePlace="I10249") as entity value data list.
I need it for do automatization with heating IZT. :)
Problem is that I am new at Python and have problem upgrade you project for return this data. :(
I checked params.xml file and xml.xml files and values are there.

If you do any short list of this atributes, I could do update with alll this values which I know.
It is nice that you are using Climante object, but there will need have this valees accessible as list of parameters.
Thanks for help.

Hi, I have added some extra attributes in my fork. You can perhaps get some inspiration here: jbicik@323169e. Just beware that the all_values attribute, where I have exposed all values as JSON does not work in the latest versions of HA. @JurajNyiri perhaps we could make this configurable and give people the possibility to enter a list registers in configuration and map them to attributes.

If possible we should find a way that is automatic so that the integration detects and chooses the right method automatically. It is hard for me to do it without the access to the unit. If someone provides me the access via port forwarding I can probably get it work.

Or feel free to also open pr if you get it to work.