Did you write the code for the graphical interface or is it a package that was modified for the application? And did you design and build the control system?
I am using Home Assistant for coach automation.
I designed the hardware that uses RV-C standard commands to operate the barker valves.
I wrote the software that runs on the hardware. This device works with any RVC controller that understands Tank dump commands and status.
In addition, I developed a separate piece of hardware / software that replaces the functionality of the LR-125/My Rozie. It runs on RPI4, and takes all the RVC messages, and decodes them to MQTT. It also accepts MQTT commands to push messages back to the RVC bus.
This is the basis of my integration with Home Assistant. All of my sensors, switches, etc are MQTT entities.
This is my base application screen on my PC. It also works on tablet/ phones, etc.
When I leave the coach (ie: my phone leaves) it will automatically lock the cargo doors and entry door, arm the Blink Camera's, and lower the shades. It also automatically turns off the water supply outside if I have it armed.
When I return, it will automatically unlock, and raise the night shades if it is still daylight. If it is dark, it will automatically turn on the exterior lights, and all interior lights, while enabling the water supply again. It will also disable the blink camera system.
All of this automation is pure Home Assistant. Nothing special. Tons of integration options. The only thing special is my hardware and software to control RV-C to MQTT and to operate devices.
This is the environment page:
This is really only useful for coaches that have a true RV-C system. The KIB system would work, and I have added some KIB to MQTT status and command entities, but KIB is so darn picky and unstable that it requires sending a message multiple times in hope that it does not get lost. My family loves the RV-C component operations, but they do not like the KIB entities (at least not yet).
I am working on a way to improve reliability, but it may entail just replacing some of the KIB relays with Sonoff Relays.
I have already added shade controllers to the front day & night shades, as those are manual on my coach, where as every other shade is automated. I made the front cockpit part of the KIB "Living Room" group, so that it operates with that group. The only one I left separate was the door shade, as I don't want that down when we are going in and out of the coach.