Releases: reptilex/tesla-style-solar-power-card
Corrected sizing for HA 2024.6.x
1.3.2 House without appliances as extra config + hotfix
This version allows the house value to not include appliance values if configured as stated in the docs. Some refactoring was done to imrpove readability of the code and better no size functionality has been added. And missing files also
1.3.1 House without appliances as extra config
This version allows the house value to not include appliance values if configured as stated in the docs. Some refactoring was done to imrpove readability of the code and better no size functionality has been added
v1.3.0 speed_factor, gaps and package updates
Finaly added the great contribution from @AviadorLP for having gaps, just made it configurable. Added a speed factor configuration variable and repaired a few things and closed some security issues of packages. Be aware this build reintroduced the lost functionality of negative numbers when we are using battery or exporting energy to the grid.
v1.2.3 Licence and small corrections
I added documentation corrections and changed the licence to apache 2 to be compatible with home assistant-
v1.2.3 Corrections in the docs for the tesla power wall
Merge pull request #76 from borski/patch-1 Correct docs on powerwall usage and round to the nearest tenth
v1.2.2 Bugfixing Threshold, battery_to_grid and documentation
There was an error in how I was doing the calculations when threshold was being used, that was corrected now. I was also missing an entity for calculating and showing the grid bubble with grid_to_battery and battery_to_grid, this was corrected too. And then I had some small corrections in the documentation, the tesla documentation was confirmed to be working.
Bubbles colouring correction
Added a test and found a bug... figures. Bubble colouring feature should be correct now.
Typescript rewrite with colour bubbles, energy_flow_diagramm and threshold
I corrected some bugs, added a few tests and added 3 features:
- Threshold, now there is a config variable to define from which point on W is to be converted in kW
- energy flow diagramm style makes the circles disappear and does not animate the card, the flow is shown with a thicker line
- now you can make the house and appliances have the colour of the generation or battery when they are getting the energy from any of them
1.1 Typescript rewrite with a lot of new enhancements (breaking changes)
Although it's not perfect yet a lot of stuff works better than in the last card so I decided to publish the new version. BEWARE: you need to change your configuration according to the Readme.md otherwise nothing will look ok.