SauRoNZA
Honorary Master
I'm just giving options. Solarman will be cheaper than pi, but the esp option posted above is even better.
No ESP or Pi required.
Just run a cable.
Cheap as chips.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I'm just giving options. Solarman will be cheaper than pi, but the esp option posted above is even better.
Cable isn't always practical though.No ESP or Pi required.
Just run a cable.
Cheap as chips.
Cable isn't always practical though.
Potentially not possible eitherCable isn't always practical though.
To report back in case anyone else is battling with multiple inverters. I got this working as follows:I'm assuming the two are connected in parallel here.
So yes you just connect to the Master unit which talks to the Slave unit and the Add-on in Home Assistant then gets the data from both.
I say this by massive assumption but I think @kellerza hangs out here so might be able to confirm directly.
Any idea how I can increase the width of the drop down menu when selecting an entity? I am not able to see the whole entity name.
View attachment 1641453
That is an option, but would that no defeat the purpose of having a visual editor for this card? I could then just switch to the code editor and paste it in there. Just a general question from my side.Why do you need to?
Just paste or type in the one you need.
That is an option, but would that no defeat the purpose of having a visual editor for this card? I could then just switch to the code editor and paste it in there. Just a general question from my side.
I dont think you can. But if you resize your browser window so that there is only one column it makes it a bit widerAny idea how I can increase the width of the drop down menu when selecting an entity? I am not able to see the whole entity name.
View attachment 1641453

Thanks. I will give that a bash.I dont think you can. But if you resize your browser window so that there is only one column it makes it a bit wider
View attachment 1641611

What sort of temps would you consider as high for inverter? My 5kw unit has seen about 63degrees very brieflyMy garage is proving a sauna and the inverter ( 5kW ) was hitting some real high temps as a result. So I built a fan tray based on the good work of the folks over at powerforum. Driven by an ESP32, PWM controlled and gets the temps from Home Assistant. So far this is good for around 10 - 15 degrees worth of cooling. And on a super hot Cape Town day like today it has proved well worth the effort.
Currently the inverter logger and fan controller ESP's are separate ( both using Slipx code ). Next step is to combine the code so that one ESP both logs and controls the fans, then clean up the cabling. It's a bit spaghetti factory right now as I wanted to test first before diving into the trunking.
View attachment 1648783

Mine was clocking 68.1 deg but staying there for a few hours at a time while the the inverter did it's thing. With the fans running at around 90%, the max it is hitting now is 59 degrees. Super happy with that resultWhat sort of temps would you consider as high for inverter? My 5kw unit has seen about 63degrees very briefly
v4.15.0
Exciting New Features
- feat: This release introduces `dynamic_colour` and `linear_gradient` options for the battery. These are two optional visual enhancements.
- `dynamic_colour` changes the colour of the battery icon based on the % contribution of the power source (grid, solar). `priority_load_243` will determine whether the battery or the load is prioritized when generating solar power. By default the battery is prioritized.
- If `linear_gradient: true` the blocks inside the battery icon that represent SOC will be coloured using a linear gradient that ranges from red to green
You can use these settings independently or in combination to achieve various affects. Some examples below
![]()
- locale: add Brazilian Portuguese translation. closes #250 Thanks @R0DRIG0MEL0
- chore: update copyright year. closes #251
**Full Changelog**: https://github.com/slipx06/sunsynk-power-flow-card/compare/v4.14.0...v4.15.0