Replies: 12 comments
-
Those are template sensors, not from the integration. |
Beta Was this translation helpful? Give feedback.
-
Hm, where do they come from and where do i see which sensor is providing them with data? |
Beta Was this translation helpful? Give feedback.
-
They might be in the |
Beta Was this translation helpful? Give feedback.
-
I removed now all these additional templates and exactly copy pasted your template for 1 inverter 1 battery. After that i deleted all template sensors, which were „not provided“, so it should be clean now. However when looking at the tesla card everything is showing 0 and the same for the standard Energy Dashboard from HA. Is there something else to consider? |
Beta Was this translation helpful? Give feedback.
-
Are those template sensors coming from the integration (incl. your template configuration for the configuration.yaml)? |
Beta Was this translation helpful? Give feedback.
-
Go to Settings->Integrations->SolarEdge Modbus Multi->Devices Then select your Inverter, Meter, Battery(or batteries) and look at the data there - if you have various sensors showing data that changes then this integration is working fine. It could be you have named things differently, copied something wrong or have other issues in your templates or config but you'll have to investigate the problems with the Template Sensors or the Tesla Card configm but it isn't an integration issue. For example: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok i will try this configuration for the energy dashboard. |
Beta Was this translation helpful? Give feedback.
-
I don't use the Tesla card. |
Beta Was this translation helpful? Give feedback.
-
In all honesty, if you're not a Dev and understand programming logic then I think getting the Tesla card working is pretty much impossible as every system is slightly different. I've been using it for six months and I'm still finding issues with the config and scenarios of solar/import/export/discharge where one of the calculations is wrong. Also, firmware updates from SE have changed figures it reports and one in November meant their own portal shows zero solar energy generated since then! You need to decide how you want to categorise the usage and calculate what energy is sent to where. For example, if the house is drawing 1.5kW, you are exporting 3.5kW whilst generating 1kW of solar is that solar going to the house or to the grid? The inverter doesn't tell you - it just knows it is getting 1kW from solar, 4kW from batteries and outputting 5kW - how you split that up for the Tesla Card using template sensors is your decision. |
Beta Was this translation helpful? Give feedback.
-
The card "custom:power-flow-card-plus" is much easier to use, and figures out estimates of how much power is going to/from each source. Not quite identical in style but fairly similar. |
Beta Was this translation helpful? Give feedback.
-
So, here's my Tesla Card config and this shows why you can't just take someone else's config and will have to create it yourself because your setup is unique and will differ from mine. You need to setup template sensors to do the calculations, based on the examples but relating to the data you have available. I've got various calculated sensors. Some data comes from the SE Modbus values, some from the batteries (it needs one figure so I add three together), the Grid data comes from a Hildebrand Glow to read the Smart Meter DCC values directly (as that is more accurate), Load values come from a combination of Shelly CT clamps and Emporia energy CT. I also have appliance figures for the Zappi EV Charger as well as other Shelly CT clamps for the Aircon system.
I would add that the SE Modbus values cause display issues in the card because of the lag between DC sources - the battery charge/discharge start/stop is not instant (I have three) which causes massive swings. Once you add batteries, the SE Inverter no longer provides a 'Solar' figure itself on Modbus (at least, mine doesn't) just Battery DC and Total DC (no idea why, but maybe they gave up because of these inaccuracies!) - this means I have to calculate it. Using a simple DC +/- DC calculation often shows a Solar Generation figure on cloudy wintertime days which is above the maximum panel output in the peak of summer. Because of this, it also shows generation during the night - that alone causes any calculated sensors used elsewhere (eg on the Tesla card) to be wrong a lot of the time. As a result, I have implemented smoothing caps on increases and nighttime checks - this is all BEFORE adding in the various template sensors to try to split up the power and allocate it to sources and destinations!
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I freshly installed this addon and based some energy dashboards on it. After several variables showed a permanent 0 i checked the sensors and noticed that 10+ are unavailable (e.g. sensor.solar_panel_production_kwh or sensor.solar_grid_to_battery_kwh
Expected behavior
All sensors are available and show values.
Screenshots
Diagnostic File
config_entry-solaredge_modbus_multi-01JJMWAJMR24JNQ13YPG17DBHE.json
Debug logs
Home Assistant Version
2025.1.4
solaredge-modbus-multi Version
3.0.6
Installation Type
HAOS
Read the Instructions
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions