Heiko Neuberger

Results 8 comments of Heiko Neuberger

I was also confused, but this example from setup should help to get kW from Myenergi measured values: `df_myenergi_kW['Solar'] = df_myenergi_sql['gep'] * df_myenergi_sql['v1']/10 /15 / 1000 / 1000` Measured unit...

Would be a great feature, because the integrated solution of Zappi, when setting is "auto", is sometimes not a good choice. In my case and at partly clouded weather, the...

Dear all, just want to ask about the progress of this? Background is, that the automatic switching by Zappi does not work very well (sometimes the system is taking more...

@philoxio, this exactly my case of application!

Thanks a lot for this proposal! I've tried your script to GET values from my system and it works. But I'm confused a little bit, because I've limited maximum SOC...

Hmm, strange. Meanwhile, I've SET `power_mng.soc_strategy`to 1 and `power_mng.soc_target_set`to 0.82. The GET command reports, the values are set, but the inverter does not act according. While sun is shining and...

The first one is helpful, I think. @do-gooder, did you test to use `power_mng.soc_max` instead of `power_mng.soc_target_set` to dynamically limit the charge? This register is listed in [rctclient documentation](https://rctclient.readthedocs.io/en/latest/inverter_registry.html#power-mng) and...

Hi, meanwhile I've tested to change 'power_mng.soc_max' by adding this to your script in the same way 'power_mng.soc_min' was already available. **Result: Works as expected!** Inverter is is immediately accepting...