I have had everything working fine for about 8 months, but since a few days the template sensors no longer seem to work, they indicate unknown in the developer tools.
When I fill in the template in the template tab, I just see a value.
Seems like template.yaml is no longer being read.
If I restart home assistant when the sun is shining, the template sensor is read correctly. But when the dongle gives no output at night, the template sensor is shown as unavailable and does not show up the next day. Then a restart brings it back.
Is there any kind of configuration to restart the template integration ?
Friends, Iâm from Brazil.
I have a problem with the integration, I did all the steps listed, but only the data coming from the inverter appears, what was configured in the template does not appear in the HA, and when I try to apply sensors to the energy tab nothing appears, could you help me?
hi, what do you mean wrong sensor names? i copy paste the lines and got an error: Invalid config for âsensorâ at sensor_solar.yaml, line 1: required key âplatformâ not provided . pls help
Hey, you have no dot in your sensor.yaml? Just for question⌠The yaml starts with minus platform: rest
When you rename your sensor, instead of solplanet PV in my private pv you have to rename the sensors in the template.yaml to. Thatâs what it means
That what I mean in my post of names. You named it solplanet PV so your unique IDs have to be renamed to solplanet_pv_ptoduction ins the template.yaml
Then do a restart and everything should work
Can you past you final code here? I get the following error:
Error loading /config/configuration.yaml: mapping values are not allowed here
in â/config/template_solar.yamlâ, line 32, column 13
II am considering buying a Solplanet hybrid inverter with battery. but has anyone succeeded in being able to control when batteries charge/discharge in HA, as well as being able to set export to 0
my wish is to use HA to control the inverter in relation to sun hours and the electricity price. a bit like their own AI can
Have someone been able to set parameters in the inverter over the API?
I have an hybrid inverter with battery and was hoping to be able to define when the battery should be charged/discharged depending on eletrical prices etc.
looking in to this i found like for all devices 2 api replies, meter, battery inverter,
should these be added each time ?
if so what would be the best approach?
@derkorte if possible could we do a teams session to get me in the good direction?
totally new in the HA config
My non hybrid Solplanet inverter had Modbus, and I found it way easier and more reliable to use that instead of using the API which could also change. This works great and should be applicable to more inverters that support this.
Itâs not even that complicated because of the great ESPHome community and its support for Home Assistant.
Iâve also wrote down how I did this in a blog post Step-by-Step Guide to Linking Your (SolPlanet) Solar Inverter to Home Assistant Using ModBus Serial any feedback is welcome of course.
So im fine with this solution, but in my mind itâs not easier for beginners. You have to be fit in soldering and yaml codes. Also you need some stuff like an esp. I will give it a try because I have all the stuff at home. Thanks for the tip.
True, you donât really need to solder, I just chose to. I would recommend to use a simple 5V power supply for the esp. But I totally agree that if someone created a plug and play integration that would be easier for most people, although it might come with some others drawbacks.
I just checked the voltage of the Solplanet stick and itâs pretty inconsistent now at 7V so Iâm not sure I would recommend executing my earlier reply, Iâm going to change that message. (And add a step-down to my current setup )
Today Iâve tried a few things but I think there an issue with my translation of gpios for the esp32. Donât you tried to use the original Wi-Fi dongle? Thereâs an esp32 build in. If we solder in the rs485 module, itâs the all in one solution.