Ulf Benjaminsson
Ulf Benjaminsson
There is probably something more going on. All the ulp tests fail as well. Am I missunderstanding what Java's `Float.MIN_VALUE` represents? ``` TEST(NearlyEqualTest, ulp) { static constexpr auto MIN =...
A lot of the examples here are using `device_id` to identify their charger. The device_id is not easily discoverable in HA. The only way I've been able to find out...
Yes! My charger is "ehfhjymw" and my switch uses `charger_id` to identify it: ``` switch: - platform: template switches: easee: friendly_name: "Easee charge" unique_id: easee_charge_switch availability_template: "{{ states('binary_sensor.ehfhjymw_online') }}" value_template:...
+1! Resultat för året, samt x år bakåt, vore grymt användbart.
Is it enough to adjust the limit on P1, or should we also set P2 and P3?
While waiting for [the YAML-generator](https://github.com/mkaiser/modbus_sungrow_yaml_generator/tree/main) to be available, I attempted to automate the process of editing the [modbus_sungrow.yaml](https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant/blob/main/modbus_sungrow.yaml) to add a second inverter, using regular expressions. This was a quick...
I believe these are all the sensors referenced throughout the [modbus_sungrow.yaml](https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant/blob/main/modbus_sungrow.yaml). To finish off our modbus_sungrow_2.yaml properly, we should append "_2" to all of these terms throughout; ``` binary_sensor.battery_charging binary_sensor.battery_discharging...
Absotively. [I've created a gist for you](https://gist.github.com/ulfben/882142074fc031b07d500e7a95c9e466). Hopefully it's allowed to stay up. :P
@mkaiser I am a complete child when it comes to git and github, but I do try to be helpful. hahaha :D I forked your repo and tried setting up...