cbus
cbus copied to clipboard
Use Python to communicate with a Clipsal C-Bus PCI or CNI! Includes MQTT bridge (for Home Assistant), PCI simulator, and reverse engineering notes.
I am integrating with Home Assistant and this is such a great addition to any CBUS setup. Logging from HA suggests that the MQTT messages are being sent and received...
I have a pretty reliable system, I have a dedicated RPi2 for libcbus into a Serial CBUS interface. Works great. Except when Home Assistant restarts, such as with an update,...
1. Improved Windows compatibility + Added command to Dockerfile to automatically remove any CRLF line termination from the entry point script. They are sometimes added by git when it runs...
In module: pciprotocol.py within `class PCIProtocol(CBusProtocol):` within method definition ` def _send(self, cmd: Union[BasePacket], confirmation: bool = True, basic_mode: bool = False):` The Union contains only one element, BasePacket. Should...
If lights have been switched on before lib_cbus is started, then this latest status is currently not conveyed. With this PR a status request is sent 5 seconds after startup....
I have a few shutter/blind controllers that use a group for up/down/stop - it would be great if cmqttd could publish the device type as "cover" instead of "light". The...
First of all, this project is fantastic. It was super easy to link my C-Bus to Home-Assistant. The only slightly annoying part is, that there are automatically 256 devices and...
Hi, I've been using Lib-Cbus for several months. Generally it's working great, but I have one consistent issue. Every 1-2 days Lib-Cbus (running as docker container) doesn't receive any notifications...
Hi, Great work on the open source CBUS integration! I am running the new Wiser 3 (5500SHAC/NAC) as a CNI, with all default settings eg Port 10001. This is a...
I've gotten around this by having a script restart the docker container every hour, but was wondering if you had any ideas about the below? Standard docker install from your...