feat: update MQTT broker and enhance data handling
- Changed MQTT broker address from 192.168.0.101 to 192.168.1.100 across multiple files. - Introduced new data handling methods in data_transmission_example.py for constructing and parsing data requests and responses. - Updated MQTT topics to follow a new structure for better organization and clarity. - Enhanced sensor logic in JackeryHome component to support new data formats and improve device state management.
This commit is contained in:
@@ -21,7 +21,7 @@ DATA_SCHEMA = vol.Schema(
|
||||
): str,
|
||||
vol.Required(
|
||||
"mqtt_broker",
|
||||
default="192.168.0.101"
|
||||
default="192.168.1.100"
|
||||
): str,
|
||||
vol.Optional(
|
||||
"mqtt_port",
|
||||
|
||||
Reference in New Issue
Block a user