Skip to content

Fix CO2 sensor not appearing in HomeKit #218

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

350d
Copy link

@350d 350d commented Jun 3, 2025

Fixes typo in CO2 sensor accessory class name that prevented devices from being registered in HomeKit platform.

350d added 5 commits June 4, 2025 02:57
…require statement: HttpWebHookCarbonDioxideSensoryAccessory -> HttpWebHookCarbonDioxideSensorAccessory - Fixed constructor call to use correct class name - This resolves issue where CO2 sensors were not appearing in HomeKit despite webhook updates working
…iable declarations for Service and Characteristic to use proper scoping - Corrected cache key consistency for carbon dioxide level storage - Added parseFloat conversion for urlValue to ensure numeric comparison - This should fully resolve CO2 sensors not appearing in HomeKit
…po in variable name: HttpWebHookCarbonDioxideSensoryAccessory -> HttpWebHookCarbonDioxideSensorAccessory - Fixed accessory registration which prevented CO2 sensors from being available in Homebridge - This was the missing piece preventing CO2 sensors from appearing in HomeKit
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.

1 participant