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

If people are interested, I have any alternative solution to this problem (using Raspberry Pi, Digital Pot and Python) #27

Open
chrisjstevo opened this issue May 29, 2022 · 3 comments

Comments

@chrisjstevo
Copy link

I learnt a lot from this project, but had a lot of problems around reception and reliability with the RF chip. I tried for a long time to find a more reliable version, but failed.

I solved the problem by connecting a raspberry pi to an Adafruit digital potentiometer and the directly to the Zehnder fan board. This works much more reliably than the RF connection. I then communicate with the pi over Wifi. I use python to set the fan speed. I've also bought some very inexpensive humidity & temp sensors that send the data to the python script, so I can turn the fan on automatically when shower goes on.

If people are interested, I'm happy to share the code/design...

Chris

@StevenLooman
Copy link

Please do! I'm trying to build this but seem to be having some issues around reception as well. I am interested in potential alternatives.

@JoooostB
Copy link

@chrisjstevo Did you manage to get it to work reliably with solution mentioned above? Are you using the 0-10V signals for this? If so, won't a simple Zigbee 0-10V dimmer suffice? Looking forward to your response!

@chrisjstevo
Copy link
Author

Hello @JoooostB, so I'm not sure if my use case is the same as other people's. What I wanted was a fully automated system for managing the humidity in my bathrooms, washroom, kitchen etc..

So my setup is I have raspberry pi connected to an Adafruit Digital Pot. Then that digital pot is connected into the dimmer circuit on the Zender.

I run a custom Python script on the pi which gets sensor updates over http (on WiFi) from each room. The Python script alters the voltage on the pot between 4 settings (off, low, med, high.)

I store all the data in Adafruit.IO so I can see how high the fan is running when I'm away and can do basic trend analysis.

If this is useful to people I can post the full setup including my Python server code and circuit diagram and screenshots..

Chris

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

3 participants