Search found 5 matches
- Sat Feb 04, 2023 12:32 pm
- Forum: Battery Hardware
- Topic: Battery Balancing
- Replies: 5
- Views: 3055
Re: Battery Balancing
If Python is your thing I should be able to give you some PoC code for monitoring the raw values coming out of the BMS (Com) which can be pushed to MQTT (HA hosted Mosquitto) or modbus TCP. It will help with local rapid data measurements of charge rates, high and low cell volts, temps, etc Hardware ...
- Sat Feb 04, 2023 10:34 am
- Forum: Battery Hardware
- Topic: Battery Balancing
- Replies: 5
- Views: 3055
Battery Balancing
Continued from Facebook post...
I feel like things are slowly improving. After a charge last night I'm on 5.3kw discharged with 45% left (3.3kw) - should end up around 8.6-8.7kw from 9.26kw usable capacity.
I feel like things are slowly improving. After a charge last night I'm on 5.3kw discharged with 45% left (3.3kw) - should end up around 8.6-8.7kw from 9.26kw usable capacity.
- Fri Oct 21, 2022 8:57 am
- Forum: Home Assistant
- Topic: [HA Integration] Energy Management
- Replies: 15
- Views: 6405
Re: [HA Integration] Energy Management
** FoxESS - Energy Management @ v1.1.0 ** Reworked the charging logic to charge up to the required % capacity at the start of the off-peak window then hold that charge until the end of the off-peak window. This should be a more reliable approach, and will help mitigate the random SoC drop issue ...
- Mon Oct 17, 2022 3:28 pm
- Forum: Home Assistant
- Topic: [HA Integration] Energy Management
- Replies: 15
- Views: 6405
Re: [HA Integration] Energy Management
:D Fox Cloud doesn't require any special role as far as I'm aware - it's just making authenticated POST requests as you would if you were using the browser to set charge periods. If you want to stop it automatically force charging you could set dawn/day buffers to 0 (to stop it padding the charge ...
- Mon Oct 17, 2022 12:38 pm
- Forum: Home Assistant
- Topic: [HA Integration] Energy Management
- Replies: 15
- Views: 6405
[HA Integration] Energy Management
I wanted to share a project I've been working on for the past couple of weeks/months 😀 Frustrated by continually needing to balance solar forecast vs. battery capacity vs. house load... I set about writing a Home Assistant integration to automate the calculations, and ensure that the batteries are ch ...