Hi,
I have several Switchbot Meter Pro CO2 device, but not all of them were detected in my HA.
After debugging it worked on my system for ALL device, if I added a "manufacturer_data_length" in adv_parser.py:
"5": { "modelName": SwitchbotModel.METER_PRO_C, "modelFriendlyName": "Meter", "func": process_wosensorth_c, "manufacturer_id": 2409, "manufacturer_data_length": 16, },
I'm actually confused how it worked for the "working" device without that change..?
Cheers