-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[FR] Add Sensirion SEN5x (IKEA VINDSTYRKA) #4794
Comments
@TD-er please replace "Senserion" with "Sensirion". |
This guy Oleksii has a sort of tear-down for the device (more like an unboxing 😉), that confirms the sensor is indeed a SEN54. Edit: Here is the Sensirion SEN5x datasheet |
Yep, was thinking about the same approach. |
Ah apparently someone else came up with the same idea: oleksiikutuzov/IKEA-VINDSTYRKA#1 (comment) |
Hello,
I hope to be able to activate the interrupt with your help and to be able to complete the plugin. Note:
|
I guess the Ikea firmware does try to read only on regular intervals, so maybe we can detect this and try to match its read interval, not to disturb those readings? Another way can be to add a second I2C bus and try to emulate the device on this 2nd bus and thus act as some kind of man-in-the-middle and echo'ing the values while keeping the read results. N.B. a 2nd bus is probably only limited to ESP32-like devices. |
Ah this emulation was also mentioned on the link you provided.
|
The SEN55 sensor is planned to be included soon, using the I2C bus. |
Hello, |
If someone wants to modify such a unit, then quite often new hardware has to be bought. |
@tonhuisman is about standalone SEN5x or in this category is included IKEA Vindstyrka device ??? (because for IKEA device it's necessary to not affect original (main) communication). |
The pending implemented PR is not taking into account that there might be other concurrent I2C transfers. It is quite hard to manage 2 masters on the same I2C bus. |
i make some progress for this ESPeasy plugin (for ESP8266) |
Why do you use P253? |
Sorry, my mistake, i dont know about this request a plugin ID: #3839 (it's my first contribution for this project) and i post about this plugin only here. |
The latest Ikea VINDSTYRKA air quality sensor uses the Sensirion SEN5x.
There are 3 types of this sensor:
Assuming the IKEA unit uses the SEN54, since photos only show values for PM, RH/T, VOC
The text was updated successfully, but these errors were encountered: