hi, it took me a while to fix seneye, but doing baby steps I get there, so I’m using node-red to deal with Seneye especialy to interpret their fedback, so in short:
- every 30 sec sending url request: https://api.seneye.com/v1/devices/AAAAAAAA?IncludeState=1&user=BBBBBBBBB&pwd=CCCCCC where AAAAAA is your device id (can be found on www.seneye.com 2nd page “maintenance tools”:
BBBBB is your user for the website, and CCCCC is your password for the website.
2.then returned message will arrive in JSON code,
that can be taken aparts split:
and sent to MQTT in separate channels and assigned to sensors:
then just pick up from MQTT and assign to sensors, and you done.
BTW: worth to mention working with time/dates is a bit tricky, but if you need to know how, I can share the way I’ve done it.




