Closed manuel833 closed 3 months ago
Hi @manuel833, didn't you accidentally turn of the polling?
Anyway I will really need debug logs.
Where can I find polling? home-assistant_solarman_2024-08-17T17-03-14.083Z.log
When you click on the 3 dots next to the device and then under System options.
But it's obvious from the log that the issue is somewhere else. I'll look into it. 😉
What device model and what profile are you using?
sofar hyd 10ktl-3ph sofar_g3hyd.yaml
Solarman 24.08.16 Core: 2024.8.2 Supervisor: 2024.08.0 Operating System: 13.0
Hey @manuel833,
Open sofar_g3hyd.yaml profile file and on the 15 row you will find:
class: ""
Change it to:
class: "enum"
options: ["waiting", "detection", "grid-connected", "emergency power supply", "recoverable fault", "permanent fault", "upgrade", "self-charging"]
Notice the added row.
And let me know if it helps. 😉
Oh I just noticed it also has:
state_class: "measurement"
If you will still have issues change it to:
state_class: ""
The Solarman Inverter status is now working and the sensors are also functioning. Thank you.
v24.08.17 also fixes the issue. 😉
The sensors only update when the integration is reloaded.