Hi Willem1, can you share your code? How did you get this working?
For me, it seams that I either did not yet get the firmware update yet, or that I have newer firmware in which they repaired it, because for me the fields are not empty. This is what I see:
Hello is this integration working right now? I want to try to add my Autarco to Homeassitant once again. If i can be of any assistance, please let me know!
I’m looking for some help to get my energy dashboard working properly. I have everything set up, but I’m not receiving any data in the dashboard. Interestingly, the data from my solar panels is coming through just fine.
I’ve seen that other users have experienced similar issues. I’ve gone through this forum and tried a few suggested solutions, but nothing has worked so far. Any advice or guidance would be greatly appreciated!
i made a helper, but i can’t select it in my energy dashboard:
customize:
sensor.pv_now:
friendly_name: "Current Solar Production"
device_class: energy
state_class: total_increasing
last_reset: "1970-01-01T00:00:00+00:00"
sensor.pv_today:
friendly_name: "Solar Production Today"
device_class: energy
state_class: measurement
last_reset: "1970-01-01T00:00:00+00:00"
sensor.pv_month:
friendly_name: "Solar Production This Month"
last_reset: "2023-07-01T00:00:00+00:00"
device_class: energy
state_class: total_increasing
sensor.pv_to_date:
friendly_name: "Total Solar Production To Date"
device_class: energy
state_class: total_increasing
Good news! There will be a core integration of Autarco, in fact this has just been merged. This means that the integration will be in the August release (2024.8) of Home Assistant
Thanks to @Dennis0162 for making it possible to test with the API.
Currently I’m working on the possibility to add battery information from the API to the Home Assistant integration, I could use some help with that because there are a lot of data attributes and the question is sometimes what do they mean and which unit belongs to them.