Hi there,
I tried to get the temperature of my shelly i3 via the rest api like its described here:
https://shelly-api-docs.shelly.cloud/#shelly-i3-status
But my output looks like this.
{
"wifi_sta": {
"connected": true,
"ssid": "Martin Router King",
"ip": "192.168.178.30",
"rssi": -49
},
"cloud": {
"enabled": false,
"connected": false
},
"mqtt": {
"connected": true
},
"time": "",
"unixtime": 0,
"serial": 1,
"has_update": false,
"mac": "F4CFA2E51C68",
"inputs": [
{
"input": 1,
"event": "",
"event_cnt": 4
},
{
"input": 0,
"event": "",
"event_cnt": 0
},
{
"input": 0,
"event": "",
"event_cnt": 0
}
],
"update": {
"status": "unknown",
"has_update": false,
"new_version": "",
"old_version": "20200421-183805/master@d834f204"
},
"ram_total": 50272,
"ram_free": 39576,
"fs_size": 233681,
"fs_free": 155871,
"uptime": 9563
}
Am I missing something?
BR
kinthk