I'm working on some temperature sensors and a pressure sensor, I got this hooked up and so far working on my arduino mega and I can get the data over the usb/serial in to node-red and fetch it trough node-red mqtt to domoticz where I can read it in the log file.
The data i get from arduino is flexible and at the moment looks like
Code: Select all
21:55:08.530 -> ,Temp_1=27.87,Temp_2=20.06,Temp_3=26.94,Temp_3=26.44,Press_1=97
I have seen some topics here and many point at "MySensors" but only solution i can find there is through a sender and I want to have these main sensors hard wired to my system.
I'm stuck here
