Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF sofar Communication Protocol #28

Open
willyRed77 opened this issue Jan 18, 2024 · 0 comments
Open

PDF sofar Communication Protocol #28

willyRed77 opened this issue Jan 18, 2024 · 0 comments

Comments

@willyRed77
Copy link

I've just to found a Communication Protocol file of sofar, at the moment i dont understand how to use it for measure, the energy I consume or feed into the grid.

PDF 1

PDF 2

I hope you like it @pawelka.

Also i have had to change the attributtes in esphome config due to not possible to add to the energy monitoring with statistics that has home assistant.
One example would be like this:

  - platform: modbus_controller
    modbus_controller_id: sofarsolar
    name: ${friendly_name} Energy today
    id: inverter_energy_today
    register_type: holding
    address: 0x0019
    unit_of_measurement: "kWh"
    device_class: "energy"
    state_class: "total_increasing"
    value_type: U_WORD
    accuracy_decimals: 2
    filters:
      - multiply: 0.01

device_class and state class needed for the problem i said
The info for resolve this problem. https://www.home-assistant.io/docs/energy/faq/#troubleshooting-missing-entities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant