Replies: 12 comments 61 replies
-
Yes, the Kohler APM603 controller has been tested. This page has more info: |
Beta Was this translation helpful? Give feedback.
-
@jgyates ... first of all, you wrote a GREAT program and thanks for the prompt reply. The link was very helpful. The only other thing I am struggling with is how to connect the RPi to the APM603. I haven't been able to find any documentation or videos. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
@jgyates ... MUCH thanks for the info and link. Once I get knee deep into it, if I have any questions/issues, I'll reach out to @mstackler. |
Beta Was this translation helpful? Give feedback.
-
@mstackler... I purchased a Kohler 26kW generator and would like to connect a RPi running genmon. jgyates indicated in this thread, you have done some testing with the Kohler. If so, I would like to exchange a few emails with you. |
Beta Was this translation helpful? Give feedback.
-
APM603 controller supports RS485 and Modbus over ethernet. I used the ethernet as I already had network cabling ran to the unit. You assign your generator and email address and you then program the pi to look at that IP for the register data. Let me know if you need anything further. I have another kohler to try with RS485 when i get time. I ordered a USB to RS485 adapter cable and should be able to use it just like the RS232 version mark message me here mstackler@gmail |
Beta Was this translation helpful? Give feedback.
-
Has anybody been able to get genmon to work with the Kohler RDC2 controllers? Thanks, all! |
Beta Was this translation helpful? Give feedback.
-
Reopening to see if anyone has a Kohler RDC2 communicating to genmon |
Beta Was this translation helpful? Give feedback.
-
I just started digging into this topic as well given the recent Oncue sunset. My immediate concern has been that perhaps Kohler's residential units are not using the same Modbus/RS485 approach as the industrial ones featuring the APM603. Thumbing through manuals, it looks like my unit uses this proprietary RBUS thingy. Not encouraging... |
Beta Was this translation helpful? Give feedback.
-
Just so I understand, what would be the difference between this proxy-based approach and what I am doing now - reading packets by having my laptop set up as a bridge between the controller and my router? Does you approach help us see the data even if, e.g., the internet is down and the Oncue server is not around to accept the sync request? Thanks again for your help here. I am truly WAY over my head with this stuff and only understand half of it. But it's been fun, and the guidance helps. |
Beta Was this translation helpful? Give feedback.
-
@jgyates & @arw00d ... I was working on one of my Node Red projects and found this modbus solution for NR: https://github.com/BiancoRoyal/node-red-contrib-modbus I was going to see if I could get it to connect to my Kohler RDC2. Either of you have any suggestions or guideance? |
Beta Was this translation helpful? Give feedback.
-
After 3+ years struggling with a brand new 48KW liquid generac, I finally ditched it and swapped out with Kohler 48KW model. I used Genmon so I can see and configure the generac remotely which in my view hands Genmon is the best thing for that and that saved me many times when I had to remotely reset the faults. |
Beta Was this translation helpful? Give feedback.
-
I've been reflecting on a lot of what we've discussed and have a few thoughts rolling around that I'm just going to dump here.
For instance, from work in another thread, we seem to know that the "ID" of the "Exercise Runtime" parameter is 3601. Is that then a candidate for a register we should specify in the modbusdump run? Similarly, while I can see from my Wireshark captures that communication with the server is happening on some random port (like 9898), I'm not sure if that is the port I should specify in modbusdump or whether we expect a different port to run the modbus communication. If the latter, do we have any idea which port to use? Finally, I can also see from the other thread here that my ATS likely has a rbus/modbus "ID" of 2, but I'm not sure if that then is the "address" I should specify in modusdump.
I'm not doing anything for now because I've got some other stuff locking me up, but I figured I would put all this out here. |
Beta Was this translation helpful? Give feedback.
-
Has anyone successfully connected genmon to a Kohler generator?
Beta Was this translation helpful? Give feedback.
All reactions