Commit graph

1791 commits

Author SHA1 Message Date
Daniel Öster
eb40deee69 Add battery to workflow 2024-10-31 16:43:31 +02:00
Daniel Öster
f73fa8343d
Merge pull request #577 from dalathegreat/improvement/speed-up-update-rate
Improvement: Speed up value updating
2024-10-31 16:33:48 +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
Daniel Öster
32c23c8d95 Fix temperature scaling 2024-10-30 18:43:09 +02:00
Daniel Öster
40bba6d2a3 Add missing HW def 2024-10-30 18:38:11 +02:00
Daniel Öster
79ee6c896a Add cellpower BMS support 2024-10-30 18:37:45 +02:00
Daniel Öster
6c3787c204
Merge pull request #568 from dalathegreat/bugfix/byd-can-capacity
Bugfix: Add capacity writing to BYD CAN
2024-10-30 16:47:45 +02:00
Daniel Öster
123fecc22e
Merge pull request #573 from kukumagi/feature/can_fd_crystal_frequency_setting
Feature/can fd crystal frequency setting
2024-10-30 12:27:16 +02:00
Kukumagi
5dff800b63 Enable selecting CAN_FD crystal frequency in user settings 2024-10-30 11:43:40 +02:00
Kukumagi
c10dea05e0 Enable selecting CAN_FD crystal frequency in user settings 2024-10-30 11:43:28 +02:00
Daniel Öster
1fa076573a Add scaling for values 2024-10-29 22:10:08 +02:00
Daniel Öster
b8b99b5425 Add More Battery info for ZoePH2 2024-10-29 20:15:00 +02:00
Daniel Öster
2d5c2b20ff Add capacity writing to BYD CAN 2024-10-29 14:04:21 +02:00
amarofarinha
d888469c4b
Merge pull request #567 from amarofarinha/enhancement/mqtt-topic-naming
Remove "Battery Emulator" Prefix from MQTT Sensor Names and Standardize Cell Object IDs
2024-10-29 10:00:13 +00:00
amarofarinha
89e64914a7 Remove "Battery Emulator" Prefix from MQTT Sensor Names and Standardize Cell Object IDs 2024-10-28 22:27:41 +00:00
Daniel Öster
da5b543ab2 Add known polling requests 2024-10-28 23:16:54 +02:00
Daniel Öster
14e9e2a260
Merge pull request #563 from dalathegreat/improvement/eModbus-update
Improvement: Add ifdef to Modbus server error message printing
2024-10-28 22:05:09 +02:00
amarofarinha
d636afee7b
Merge pull request #566 from amarofarinha/enhancement/mqtt-topic-naming
Enhancement/mqtt topic naming
2024-10-28 19:26:14 +00:00
amarofarinha
75f3d9e0e9 Updated comments to highlight the potential breaking change in MQTT naming conventions 2024-10-28 19:14:25 +00:00
amarofarinha
3996bc2c03 changed mqtt_device_name 2024-10-28 18:23:22 +00:00
amarofarinha
d4d6939476 Clarified comments and modified object_id_prefix 2024-10-28 17:44:19 +00:00
amarofarinha
93cd2083cf Remove all unnecessary string casts 2024-10-28 17:34:18 +00:00
amarofarinha
062e9b3c5c pre-commit fix 2024-10-28 13:27:41 +00:00
amarofarinha
e328bfd37b compile fixes and MQTT clientId name 2024-10-28 13:24:17 +00:00
amarofarinha
b5d9f1a4be
Merge branch 'dalathegreat:main' into enhancement/mqtt-topic-naming 2024-10-28 09:58:31 +00:00
amarofarinha
dbfb0575a0 Enhance MQTT Naming Customization for Home Assistant 2024-10-28 09:57:39 +00:00
Daniel Öster
6413d51f1b
Merge pull request #561 from dalathegreat/feature/more-info-byd3
Feature: Add more info page for Atto3
2024-10-27 21:33:01 +02:00
Daniel Öster
d67e9dcf99 Add ifdef to Modbus server error message printing 2024-10-27 21:22:41 +02:00
wjcloudy
8fbc4d829e
IX Advanced values support - Battery module
Adds support for showing advanced values - T30 voltage (12v SME Supply)
2024-10-27 12:32:44 +00:00
wjcloudy
4c15d35144
Add iX advanced values support 2024-10-27 12:29:53 +00:00
wjcloudy
adfa9f13e7
iX Advanced Info support addition 2024-10-27 12:29:19 +00:00
wjcloudy
f3f10b1db1
Removed some debugging (max/remain capacity fixed) 2024-10-27 11:36:15 +00:00
wjcloudy
6161662855
Update BMW-IX-BATTERY.cpp
Fix max/available capacity - now shows correct values.
2024-10-27 11:31:22 +00:00
wjcloudy
6b823e2c5b
Update BMW-IX-BATTERY.cpp
First functional version - SME wake line can be held high to use.

Notes:
- Bat capacity max/remain is temp scaled by 0.1 so fits in uint16
- No max charge/discharge power
- No SOH
- No contactor control
2024-10-26 22:55:00 +01:00
Daniel Öster
1996c9a850 Add more info page for Atto3 2024-10-26 21:11:29 +03:00
amarofarinha
b8cb5fede6
Merge pull request #560 from amarofarinha/feature/scaled-remaining-capacity
Calculate scaled remaining capacity using estimated total capacity from SOC
2024-10-25 21:47:49 +01:00
Daniel Öster
4c9e1a3169 Add iX skeleton 2024-10-25 21:56:52 +03:00
amarofarinha
966a759448 Calculate scaled remaining capacity using estimated total capacity from SOC 2024-10-25 15:39:32 +01:00
Daniel Öster
e66b4b8c22
Merge pull request #556 from dalathegreat/feature/bmw-i3-more-info
Feature: Add more battery info for BMW i3
2024-10-24 15:56:59 +03:00
Daniel Öster
635f037324
Merge pull request #547 from dalathegreat/bugfix/SOC-implausible-warning
Bugfix: Downgrade SOC check to warning
2024-10-24 15:55:53 +03:00
Daniel Öster
b3f989023b
Merge pull request #559 from dalathegreat/feature/leaf-unavailable-value-event
Nissan LEAF Add event for unavailable value
2024-10-24 13:19:11 +03:00
Daniel Öster
40aa274b48 Add event for unavailable value 2024-10-24 12:52:58 +03:00
Daniel Öster
b419ee3272
Merge pull request #551 from vitalii-ch/improvement/tesla_sx_support
Tesla SX 2021+ batteries support
2024-10-23 21:09:07 +03:00
amarofarinha
503f11353c
Merge pull request #557 from amarofarinha/feature/scaled-remaining-capacity
Feature/scaled remaining capacity
2024-10-23 12:43:43 +01:00