Hi all,
I have the dashboard installed and running but I am having the same problem as SteveJay (in post 400) that the dashboard does not show anything when opened.
When I go to another dashboard then back to this energy flow dashboard it is completely blank, I have to go into the raw configurator again then out of it without any changes to see the dashboard.
Any ideas on how to solve this probably minor problem would be greatly appreciated.
Some inverters had an option for a built-in meter (which was just the external meter inside the DC disconnect case of the inverter) but the installer still had to wire and install the CTs (current transformers) into the electrical panel. Sometimes that doesn’t happen because the panel is too packed tight to fit the CTs.
But for the majority of SolarEdge inverters they don’t come with meters for consumption monitoring and you would have to install a meter separately, which is what I did. It’s installer preference if they included a meter in their proposal, offer it as an add-on, or don’t do meters at all.
I wonder if somebody could point me in the right direction.
I installed this modbus stuff awhile ago but since I’ve been using it in automations to charge/discharge the battery I’ve noticed that it’s showing a small output from the solar PV at night when its not generating and the battery discharge is being shown as solar generation so the power flows are wrong.
I’ve looked through all the threads and gotten myself totally confused.
Hi all,
I’m trying to set up my SolarEdge Inverter to report to home assistant using Modbus Proxy on a raspberry pi, but haven’t been able to get it working. I can ping the inverter from the pi, but when I run nc -zv Inverter_IP Inverter_Port I get “connection refused”
I read about the 2 minute timeout for SolarEdge inverters for modbus requests, does this mean I need to reboot the inverter, then immediately run modbus proxy against the inverter so as to keep it from timing out?
Can someone point me to a comprehensive doco of how to verify the inverter is sending modbus data?
Hi there, thanks for all the good work appreciate and it helped me lot getting into it. I have similar configuration one inverter and an lg battery. Could someone point me to the post containing the latest configuration yaml considering battery import and export correclty? I think many others are also looking for this Thanks in advance. Cheers Maverick
Hi there. A quick question, has anyone found that the following sensor is showing as no longer available: sensor.solaredge_i1_active_power_limit
I am on version 3.1.1 of the excellent Solaredge Modbus Multi integration. The sensor has been available until very recently. My Inverter firmware version is 0004.0023.0027.
Hi all, I’m trying to get Predbat (v8.22.1) running on Home Assistant with a SolarEdge SE3000Hsetup, but I’m hitting a wall. The add-on launches now, but crashes with this:
Traceback (most recent call last):
File “/config/predbat.py”, line 1398, in update_time_loop
self.update_pred(scheduled=False)
File “/config/predbat.py”, line 672, in update_pred
self.fetch_sensor_data()
File “/config/fetch.py”, line 958, in fetch_sensor_data
raise ValueError
ValueError`
This happens during fetch_sensor_data(), so I’m guessing it’s related to one of the sensor values being missing or invalid.
Here are some of the key sensors I’m using:
sensor.solaredge_i1_ac_energy_kwh
sensor.solaredge_m1_imported_kwh
sensor.solaredge_m1_exported_kwh
sensor.solar_panel_production_kwh
sensor.solaredge_b1_dc_power
sensor.solar_house_consumption_w
I had to disable the load sensor too, any ideas how to make all this work ? thanks