monteslu / mqtt-serial

a node-serialport implementation using an MQTT client for sending and receiving serial data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial to mqtt

chrigui opened this issue · comments

commented

hi great share!!

i want to bind my 2 weather stations please with mqtt so, i can use them with other tools easially.

i have 2 weather stations
both have a unique ID Example:

ID: weather1 Wind_Dir:NE Wind_Speed:0.0mph, Rain:0.00in., Temp:75.07F, Humidity:49.15%, Baro_Temp:74.75F, Pressure:1014.26hPa, Soil_Temp:0.00F, Soil_Mositure:1037

ID: weather2 Wind_Dir:NE Wind_Speed:3.0mph, Rain:0.00in., Temp:70.07F, Humidity:55.2%, Baro_Temp:70F, Pressure:1011.26hPa, Soil_Temp:0.00F, Soil_Mositure:1037

is it possible to publish each please ?
any tips how ?

thanks.

@chrigui did you get it to work? For me its reacting. But if you just want to read something I don't think this is re right project. For reading mqtt should be enough or?