Can tidy V-Green Variable Speed Motor #686
Replies: 4 comments 18 replies
-
Am I correct in assuming it is not hooked up to any automation system currently? Easiest way is to snoop on the packets. Actually, that's the second easiest way. The first easiest is to see the protocol documented somewhere. :-) If it has "wide compatibility" you might want to just try hooking up to to the RS-485 bus and installing it in Nixie (setup page -> pumps -> add a pump) like Pentair VS or Hayward Eco/Tristar VS and see if it responds accordingly. |
Beta Was this translation helpful? Give feedback.
-
I have a Zodiac FloPro VS pump which uses a V-Green Motor. This pump also includes a built in control panel which communicates with the pump via RS485. (I think it is called a Jandy FloPro VS in other parts of the world.) I was hoping to control the pump using Nixie via RS485, while still being able to use the built in control panel. I have tried configuring this as one the various VS pumps in NJSPC - but none of them work. Would it be possible to have 2 masters controlling the pump (Nixie and the panel)? As an alternative I am able to control the pump via relays. I am happy to try capture the traffic between the controller and the pump if this would help get a configuration working for these pumps. What is the best way to capture the traffic and would this be useful for anybody? |
Beta Was this translation helpful? Give feedback.
-
So I just put a Century VGreen 1.65HP motor on my Hayward pump (it was an old single speed, boring motor . . .) Following the steps in comment #8 on this page at TFP: https://www.troublefreepool.com/threads/century-regal-vgreen-motor-automation.238733/, I have it speaking the Jandy protocol. I can manually control the pump speed, on, off, and get status via the appropriate hex codes. It uses address 78 by default, instead of 95 that njsPC uses. I'm going to see if I can add in support for this motor into njsPC, I have decent programming experience, but where's the best place to start? EDIT: I'm afraid this is beyond my capabilities. I can do a lot, but probably not this. So, how can I be of help? I have this VGreen pump and a Hayward SwimPure Plus SWG that I'm ultimately trying to control with Home Assistant, via njsPC obviously, but have yet to get either working. I've also got a esp32 ATOM coming in order to try this directly from HA: https://github.com/gazoodle/CenturyVSPump. I'd really like to help out the njsPC community and get this added since it seems the VGreen pump is a common (and easy) replacement for the OEM ones. For reference, here are the (Jandy pump) commands I've used successfully so far: |
Beta Was this translation helpful? Give feedback.
-
No, not from njsPC. I have the Century V-Green, Square Flange, 48Y motor which was a perfect fit for my Hayward pump. I ended up following Gazoodle's code and controlling it with his suggested M5Stack ESP32 WiFi RS485 chip. It works great! In the end, since I'm using Home Assistant as the controller, njsPC is really just an interface to the Hayward SwimPure plus SWG. What I eventually figured out was that the previous owners had replaced the SWG logic board at some point with a knockoff/generic Chinese version that DOES NOT have RS485 control onboard. I found a fried genuine Hayward board that I was able to repair and it's been working for the past year. The motor you linked appears to run the same Century control protocol as mine, so I'd think it would work. But, again, I'm using Home Assistant to bring everything together since Gazoodle's code feeds into HA via ESPHome, so both systems are able to be controller from one dashboard in HA. Here's my HA dashboard for "outside", for what it's worth. Best of luck! |
Beta Was this translation helpful? Give feedback.
-
I’ve just got a v-Green variable speed motor to replace the single speed on my Hayward super pump.
It’s got an RS-485 port on it and advertises wide compatibility with other automation systems.
Is there already support for these devices? If not, what can I do to help add support for them?
Beta Was this translation helpful? Give feedback.
All reactions