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

Controlling Hot water circulation pump #135

Open
VVlasy opened this issue Jun 21, 2019 · 8 comments
Open

Controlling Hot water circulation pump #135

VVlasy opened this issue Jun 21, 2019 · 8 comments

Comments

@VVlasy
Copy link

VVlasy commented Jun 21, 2019

I understand that CirPump value is read only. I have created a SetMode “override” to control heating and hot water manually (I removed the thermostat unit from my boiler - VF47). Everything is working great. Except I am missing one feature from the VF47 which was Hot Water recirculation. Is it again the case of creating an “override” to control the pump or am I just overlooking some parameter to control the circulation pump?

@john30
Copy link
Owner

john30 commented Jun 28, 2019

I can't tell you really. you'll have to find out yourself I guess

@nafgarda
Copy link

I understand you are talking about hot domestic water circulation.
The only way I found was modifying the schedule of the circulation pump in my VRC700. When I want circulation on, I set all day period and then back to normal schedule.

I wish I cad a operation mode to change between day, off, auto like hot water production.

Other option without ebusd is to set up a a wifi relay (Such as a Shelly) at the entrance of the circulation pump.

700 ccTimer.Friday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Monday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Saturday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Sunday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Thursday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Tuesday = 06:00;22:00;00:00;00:00;00:00;00:00
700 ccTimer.Wednesday = 06:00;22:00;00:00;00:00;00:00;00:00

@VVlasy
Copy link
Author

VVlasy commented Sep 29, 2021

I found a solution by writing to a direct hex value.

@weltzien
Copy link

mosquitto_pub -u mqtt -P password -h 127.0.0.1 -p 1883 -m "04:40;06:00;08:30;10:20;15:10;21:00" -t ebusd/700/ccTimer.Sunday/set

hi, which solution you find? i tested the solution with the time frame, but this is not working for me.

best regards

Chris

@brozikcz
Copy link
Contributor

@VVlasy did you resolve somehow this question? :)

@kgeree
Copy link

kgeree commented Jan 8, 2023

Hi ,I'd be also interested in it if it can be solved..however for me it's a VRC720 controller.

@brozikcz
Copy link
Contributor

brozikcz commented Jan 8, 2023

I figured out that if I set day mode for HWC so the circulation pum turn on as well and that's cover my case good enough.

@nafgarda
Copy link

nafgarda commented Jan 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants