Open KalKal1976 opened 10 months ago
Hi, I have added some extra attributes in my fork. You can perhaps get some inspiration here: https://github.com/jbicik/HomeAssistant-Atrea/commit/323169eb6971bd2ce9356c102b4305049e5b2de7. 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.
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.