championc
Members
-
Joined
-
Last visited
Reputation Activity
-
championc got a reaction from esmail-kassir in Looking to have a continuous minimum export on my Deye 8KHi all,
My Deye 8K is continuously importing about 20w - 30w during the hours of non-generation. This can add up and lead to buying units at the more expensive tariff
I would much prefer to have a continuous export of the same amount. I previously had a Sofar ME3000 which had a CT Colibration option where you could set an offset of the CT value. Is there any hidden engineering meny that would have such an item ?
thanks in advance
-
championc got a reaction from Sc00bs in 8Kw SunSynk with ESP32 and RS485 not communicating.Problem solved
I needed this for the esp32-wroom-32. Thanks @Sc00bs
esp32: board: esp32dev framework: type: esp-idf -
v5.1.0
What's Changed
🚀 Exciting New Features
- feat: you can specify the battery charge cut-off capacity using the `soc_end_of_charge` attribute. If for example you set your battery to charge up to 90% the card will correctly display charge time to this capacity. Expects a numeric value between `80` and `100` or sensor i.e. `sensor.soc_end_of_charge`. closes #514
- feat: introduces the `navigate` attribute that allows you to link to other dashboards and views e.g. `/lovelace/1` when clicking some of the card icons. It can currently be configured for the battery icon, essential load icon, solar icon, and inverter icon. closes #521
**Full Changelog**: https://github.com/slipx06/sunsynk-power-flow-card/compare/v5.0.1...v5.1.0