Hi guy,
I would like to create a datalogger for record the temperature and humidity data in file log or in a database mysql.
I had thought about using Shelly HT and the Report URL feature in I / O URL Actions
I wrote a script in php
Code
/* Example Report URL */
http://mysite.com/action.php?tmp=tmp.value&hum=hum.value&bat=bat.value
Unfortunately,
the log output recovers only the humidity data, while temperature and battery the variable via GET is not valued (tmp.value and bat.value)
Can anyone help me please and explain me how to write URLs in actions,
or if there is already a script to read the data stored in the cloud?
Thanks Nic