-
Notifications
You must be signed in to change notification settings - Fork 91
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
add support for ventilation #326
Conversation
@woehrl01 @crazyfx1 @oischinger @somm15: Anyone? |
@woehrl01 @crazyfx1 @oischinger @somm15 If you find some time to look in to this that would be great guys and thanks for your great work ! |
@somm15 can you look at this please? |
Unfortunately, there seems not to be that much activity on the repository. What about adding a sample response of the device. |
@CFenner I tested the vitovent 300-w with this pull request and it worked as already described here: @aaschmid Please mark this PR as ready for review so @somm15 can review this PR. |
Done, however I doubt any progress as any vital signs kept absent since a while ;-) |
Maybe it's time to have a fork of this to continue the great work. |
Great, I know it can be challenging to maintain open source, but then it's good to share the load. Would be nice to evolve this library and the related Home Assistant integration further. |
The PR looks fine code-wise. Can you please add unit tests for your device? |
Yes, I can. Just waited for feedback from someone able to merge it. Otherwise, all the effort is kind of worthless... |
@aaschmid I have a Vitovent 300-W. Can you also add Unit Tests for my Ventilation System? You can find it in this file: |
@edeckert I can, but would need the correct file. The link points to a vitocal 333g which is a heat pump rather than a ventilation device ... |
@aaschmid the file has both in it. The Ventilation and the Heat Pump. |
3c77951
to
71249a0
Compare
Ah, I see. As the |
Signed-off-by: Andreas Schmid <[email protected]>
71249a0
to
2024e95
Compare
Thank you @aaschmid! |
Signed-off-by: Andreas Schmid <[email protected]>
Hello guys, is there something new? |
What do you mean @Benleni17? Branch is merged and available for everyone... |
I'm looking for a solution for home assistant so that I can also use my Vitovent there |
But this solution needs to be implemented into HomeAssistent, doesn't it? I myself use Loxone and integreted all of my Viessmann devices using https://github.com/aaschmid/vicare-automation-server which works very well. |
There have been other requests to support ventilation systems in the HA repository. Maybe you join there. But that guy has a heatpump with an attached ventilation component which is not yet supported. |
Update: Just finished the PR by adding some tests.
Questions before I will finish it with tests, documentation etc.:
deviceType
"TCU"
and"ventilation"
is? Especially you currently only support"tcu"
but on my"ViAir..."
there also appears a device written in upper case... -> ignored for nowmypy
but I haven't seen any type annotations in the code so far? Should I type - at least new code - or not? -> currently not doneCheers