Commit graph

1435 commits

Author SHA1 Message Date
Daniel Öster
c3e67d2f62 Make discharge limits under settings datalayer 2024-11-10 11:49:31 +02:00
Daniel Öster
91f3c8caf9 Rename user specified limit in datalayer 2024-11-08 23:37:16 +02:00
Daniel Öster
710a7339d8 Add charge/discharge current to datalayer 2024-11-08 22:56:53 +02:00
wjcloudy
7efe4323fd Various Review cleanups
-unchecked debug logging removed
-datalayer updates grouped
-cleaned up message loops
-cleaned up setup function
2024-11-08 14:14:20 +00:00
wjcloudy
b08d93b6a7 Discharge rate defs and plausible check coverage 2024-11-08 13:44:12 +00:00
wjcloudy
8a4525c15c Update formatting part 3 2024-11-08 12:20:27 +00:00
wjcloudy
bb77d91791 Update formatting Part 2 2024-11-08 12:14:35 +00:00
wjcloudy
00f78ce76c Update formatting 2024-11-08 12:08:08 +00:00
wjcloudy
23a6abfec2 Update BMW-IX-BATTERY.cpp 2024-11-08 11:25:21 +00:00
wjcloudy
5dd30f7d33 Update advanced_battery_html.cpp 2024-11-08 10:55:07 +00:00
wjcloudy
a52d6a3233 Merge branch 'main' into feature/bmw-ix-support 2024-11-08 10:48:46 +00:00
Daniel Öster
09988a4194
Merge pull request #588 from dalathegreat/bugfix/i3-precharge-event
BMW i3: Replace faulty cap check with welded contactor check
2024-11-08 09:59:20 +02:00
amarofarinha
af095c69a5
Merge pull request #591 from amarofarinha/feature/mqtt-dual-battery-support
Add Support for Double-Battery in MQTT Integration
2024-11-07 22:31:43 +00:00
amarofarinha
f68539e9e2 Fake Battery and Web Server Adjustments 2024-11-07 09:34:29 +00:00
amarofarinha
56fb9616b7 pre-commit fix 2024-11-06 11:35:21 +00:00
amarofarinha
deb7a46d16 add double battery support for TEST-FAKE-BATTERY 2024-11-06 11:21:36 +00:00
Daniel Öster
eb64a2f302 Add remaining capacity writing for Pylon 2024-11-05 18:50:27 +02:00
amarofarinha
683e576d99 Add Support for Double-Battery in MQTT Integration 2024-11-04 18:33:32 +00:00
Daniel Öster
10df265fa2
Merge pull request #486 from dalathegreat/enhancement/egmp-voltage-limits
EGMP: Code cleanup and voltage limits added
2024-11-04 11:42:34 +02:00
Daniel Öster
293ee65f65
Merge pull request #541 from M4GNV5/feat/pylon-lv
Add new inverter implementation "Pylontech LV"
2024-11-04 11:42:16 +02:00
Daniel Öster
1f96681e94 Replace faulty cap check with welded contactor check 2024-11-04 10:17:55 +02:00
Daniel Öster
b5d2684981
Merge branch 'main' into feature/zoe-ph2 2024-11-04 09:03:02 +02:00
Daniel Öster
d91cea6438 Add TODO to top of code 2024-11-04 08:55:50 +02:00
Daniel Öster
2792e7370e Fix current datatype, and polling SOC 2024-11-04 08:50:40 +02:00
wjcloudy
724efbc5c5
0.3alpha - Update advanced_battery_html.cpp
Added more values including pack min/max. min/max cell voltage is now monitored for ensure it's changing (an extra safety check in case it goes stale)
2024-11-03 21:27:15 +00:00
wjcloudy
ed05b7602a
0.3alpha - Update datalayer_extended.h
Added more values including pack min/max. min/max cell voltage is now monitored for ensure it's changing (an extra safety check in case it goes stale)
2024-11-03 21:26:33 +00:00
wjcloudy
f1491dbe81
0.3alpha - Update BMW-IX-BATTERY.cpp
Added more values including pack min/max. min/max cell voltage is now monitored for ensure it's changing (an extra safety check in case it goes stale)
2024-11-03 21:26:02 +00:00
wjcloudy
0cc490481b
0.3alpha - Update BMW-IX-BATTERY.h
Added more values including pack min/max. min/max cell voltage is now monitored for ensure it's changing (an extra safety check in case it goes stale)
2024-11-03 21:25:26 +00:00
Daniel Öster
c8bd2b3988
Merge pull request #585 from dalathegreat/bugfix/bmw-i3-wup-pausing
Bugfix: BMW i3, Turn off WUP_PIN when contactor open request active
2024-11-03 21:26:59 +02:00
Daniel Öster
12103aaebc WUP_PIN now reacts on equipment stop 2024-11-03 21:14:27 +02:00
Daniel Öster
9e3df933af Add writing WWUP_PIN off when paused 2024-11-03 21:08:56 +02:00
amarofarinha
ecc71eec60 Bug Fix for Precharge Contactor Handling in SHUTDOWN_REQUESTED State and Web Interface Enhancement for Contactor Status Display 2024-11-03 18:30:56 +00:00
Daniel Öster
e21001ae5b
Update Software.ino 2024-11-03 18:08:29 +02:00
Daniel Öster
190d60ed9f
Update Software.ino 2024-11-03 17:13:27 +02:00
Daniel Öster
558a5adb62
Merge pull request #579 from mathl79/main
increase default Serial_Link baud rate and make it configurable
2024-11-03 17:13:07 +02:00
mathl79
f85c9bc0cc pre-commit updated formatting 2024-11-03 13:22:39 +01:00
amarofarinha
21d03c847d Merge branch 'main' of https://github.com/amarofarinha/Battery-Emulator 2024-11-03 07:49:38 +00:00
amarofarinha
8def605192 Replace BMS status check with CAN communication status for MQTT updates 2024-11-03 07:49:27 +00:00
mathl79
0cb47e0117
Update Software.ino
add SerialLink baud rate define
2024-11-02 08:40:35 +01:00
mathl79
e802247d64
Update USER_SETTINGS.h
revert to original.
2024-11-02 08:36:05 +01:00
mathl79
97b6706c3a increase default Serial_Link baud rate to 115200 and make it configurable in the USER_SETTINGS.h 2024-11-01 10:57:00 +01:00
Daniel Öster
e6d7156451
Merge pull request #575 from dalathegreat/feature/cellpower-bms
New battery: Cellpower BMS
2024-10-31 17:47:36 +02:00
Daniel Öster
eb40deee69 Add battery to workflow 2024-10-31 16:43:31 +02:00
Daniel Öster
5ae76f1642 Make limit failures match new update rate 2024-10-31 16:08:31 +02:00
wjcloudy
450d690edf
0.2alpha version - Update advanced_battery_html.cpp 2024-10-30 21:41:11 +00:00
wjcloudy
17a7e90b3d
0.2alpha version - Update datalayer_extended.h 2024-10-30 21:40:45 +00:00
wjcloudy
9ea8458bf7
0.2alpha version - Update BMW-IX-BATTERY.cpp 2024-10-30 21:40:25 +00:00
wjcloudy
280ac3cbee
0.2alpha version - Update BMW-IX-BATTERY.h 2024-10-30 21:40:04 +00:00
Daniel Öster
a662c7bdcd Speed up value updating 2024-10-30 22:30:51 +02:00
Daniel Öster
f7839a0bb9 Add extended datalayer mappings 2024-10-30 21:34:59 +02:00