Ulf Benjaminsson

Results 19 comments of Ulf Benjaminsson

> Could you maybe make a github action out of it and auto-create the file whenever the modbus_sungrow.yaml changes Yes! I've set it up [in a fork over here](https://github.com/ulfben/Sungrow-SHx-Inverter-Modbus-Home-Assistant). I...

[deleted: a couple of public iteration attempts. found the template editor which let me test the scripts, and posted a better solution below] --- I've started exposing the 2nd inverters'...

Oh, the Template Editor is where it's at! ![Image](https://github.com/user-attachments/assets/dbe51f67-632b-4e87-b002-2cac1cd38bf3) Took me a couple of iterations but this was much easier to debug. :D ``` - sensor: - name: "Total DC...

What is the difference between export_power and meter_active_power? ![Image](https://github.com/user-attachments/assets/524bcc0c-f3b4-4522-892a-59b6ed4aac67)

Thanks! Yeah, I'm not sure how to best integrate this. I should probably take a moment to explore if it's possible to use Jinja in the dashboard itself to dynamically...

You probably mean to run sg_set_self_consumption_mode if you want to go back to the default state. You can create an automation for either of these scripts and make buttons as...

> i disabled the below ... > > **id: "automation_sungrow_inverter_state"** **id: "automation_sungrow_inverter_state_input_selector_update"** and .. input_select: **set_sg_inverter_run_mode:** > And when you say "disabled", do you mean from the Automations UI, or...

I am on the latest firmwares. With fwittenfelds edits, and removing the stuff Korsberg mentioned above, my plant has worked well for a week now! Of course, Im missing "run...

I really liked this idea, so I added support for a human-readable ULID format in my C++ implementation: [https://github.com/ulfben/cpp_ulid#human-readable-extension](https://github.com/ulfben/cpp_ulid#human-readable-extension) The readable form keeps the same millisecond resolution and sort order,...