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

[Feature]: Supported more devices like noise, pm10, pm25, wind, solar lux and volatile_organic_compound_density #433

Open
3 of 11 tasks
superpower10 opened this issue Jan 15, 2025 · 2 comments
Labels
feature Feature Request

Comments

@superpower10
Copy link

Requested feature

Please also support the following devices (if they are supported by Matter):

  • vacuum
  • co2
  • noise
  • pm10
  • pm25,
  • wind speed
  • solar lux
  • volatile_organic_compound_density

Documentation & Issues

@superpower10 superpower10 added the feature Feature Request label Jan 15, 2025
@t0bst4r t0bst4r changed the title [Feature]: Supported more devices like vacuum, co2, noise, pm10, pm25, wind, solar lux and volatile_organic_compound_density [Feature]: Supported more devices like noise, pm10, pm25, wind, solar lux and volatile_organic_compound_density Jan 16, 2025
@t0bst4r
Copy link
Owner

t0bst4r commented Jan 16, 2025

For vacuum we already have another issue, so ignoring it here. Same for co2 sensors.
For the others, can you please provide the attributes from HA -> Dev-Tools -> State ?

@steamEngineer
Copy link

I have an Verkada SV25 Air quality sensor I'm bridging in to HA via BACnet + Node-RED.

I manually configured the entities. But if it helps this is how they look

-Humidity
state_class: measurement
unit_of_measurement: "%"
device_class: humidity
friendly_name: Humidity

-Noise
state_class: measurement
unit_of_measurement: dB
device_class: sound_pressure
friendly_name: Noise Level

-PM10
state_class: measurement
unit_of_measurement: µg/m³
device_class: pm10
friendly_name: PM 10.0

-PM2.5
state_class: measurement
unit_of_measurement: µg/m³
device_class: pm1
friendly_name: PM 2.5

  • Ambient Light Brightness
    state_class: measurement
    unit_of_measurement: lx
    device_class: illuminance
    friendly_name: Lux

  • VOC and AQI are indexes, so I'm creating them using the AQI class
    state_class: measurement
    device_class: aqi
    friendly_name: TVOC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature Request
Projects
None yet
Development

No branches or pull requests

3 participants