Closed AaronLionsheep closed 3 years ago
Some raw MQTT data:
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208212,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":false,"timestamp":0,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208341,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":false,"timestamp":0,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208443,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":false,"timestamp":0,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":false,"timestamp":0,"active":true,"vibration":true,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":false,"timestamp":0,"active":true,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208667,"active":false,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208679,"active":false,"vibration":false,"lux":0,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208728,"active":true,"vibration":true,"lux":343,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208728,"active":false,"vibration":false,"lux":343,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208764,"active":false,"vibration":true,"lux":416,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208767,"active":false,"vibration":true,"lux":416,"bat":94}
shellies/shellymotionsensor-60A4239753CA/status {"motion":true,"timestamp":1614208769,"active":false,"vibration":false,"lux":416,"bat":94}
It appears data is sent over the /status
topic and the typical payload is structured like:
{
"motion": true,
"timestamp": 1614208769,
"active": false,
"vibration": false,
"lux": 416,
"bat": 94
}