-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Matter Air Quality Sensor with MHZ19B not showing values in Apple Home #22704
Comments
I'm not sure what Apple supports with Air Quality Sensor. CO2 level and "Air Quality" are different values. |
Apple supports CO2 sensors in general but I am not sure if they are supported and implemented in Matter. Here is a, non Matter, device which I implemented via ioBroker and YAHKA for comparison. For air quality 2 datapoints are used: CarbonDioxideLevel and AirQuality. For AirQuality I mapped CarbonDioxideLevel to different numbers for the quality level: This sensors have been implemented with Matter 1.2. |
Ok, I'll do some testing. |
It should be fixed now. Please try latest in the Note: the filter in Matter configuration should be only the overall key |
Air Quality is now shown in Apple Home, yes. Can you have a look if it is possible to show the CO2 value as well? I should work since it is implemented for Homekit devices? https://developer.apple.com/documentation/homekit/hmcharacteristictypecarbondioxidelevel |
Can you please send logs with |
Sure, do you need more information? |
Everything is correct in the logs, the values for CO2 are reported to the subscriptions |
PROBLEM DESCRIPTION
What I've tried
MHZ19B#CarbonDioxide
andMHZ19B
14:03:05.045 MQT: tele/tasmota_B8CCBC/SENSOR = {"Time":"2024-12-22T14:03:05","MHZ19B":{"Model":"B","CarbonDioxide":908,"Temperature":32.0},"TempUnit":"C"}
Troubleshooting Steps
Related Code
Question
What am I missing to get the CO2 values showing up correctly in Apple Home? The sensor works, Matter is configured, but the values are not being transmitted correctly. According to the berry script implementation, the values should be transmitted in a correct format to Apple Home.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
EXPECTED BEHAVIOUR
The CO2 values from the MHZ19B sensor should be displayed correctly in Apple Home's Air Quality widget.
SCREENSHOTS
ADDITIONAL CONTEXT
The text was updated successfully, but these errors were encountered: