nmakel
nmakel
Can you share how far you've gotten modifying `example_influxdb.py` to get it to work?
> Hi. Thanks for nice work. Thanks! Glad you found it useful. > * Please correct formta of four voltages to unsigned from signed values in your program. Both the...
> Hi. > The text formated, non JSON output displays only INVERTER values. > Why I can't see in text values from meter1 please ? Meter and battery values are...
Thanks for letting me know. Seems like version 3.0.0 was recently released with a number of breaking changes. I'll release a new version pinned to pymodbus >= 3.0.0 to address...
Are you sure the modbus ID of your inverter, the `unit`, is actually `1`?
Try: ``` inverter = solaredge_modbus.Inverter(host="192.168.0.3", port=1502, unit=2) ``` Increase the `unit` value by 1 until you get results.
Hey Addie, I can't reproduce with the latest version on a SE3500K. There are two registers that indicate the presence of batteries. If these are not "255" (the unset value)...
Ok, so not wholly unexpected. I'd be curious to know what is around those registers. I use the following script to dump large ranges of registers, you could try that...
It is currently not possible to get SolarEdge optimizer data via the inverter's Modbus functionality. The document you linked to concerns Huawei products, I am unsure how it is relevant.
> I'm setting up a new StorEdge inverter and already had a SDM630 so this code would fit perfect! Great, thanks for trying this project out. > The setup might...