Hi there,
I want to periodically collect the temperature and humidity readings from a H&T sensor and save them in a database. I'm already doing this for several other Shellies, (EM, 1PM and Plug) which are always turned ON and I can just ping them for the info and obtain a http return (http://192.168.1.xx/emeter/0 , etc).
For the H&T this is more complicated since it only wakes up from time to time. I want to make use of the REPORT URL feature for this, which I believe would receive the status (temp and hum) upon wake up, correct?
My question is how to do this...? I have a raspberriypi as a server running telegraf which periodically pings the shellies for the info as I mentioned above, so I configured it to get the data from the shellies IPs. For the H&T REPORT URL, I should configure the REPORT URL with the raspberry IP ? Should I point to a specific port ? Any tips on how I would edit the config file of telegraf to retrieve the data coming from the H&T ?
Thanks!