Bobbie
Get sensor data
POST /provider/fetchContent-Type: application/json
Authorization: Bearer {access_token}{
"serial_number" : "{Bobbie Serial Number}"
}{
"provider": {
"cold": 26.490346029707, //value of the cold pipe temperature sensor in celsius
"hot": 32.514830800359, //value of the hot pipe temperature sensor in celsius
"home": 27.252545430612, //value of the ambient temperature sensor in celsius
"energy": 0.10849291444, //electrical energy in kWh
"voltage": 232.76088205096, //value of measured voltage in V
"current": 12.254590367881, //value of electrical current in A
"relay_state": 1, //state of the relay (1 - on, 0 - off)
"load": true //indicator of load (boolean value)
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Control relay state (turn Bobbie on/off)
Default State
Turning OFF/ON the LED light
Last updated