Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pm25 and voc optional #55

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Make pm25 and voc optional #55

merged 1 commit into from
Mar 26, 2024

Conversation

eric14142004
Copy link
Contributor

@eric14142004 eric14142004 commented Mar 25, 2024

Dirigera currently supports third-party zigbee sensors, such as Aqara temperature sensors.

These sensors may not necessarily have pm25 and voc attributes:

{ "attributes": { "currentRH": 49, "currentTemperature": 22.0100002288818, "customName": "aqara_sensor", "firmwareVersion": "", "hardwareVersion": "", "manufacturer": "AQARA", "model": "lumi.sensor_ht", "permittingJoin": false, "productCode": "WSDCGQ01LM", "serialNumber": "serialNumber" }, "capabilities": { "canReceive": [ "customName" ], "canSend": [ ] }, "createdAt": "2023-06-28T16:22:56.000Z", "deviceSet": [ ], "deviceType": "environmentSensor", "id": "id", "isHidden": false, "isReachable": true, "lastSeen": "2024-03-24T14:53:28.000Z", "remoteLinks": [ ], "room": { "color": "ikea_pink_no_6", "icon": "rooms_ladle", "id": "id", "name": "kitchen" }, "type": "sensor" }

Dirigera currently supports adding third-party zigbee sensors, such as aqara temperature sensors. These sensors may not necessarily has pm25 and voc data.
Copy link
Owner

@Leggin Leggin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff thank you!

@Leggin Leggin merged commit e455d9d into Leggin:main Mar 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants