I already have a "data logger" connected to 6 radio thermal sensors and 2 humidity sensors.
BS1000 : http://www.arexx.com/templogger/html/en/products.php
I would like to reuse them in Domoticz.
The data logger can post via http the values. This is what I am doing today to put the values in a Mysql database via a PHP page.
The data logger will send something like that :
Code: Select all
192.168.1.345/templog.php?sensor=1&type=23&value=23&date="23/10/2015"&time="12:04:23"
My dream to add this devices in domoticz, can you help me ?
Thanks