Skip to content

Albin76/Home_assistant_MQTT

Repository files navigation

Home_assistant_MQTT

Sensors and control via MQTT

This rep is focused on the HA/MQTT part.

struct attribute((packed)) SENSOR_DATA {
int sensor;
char MQTT_sensor_topic[15];
int millis;
float temp;
float humidity;
float pressure;
float battery;
int spare1;
float spare2;
} sensorData;

ESP32 is not the latest. Continued improvements in Visual code studio in separate rep.

About

Sensors and control via MQTT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages