Tony Neal
Tony Neal
I have set up ESPhome on esp32 devices to send the received data to mqtt. I am using the MI-like interface I tried with the custom firmware and compiling my...
I would like to monitor a Topic to see if a particular payload is there. e.g. on an LWT topic, my devices publish 'online', 'offline','restarting' etc. I would like to...
in the new broadcastd.c line 87 struct sensor_reading\* result = read_ds18b20(0); should it be: struct sensor_reading\* result = read_ds18b20(); Sorry - I dont know git enough to do a pull...