Skip to content

Instantly share code, notes, and snippets.

@NelsonMinar
Created April 8, 2023 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NelsonMinar/494a0f53785c20290b395639548349fa to your computer and use it in GitHub Desktop.
Save NelsonMinar/494a0f53785c20290b395639548349fa to your computer and use it in GitHub Desktop.
Status from a Shelly Plus Heat & Temperature sensor (via MQTT)
{
"src": "shellyplusht-b8d61a8b17cc",
"dst": "shellyplusht-b8d61a8b17cc/events",
"method": "NotifyFullStatus",
"params": {
"ts": 1680962879.62,
"ble": {},
"cloud": {
"connected": false
},
"devicepower:0": {
"id": 0,
"battery": {
"V": 0.43,
"percent": 0
},
"external": {
"present": true
}
},
"ht_ui": {},
"humidity:0": {
"id": 0,
"rh": 42.2
},
"mqtt": {
"connected": true
},
"sys": {
"mac": "B8D61A8B17CC",
"restart_required": false,
"time": null,
"unixtime": null,
"uptime": 3,
"ram_size": 235300,
"ram_free": 164244,
"fs_size": 458752,
"fs_free": 118784,
"cfg_rev": 10,
"kvs_rev": 0,
"webhook_rev": 0,
"available_updates": {},
"wakeup_reason": {
"boot": "deepsleep_wake",
"cause": "status_update"
},
"wakeup_period": 600
},
"temperature:0": {
"id": 0,
"tC": 19.8,
"tF": 67.6
},
"wifi": {
"sta_ip": "192.168.3.183",
"status": "got ip",
"ssid": "winos",
"rssi": -51
},
"ws": {
"connected": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment