Replies: 5 comments
-
|
From previous discussions... Sensor main_power_net expresses negative value in Watts for available power for charging car or positive value for consumed power. Enphase Envoy-S Metered configured to update HA every 30 seconds.sensor.deye_inverter_sun12k_total_grid_power_2I have a sensor from my inverter with the correct negative and positive values in W. grid sensorI have a digital power meter and I can view the export/import via my P1 meter. The sensor value is seen as string instead of int. Simelezer +SolarEdge Genesis InverterI'm using a Solar Inverter SolarEdge Genesis Inverter 10kW 1 Phase (SE10000H-AUL00BEU4) inverter, with this HACS addon in Home Assistant to talk to it locally via ModBus - https://github.com/WillCodeForCats/solaredge-modbus-multi seems to work pretty well. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using Solarman inverter. This is a whitelabel Inverter which many brands use, same like Tuya. My template looks like: The latter is from the solarman integration, the first sensor is from DSMR reader integration. |
Beta Was this translation helpful? Give feedback.
-
|
Using similar to mhoogenbosch. Combination of 2 different devices.
Template of the sensor: The only thing extra I had to do was change both (the above) sensors from kW to W. |
Beta Was this translation helpful? Give feedback.
-
|
I have a Fronius SolarNet setup which reports the grid export directly, only the sign needs to be inverted: {{ -1 * states('sensor.solarnet_power_grid_export')|int }} |
Beta Was this translation helpful? Give feedback.
-
|
Inverter: Solax X3-Ultra-15kW Main Power Net formula: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please feel free to update this thread with your inverter brand, model, the "Main Power Net" sensor formula together with any special HA instructions to help others. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions