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

Wrong measuring unit for formaldehyd at TS0601_TZE200 Smart air house keeper #5857

Closed
uli-rpi opened this issue Jun 7, 2023 · 1 comment
Closed

Comments

@uli-rpi
Copy link

uli-rpi commented Jun 7, 2023

The measuring unit of formaldehyd is displayed as µg/m instead of µg/m³

I think the reason is in tuya.ts at line 650 / 651

        exposes: [e.temperature(), e.humidity(), e.co2(), e.voc().withUnit('ppm'), e.formaldehyd().withUnit('µg/m³'),
            e.pm25().withValueMin(0).withValueMax(999).withValueStep(1)],

Zigbee2MQTT Version 1.31.0 commit: f440c860

@Koenkk
Copy link
Owner

Koenkk commented Jun 8, 2023

Fixed!

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)

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

No branches or pull requests

2 participants