Commit graph

306 commits

Author SHA1 Message Date
Daniel Öster
b92b3ab3b0
Update Software.ino version number 2024-09-22 17:54:58 +03:00
amarofarinha
355d171192 bugfix - pause state update was in wrong place. 2024-09-21 17:55:15 +01:00
Christopher Obbard
12650d4e7c Feature: Show CONTACTOR_CONTROL status in the WebUI
When CONTACTOR_CONTROL is used, the battery-emulator controls
its own contactors. There is nowhere on the WebUI to show if
the contactors are engaged or not, only an error event is shown
if the contactors are disengaged.

Add an entry in the WebUI to show the CONTACTOR_CONTROL status.

Signed-off-by: Christopher Obbard <obbardc@gmail.com>
2024-09-20 16:50:18 +01:00
amarofarinha
eeba723715
fix compilation error 2024-09-19 23:45:34 +01:00
Daniel Öster
6c7d7c5b78
Update Software.ino to signal dev 2024-09-19 14:39:25 +03:00
amarofarinha
4059e3c80e bugfixes & tunning 2024-09-18 18:33:57 +01:00
amarofarinha
ae475c3b24 Merge branch 'WIFI-rewrite-resilience' of https://github.com/amarofarinha/Battery-Emulator into WIFI-rewrite-resilience 2024-09-18 03:07:56 +01:00
amarofarinha
be9d993b44 Refactor Wi-Fi management / separated from webserver logic and add support for fixed IP configuration 2024-09-18 03:07:29 +01:00
Daniel Öster
9739d3ef08
Update Software.ino 2024-09-16 19:49:21 +03:00
Daniel Öster
86b999e643 Merge branch 'main' into feature/DIY-battery-RJXZS-bms 2024-09-16 14:58:51 +03:00
amarofarinha
c1e67dae98 Bug fix for PR#457 (disable send CAN when pause for update) 2024-09-16 09:28:43 +01:00
Daniel Öster
5dc413462b
Update Software.ino to signal dev 2024-09-15 23:23:53 +03:00
Daniel Öster
42a51f44ec
Update Software.ino 2024-09-15 23:08:45 +03:00
Daniel Öster
5b43fed340 Add more mappings 2024-09-09 22:59:02 +03:00
Daniel Öster
21b94b3552
Update Software.ino to signal dev work 2024-09-04 22:13:48 +03:00
Daniel Öster
2bc8aabc9c
Update Software.ino for release 2024-09-04 22:09:08 +03:00
Daniel Öster
587159c5f2
Update software version tag to signal dev 2024-08-31 17:05:03 +03:00
Daniel Öster
2c98596f86
Update Software version tag 2024-08-31 16:49:44 +03:00
Daniel Öster
57c97b3f07
Merge pull request #423 from paulusbrand/extra_compile_settings
User settings for MDNS, WIFI AP, Home Assistant autodiscovery
2024-08-30 13:37:29 +03:00
Paul Brand
2ddbb9d0d4 Properly restore receive_can function 2024-08-27 14:39:20 +02:00
StarkJohan
87d271b0ba Update Software.ino
The CAN_TX_PIN and CAN_RX_PIN configuration in the HAL is not currently used due to them being hard coded in Software.ino.
This PR fixes this issue.
2024-08-25 21:08:02 +02:00
Paul Brand
00e44ccf9a Makes MDNS optional by user setting
Makes WIFI AP optional by user setting
Tweaks ifdefs for double battery and charger settings
Updates platformio platform packages
2024-08-24 23:14:01 +02:00
Daniel Öster
b84ee20c69
Merge pull request #410 from dalathegreat/feature/byd-sma
New protocol: BYD-SMA
2024-08-21 22:06:46 +03:00
Daniel Öster
0c9ce6bcb0 Fix contactor bug 2024-08-20 20:58:16 +03:00
Daniel Öster
91349e356b Move ifdef 2024-08-20 20:41:08 +03:00
Daniel Öster
e586d4cfb1 Add contactor ENABLE input reading for SMA 2024-08-20 12:19:29 +03:00
Daniel Öster
c52f0230b5
Update version number to signal dev work 2024-08-15 13:23:06 +03:00
Daniel Öster
e74bf026cb
Update version number for release 2024-08-15 12:37:49 +03:00
Daniel Öster
d16144ae0d Add Stark CANFD native support 2024-08-12 14:14:27 +03:00
Daniel Öster
b2a16897c4 Refactor MCP2515 2024-08-09 22:29:27 +03:00
Daniel
439f2cdbcf Add option to use CAN-FD as classic CAN 2024-08-09 18:47:23 +03:00
Daniel Öster
e183602f44 Start of CANFD refactoring 2024-08-09 16:13:13 +03:00
Daniel Öster
0816393bde Fix RTR issue 2024-08-09 15:47:41 +03:00
Daniel Öster
572c9c050b Add RX handlign via struct 2024-08-09 13:52:03 +03:00
Daniel Öster
52ae812b8e Add our own CAN struct for messages 2024-08-08 23:47:15 +03:00
Daniel
28c4bf1c7f Make CAN-FD work with refactor 2024-08-07 20:51:23 +03:00
Daniel Öster
e92f35e50b CAN-FD testing 2024-08-07 22:13:00 +03:00
Daniel Öster
9d8e20ce56 Make dual LilyGo compile 2024-08-06 14:40:57 +03:00
Daniel Öster
635f450e53 Make all components use new transmit function 2024-08-06 14:07:12 +03:00
Daniel Öster
d8b91eb34e Add event for using missing interface 2024-08-06 10:57:56 +03:00
Daniel Öster
4f508dba86 Refactor CAN sending to interface agnostic 2024-08-05 23:47:34 +03:00
Daniel Öster
a423d617e5
Update version number for dev 2024-08-01 11:54:16 +03:00
Daniel Öster
a4dba64cb0
Update version number for release 2024-07-31 23:44:29 +03:00
Daniel Öster
bcb3abdf1e
Merge pull request #261 from dalathegreat/feature/double-battery
Feature: Double battery 🔋 🔋 🥈
2024-07-30 14:14:01 +03:00
Daniel Öster
a83437668f Remove broken SOC% handling for double packs 2024-07-30 13:43:56 +03:00
Daniel Öster
3e0ad30de5
Update version number to signal dev branch 2024-07-24 23:43:52 +03:00
Daniel Öster
bb086f3f51
Update version number for release 2024-07-24 23:20:56 +03:00
Daniel Öster
f46dd6048f Add double battery support for Tesla S/3/X/Y 2024-07-12 15:05:00 +03:00
Daniel Öster
ae163e4814 Make cellmonitor handle 2 batteries 2024-07-11 23:16:55 +03:00
Daniel Öster
e141a5e910 Pre-commit fix 2024-07-11 19:15:35 +03:00