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:
Matt Holmes 2025-01-08 16:53:23 +00:00 committed by GitHub
parent 64e633f10f
commit d2d67db844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 129 additions and 14 deletions

View file

@ -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];