-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Solved: Vitocal300 WO1B does not start with VitoWifi attached #86
Comments
@s0170071 I have ESP on battery backup, but not Vitocal unit. In case of power outage ESP does not restart, so setup() would not help. Don't you know how to solve that please? Restart ESP periodically? Or close (0x04) and initialize communication periodically (every 5 min or so)? |
The thing is that when the Vitotronic starts, it listens for communication. If it sees any, it goes into some bootloader mode. I did not investigate this further as the solution is to just don't talk to it when it restarts. Seems like your're better off not hooking the ESP up to the backup supply. I did this because my wife would hate me if the heating fails and cannot be restarted while I am away... The only alternative that I can think of is that you monitor the heater power supply with your ESP. |
I remember suffering this issue too. There's no real bullet-proof solution. If your ESP is on mains power (same circuit as the heater?), you could add a delay before VitoWiFi starts listening and hope your heater has booted meanwhile. PS I recently moved back to a house with a Viessmann heater so I'm planning to support more actively again. I have yet to build a module before I can start though. |
Closing. This has to be taken care of by the implementation. |
I attached VitoWifi to the Wo1B control unit. Works great!
One thing that has been annoying though is that I always needed to power up the heater first. Dangerous low WAF after mains power glitches.
Seems like the heater goes into some boot mode when it detects communication right after power up.
I looked into it and here is a nice description of the protocol.
So basically all the ESP needs to do after power up is wait for the 0x5 character to arrive before it fires up vitowifi.
I put this code into my setup()
Home this helps someone.
@bertmelis: nothing to do for you here ;-)
The text was updated successfully, but these errors were encountered: