linuxkidd / coachproxy-os

Open Source version of CoachProxy software
GNU General Public License v3.0
36 stars 19 forks source link

KIB v-bus support #31

Open DumpySquare opened 3 years ago

DumpySquare commented 3 years ago

Any thoughts, plans, or ideas for supporting KIB v-bus single wire systems?

this system is used on many Newmar coaches

Like this system: https://manuals.heartlandowners.org/manuals/User%20Guides/KIB%20Multi-plex%20Control%20System%20V2.0.pdf

linuxkidd commented 1 week ago

If the KIB V-Bus system is RV-C compliant, it should be fairly easy to adapt the code in this repository to work with it. If however, they rolled their own CAN-bus (or other) implementation, it would be much more work to get working.

Do you know of any documentation on their protocol, etc?

Note: It would take someone with access to a KIB V-bus system and scripting / linux knowledge to make these changes. This is not something I can take on, but I'm happy to give pointers along the way though.