moppi4483 / homebridge-mqtt-eve-temp-hum-pres

Homebridge MQTT-Plugin for EVE (Temperature, Humidity and AirPressure)
MIT License
0 stars 0 forks source link

receiving data from ESPEASY #1

Open elkorleone opened 6 years ago

elkorleone commented 6 years ago

Hi, I'm trying to pair a NODEMCU with ESPEASY to HomeBridge with this plugin to use with EVE

espeasy send the value to mqtt and i check mqtt is reciving the info, but it's simple like 22.50 (temperature) and i think this plugin needs more info. I'm a newie so please, can anyone help me?

I have in addition 3 sonoff with tasmota and dht22 without problem

elkorleone commented 5 years ago

nothing?

kskenyon commented 5 years ago

Try sending {temperature:number} from mqtt where number is the temperature. Build from there.

kskenyon commented 5 years ago

Oh, ESPEASY.

You’ll have to construct the required mqtt JSON packet with a tool like Node-RED or use the mqtt command line.