David's Astronomy Pages
|
Notes (S1155) |
Notes Main |
Home Page |
Notes (S1156) |
Session Aims & Highlights | |
- Observing Result - Night Summary Plot - Session Event Log |
|
Operational Issues | |
- Critical Issues (0),
Major Issues (2),
Minor Issues (4),
Small Defects (0), Continuous Improvement
(8) |
|
No Images from 2023-10-10 >> | |
Greenhouse Temperature/Humidity Sensor | |
Zigbee / Rest API Notes | |
Main aims
Equipment & Software
Highlights
Summary Plots & Logs
Observing Plan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No picture | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observing Result |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dome & Scope Slewing Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No picture | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Slew/Centering Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No picture | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Guiding Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No picture | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sky Conditions (Locate Frames) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No picture | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Night Sky Summary Plot Top axis: Sky Brightness at Zenith (in ADU/s) Lefthand axis: Local Time (hh LT). Righthand axis: Sun Altitude (degs) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Actual Weather vs Pre-Session Weather Forecast | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Alerts & Alarms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Back to Top
Back to Top
An Aqara Temperature/Humidity Multi-Sensor has been added to the Observatory's ZigBee Network today (2023-10-10) using Phoscon App.
The new sensor 'Greenhouse' will be located in the greenhouse to provide
Temperature/Humidity monitoring. The device also includes a pressure
sensor.
Previously an attempt to use an Oregon Scientific
Temperature/Humidity Sensor in the greenhouse in July 2023 performed very poorly
due to irregular communication with the Weather Station base unit located in the
observatory, and was removed after a couple of weeks.
Adding Sensor
(Phoscon App needs to be started by clicking
on the 'Phoscon App' in the deConz console. (Using the direct link
Once
logged in the Gateway go to Menu/Sensors/Add Sensor, then reset Sensor by the
tiny button on one side of the device, and wait for Phoscon to find the sensor
and add it.
The initial sensor name was changed to 'Greenhouse' using 'Edit' button.
Identifying and testing the Sensor
Using REST_API from Phoscon App the list of sensors ( //192.168.1.75/api/key/sensors) showed that 3 news items (ids 9, 10 & 11) had been added to the list
9 : Greenhouse, ZHAHumidity, humidity
10: Greenhouse, ZHATemperature,
temperature
11: Greenhouse, ZHAPressure, pressure
Humidity readings are like 7263 (indicating 72.6% when rounded),
Temperature readings are like 1964 (indicating 19.6°C when rounded)
Pressure
readings are like 995 (indicating 995 mb)
Using WebSocket showed that the temperature sensor was issuing 'changed' events when the temperature changed, and when moved from observatory to house and then into the greenhouse it showed a succession of change events as it picked up on the changing temperature conditions: (times below are UT times)
14:42:24 "temperature": 1910
15:06:01 "temperature": 2066
15:06:22 "temperature": 2107
15:10:43 "temperature": 2199
15:11:04
"temperature": 2250
15:12:04 "temperature": 2329
15:20:57 "temperature":
2174
15:31:10 "temperature": 2120
Actions
Update 2024-03-18
An issue arose in Mar 2024 in which the
sensor lost its connection to the Observatory Zigbee Network after being
temporarily moved and then failed to reconnect to the Network by itself for 24
hours. Issue eventuallly resolved by resetting the sensor and then re-adding it
in the Phoscon application (see
Zigbee - Greenhouse's Temperature/Humidity Sensor not reconnecting to network,
2023-03-18).
Rest API Details
"9": {
"config": {
"battery": 100,
"offset": 0,
"on": true,
"reachable": true
},
"ep": 1,
"etag":
"085cfc83f7fca4536f5656839324619f",
"lastannounced": null,
"lastseen":
"2023-10-10T14:30Z",
"manufacturername": "LUMI",
"modelid":
"lumi.weather",
"name": "Greenhouse",
"state": {
"humidity": 7263,
"lastupdated": "2023-10-10T14:30:10.943"
},
"swversion": "20191205",
"type": "ZHAHumidity",
"uniqueid": "00:15:8d:00:09:d0:de:93-01-0405"
},
"10": {
"config": {
"battery": 100,
"offset": 0,
"on": true,
"reachable": true
},
"ep": 1,
"etag":
"5d222bf7acebc48009eced1f55991717",
"lastannounced": null,
"lastseen":
"2023-10-10T14:30Z",
"manufacturername": "LUMI",
"modelid":
"lumi.weather",
"name": "Greenhouse",
"state": {
"lastupdated":
"2023-10-10T14:30:10.927",
"temperature": 1964
},
"swversion":
"20191205",
"type": "ZHATemperature",
"uniqueid":
"00:15:8d:00:09:d0:de:93-01-0402"
},
"11": {
"config": {
"battery":
100,
"offset": 0,
"on": true,
"reachable": true
},
"ep": 1,
"etag": "291368e232355c306ddb845ebae6511e",
"lastannounced": null,
"lastseen": "2023-10-10T14:30Z",
"manufacturername": "LUMI",
"modelid":
"lumi.weather",
"name": "Greenhouse",
"state": {
"lastupdated":
"2023-10-10T14:30:10.955",
"pressure": 995
},
"swversion": "20191205",
"type": "ZHAPressure",
"uniqueid": "00:15:8d:00:09:d0:de:93-01-0403"
}
}
The sensor produces events like the following:
{
"15:42:24:614": {
"attr": {
"id": "10",
"lastannounced":
null,
"lastseen": "2023-10-10T14:42Z",
"manufacturername": "LUMI",
"modelid": "lumi.weather",
"name": "Greenhouse",
"swversion": "20191205",
"type": "ZHATemperature",
"uniqueid": "00:15:8d:00:09:d0:de:93-01-0402"
},
"e": "changed",
"id": "10",
"r": "sensors",
"t": "event",
"uniqueid": "00:15:8d:00:09:d0:de:93-01-0402"
},
"15:42:24:615": {
"e":
"changed",
"id": "10",
"r": "sensors",
"state": {
"lastupdated":
"2023-10-10T14:42:24.600",
"temperature": 1910
},
"t": "event",
"uniqueid": "00:15:8d:00:09:d0:de:93-01-0402"
}
}
Back to Top
dCONZ Rest API
Information/online manual
Find Gateway
As a first step the gateway IP address and port must be found using https://phoscon.de/discover
Back to Top
This Web Page: | Notes - Session 1156 Attempt (2023-10-10) |
Last Updated : | 2024-09-16 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |