-
Notifications
You must be signed in to change notification settings - Fork 34
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
Integration of Itho Daalderop CO2 + Relative Humidity sensor? #3
Comments
That's an interesting one! Unfortunately I don't have a CO2 add-on at my disposal but there might be two ways to approach this: I don't have a CO2 module at my disposal and a bit of the design must be change probably but option 2 might be the easiest one, multiple i2c devices can reside on the bus and the wifi add-on is then just an extra device. (the wifi add-on has formally already two devices on the bus, the wemos and the attiny) The attiny can the left out if the CO2 module uses the same protocol. Option 1 probably needs a bit more engineering depending on the way the CO2 sensor communicates with the board (analog, digital and in the latter case what kind of protocol). |
Got my Logic analyzer yesterday. Hopefully next weekend i have some time to try it out on my co2 sensor. I have the same setup and same question. |
Is there any progress here? I'm also interested in a CO2 sensor. @arjenhiemstra, would it be possible to install a aftermarket i2c CO2 sensor like I'm running the temp/hum now? (directly connected to the ithowifi pins) |
That always a possibility, at least with a little soldering to the I2C pins. Although I think the most CO2 sensors I know of communicate through UART instead of I2C |
The SenseAir S11 ("Sunrise") does have an option for I2C. |
Thanks! I see on their website that the SenseAir K30 and K33 also support I2C, interesting stuff! |
That's quite a difference! Thanks! |
I noticed this thread just now. Also, i just got my hands on their new and possibly revolutionary they both run on i2c. anyway, both types (NDIR and photoacoustic) require occasional calibration - e.g. by exposing to the fresh air, so the baseline can be reset (it's due to the lamp deterioration) so they should be easily accessible. |
Yep, Senserion does make quite nice sensors. Also in a room with drying paint the CO2 levels may be lower than 400 ppm. (and also near plants when the sun shines) It also matters how long the ABC period is set. For example the MH-Z19 does have a very impractical 24h period. |
@TD-er you are absolutely right. Anyway, I usually set the base to 450-500 (considering my location) |
@arjenhiemstra Are you still in need of an original Itho CO2 sensor and PWM-board? I have on available and am happy to lend you one for research purposes. Let me know... |
There is a tweaker trying it out, I'm waiting for the results :) |
But thanks for the offer! I was given a demandflow device that contains a CO2 sensor, it looksthe same as the module in the CVE, not sure yet if it really is the same, still have to test is. I will keep you offer in my mind! |
A more detailed post: https://gathering.tweakers.net/forum/list_message/69403538#69403538 |
Using the latest hardware with extended pins (request Arjen before buying): remove CO2 sensor, plug-in CVE add-on and on top of that the CO2 sensor. Values are shown on the add-on website and also provided via MQTT in the status. Would be very nice if more entities are created in Home Assistant (sensors in MQTT) as that would enable creating a history like: Fan speed (as it differs from the set value, or maybe one of the other Speed setting or Ventilation setpoint) and CO2Level. You can always disable sensors you don't want. Just a thought. |
The information is send to HA just not parsed as a sensor out of the box. |
Thanks, I'll have a look at that! Btw, I did not do this: https://github.com/arjenhiemstra/ithowifi/wiki/Home-Assistant#mqtt-enabling-in-home-assistant. MQTT integration can be configured via the GUI (now?). |
Got this for the internal CO2 sensor:
Not sure what the 'device:' part in the yaml config is doing. Does not create an additional device. Might be because auto-discovery is also enabled? Anyway, working nicely showing values of the internal CO2 sensor. |
I have multiple Itho CVE-S mechanical ventilation units. One of them is an Optima variant - CVE-S Optima IN type 03-00421, which has the CO2 and RV (relative humidity) sensor integrated.
The solution provided by Itho Daalderop is almost exactly like your IthoWifi hardware module.
Is there a way/could we think of a way to implement/integrate/circumvent the existing Itho Daalderop sensor module with your module? Possibly extend or split the available 8-pin of the base board?
PS. I do not mind to alter/replace the current sensor. I was planning to extend the available sensors to a particle matter sensor, temperature/pressure, detect smoke (fire) and various other air quality sensors in addition to the CO2/Relative humidity. Home automation software in that respect is essential. Home-Assistant (in my case) is paramount to send alerts, status updates, etc..
See also the supplied images.
The text was updated successfully, but these errors were encountered: