mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Adding ability to remotely trigger a BMS reset via MQTT and configure Device ID for multiple emulators (#746)
* Adding ability to remotely trigger a BMS reset via MQTT * Adding comment to remove build warning * Enabling configuration of HA Device Id to allow for multiple battery emulators in HA without collision
This commit is contained in:
parent
64e633f10f
commit
d2d67db844
7 changed files with 129 additions and 14 deletions
|
@ -47,6 +47,7 @@ extern const char* mqtt_password;
|
|||
extern const char* mqtt_topic_name;
|
||||
extern const char* mqtt_object_id_prefix;
|
||||
extern const char* mqtt_device_name;
|
||||
extern const char* ha_device_id;
|
||||
|
||||
extern char mqtt_msg[MQTT_MSG_BUFFER_SIZE];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue