David Rapan

Results 637 comments of David Rapan

Hi @AndreasBoehm, from your ping test it appears that you need to change the port to 8889 in the device configuration.

Hi @viertel, I see several issues: 1. OSError: [Errno 30] Read-only file system **Solution - run: `ha core rebuild`** Solution from: https://github.com/davidrapan/ha-solarman/discussions/63 2. You enabled passtrough mode: inverter_passthrough: True **Which...

Try look into attributes of sensor named `Device`.

What profile?

Your missing info is under this button: ![device_attributes](https://github.com/user-attachments/assets/450f7af0-e098-4a2d-8335-1930cdfb502a) And the entities are sufficiently differentiated by their type. As switch which you can control thus turn generator on/off and binary_sensor which...

> However, how do you access them directly, if I want to display or use them? https://community.home-assistant.io/t/display-an-entitys-attribute/197721/4 > I do use that sensor, and it works fine when the generator...

> However, it means there still should be some register somewhere to do the actual turning ON in such a case In SG04LP3 for example there is a register which...

Because static info does not need their own sensor. You have to set the attribute to the exact name as it is when you list the attributes so it's `Control...

It works flawlesly for me: ![dashboard_inverter_device_attribute](https://github.com/user-attachments/assets/def2d67a-7cf2-4a4f-9f05-f5454890847a) `yaml` looks like this: ``` type: entity entity: sensor.inverter_device attribute: Control Board Firmware Version ```