-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
"Listen only" mode #19
Comments
I also think it's very outdated not to have a public API. I strongly believe they would sell much more Vitoconnect systems because people won't be tempted to build DIY solutions. Now it only leads to fragmentation of the IoT landscape. Anyway, obviously VitoWifi was not designed to hack into an existing connection like VitoConnect. But I like the idea. But it is out of the scope of this repo. Furthermore, I don't have a VitoConnect so it's quite hard for me to work on this feature. |
Hey, thanks for the reply! My approach would be to have a global statement like Then one could do I don't know your code in detail, yet, thats why I am not sure how doable this is. You surely know better ;) . |
Implementing this in the current base will take a redesign of the FSM. (Meanwhile, I try to contact Viessmann to consider implementing a public API theirselves) |
@bertmelis hey, thank you for looking into this :) . |
Closing in favour of #87 |
Dear Bert,
thanks a ton for your effort and this project!
I currently have a Vitoconnect connected to my heating control unit. Now I like to add a DIY adapter to the OPTOLINK interface to make the heating data available to my home automation system (it is ridiculous, that Viessmann is not planning to provide a public API for their Vitoconnect >:( ).
To not disturb/the "normal" communication between Vitoconnect and the control unit, I like to firstly analyze the communication between both.
With the knowledge about these things, I could decide, if it is necessary to transmit/request data by myself, or if it is sufficient to just process the data, that is requested by the Vitoconnect anyway.
Now the question: can I use your software for the ESP8266 to just listen to the communication that is going on? I would define the protocol, and then the software should just process all incoming data and decode it according to the defined protocol.
What do you think about this approach?
Thanks and greetings
The text was updated successfully, but these errors were encountered: