Nature Remo
昨年6月に復活したIRKitの不調具合が加速してきた折、3,980円であらゆる家電をIoT化。Matterリモコン「Nature Remo nano」というニュースで、一つ前世代のNature Remo miniを調達してたのを思い出し、慌てて投入。
yano@haswell:~/smarthome$ Token=zjKKjfAL6X36SJvKtuqqXxm2SHMFeAjBnTHxZUhdzjKKjfAL6X36SJvKtuqqXxm2SHMFeAjBnTHxZUhd
yano@haswell:~/smarthome$ curl -X GET "https://api.nature.global/1/devices" -H "accept: application/json" -k --header "Authorization: Bearer ${Token}" | jq
[
{
"name": "Remo mini",
"id": "deb07f72-a5ab-4262-915b-ABCDEFG",
"created_at": "2023-08-09T01:31:06Z",
"updated_at": "2023-08-09T02:15:12Z",
"mac_address": "98:cd:ac:XX:YY:ZZ",
"bt_mac_address": "98:cd:ac:XX:YY:ZZ",
"serial_number": "2W221070012345678",
"firmware_version": "Remo-mini/1.12.2",
"temperature_offset": 0,
"humidity_offset": 0,
"users": [
{
"id": "c376a287-5300-4c8b-b793-ABCDEFG",
"nickname": "ホゲホゲフーガ",
"superuser": true
}
],
"newest_events": {
"te": {
"val": 32,
"created_at": "2023-08-09T05:03:19Z"
}
}
}
]
yano@haswell:~/smarthome$
Nature Developer PageによるとIRKitのような「Local API」も公開されているらしい。







