That’s amazing. Thank you so much
I understand that the STARKVIND device is supported through the TRADFRI integration. But how about ZHA? Does anyone know what functionality is supported through that?
Note to self:
At the moment I can see all the sensors but can’t control my Starkvind. Not a big deal since it is on the automatic mode.
What’s the current state of this? I’m getting mixed messages from the discussion above. I’m thinking of buying one of these to make my resin printing sessions a bit safer but I’m only going to spend the kind of money this one costs if I can justify the added cost by being able to add it to my Home Assistant.
I’m using Zigbee2MQTT and it seems like it at least exposes it but since people in this thread seem to be saying they can’t actually control it I’d like to double-check.
not sure what the issue might be, but both my Starkvind tables work as expected, and I can control them via HA nicely.
I am using it via the Ikea Gateway though and HA integration, not sure if that would make a difference for controlling it.
adapted the above template to:
{% set q = states('sensor.luchtreiniger_hall_air_quality')|int(default=1000) %}
{% if q <= 12 %} Good
{% elif q <= 35 %} Moderate
{% elif q <= 55 %} Unhealthy for Sensitive Groups
{% elif q <= 150 %} Unhealthy
{% elif q <= 250 %} Very Unhealthy
{% elif q <= 500 %} Hazardous
{% else %} Device off
{% endif %}
because otherwise, the default value 0 would imply a ‘Good’ readout, while in fact unknown. Setting the default value to 1000 solves that
That would definitely make a difference as you’re not talking ZigBee to it from HA, but good to know that the Ikea integration does work
It’s working fine with Z2M.
Awesome, thank you for the confirmation.
Hi, I have starkvind for some time now and I was bummed that only control I can do is turn it on and off and turn on the child lock. As mentioned above I can also read the air quality, but I don’t think it’s very precise.
But recently I figured out how to control starkvind in home assitant - you need mushroom integration from HACS. There is fan control in it and it works perfectly with starkvind.
You can control the fan speed and if you turn it to lowest setting it switches to auto.
Everything works in ZHA
Hope this helps everyone.
So right now it looks like this for me:
No need for that card at all? It’s readily available in core HA entities card, and more-info of the fan?
I don’t see any way to control speed of the fan natively, just through zha.
Enligten me.
The air purifier is working rather well through ZHA now. I can control the fan speed and monitor filter life, however, the air quality sensor is missing despite it is being reported in the cluster. Any clues on how this can be added?
I use gauge card like this.
I found the values for “good” “moderate” and “bad” air quality somewhere online.
I just dont think the sensitivity is very good and it shows the same air quality for a long time even if the fan is running.
I find the sensitivity to be quite good.
I have one in the bedroom. The PM 2.5 spikes whenever we shake up the bed (typically in the morning) and goes down quickly again after that.
Typically it looks something like this:
do you know if there is a good way to do OTA update for the air purifier through HA?
I found out that it’s not that it’s not precise, but update much less frequently, dont know what to do about it
edit2: miraculously (i did nothing) my purifier started updating frequently. my graph now looks similar to one above. Nice
There isn’t even a PM25 sensor in my device connected through ZHA.
I would like to do an automation and control the fan based on the pm2.5 level. I can’t set the fan speed though, do I need to do it via YAML? Has someone already done it? The auto feature is too slow for me.