-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CBus "lights" detected but turning them on/off does nothing #45
Comments
I don't think this log is the culprit. I'd suggest to install MQTT Explorer and check what's happening when you turn on lights via cbus switch VS turning them on via home assistant. |
Great suggestions, I was looking for a sniffer of some sort. I'll try that and report back. Thank you,. |
Ok I install MQTT explorer and I see nothing when I switch the lights via the CBUS panel switches. I tried sending commands to various groups etc, but nothing happens. Any ideas how I can log the CBUS switches and see what they are sending, then implement them manually in MQTT |
Interestingly in C-Bus Toolkit it shows everything as "Off" regardless of whether its off or not, however the CBUS system is working perfectly. Any ideas what is going on here? We have soft start on most of the lights, but at least half are just relay on off. Problem may be that the network says "closed" and it thinks it needs serial, however Ive managed to connect to everything via ethernet. |
This is the controller we have, maybe it doesn't actually support what I need ? It looks like the project is just the default project. NMAP shows the following ports open on the IP Nmap scan report for 192-168-68-110.tpgi.com.au (192.168.68.110) |
Looks like you can't actually program the touch screen units via ethernet despite having an ethernet port. You have to use another module that does USB -> ethernet etc. |
At least I haven't seen this kind of unit and therefore don't know what it exposes to the network. |
Thanks for your help. Where would be the best place to ask/research what kind of adapter/translater I need to convert the touchscreen interface to PCI/CNI ? |
Everything detects as the above. I also get the binary sensor equivalent as well. However nothing actually turns on or off.
Any assistance? I managed to get a log stream somehow (cannot find it again and found this
2023-12-27 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'name': 'C-Bus Light 254', 'unique_id': 'cbus_light_254', 'command_topic': 'homeassistant/light/cbus_254/set', 'state_topic': 'homeassistant/light/cbus_254/state', 'schema': 'json', 'brightness': True, 'device': {'identifiers': ['cbus_light_254'], 'connections': [['cbus_group_address', '254']], 'sw_version': 'cmqttd https://github.com/micolous/cbus', 'name': 'C-Bus Light 254', 'manufacturer': 'Clipsal', 'model': 'C-Bus Lighting Application', 'via_device': 'cmqttd'}, 'brightness_scale': 255, 'flash_time_long': 10, 'payload_not_available': 'offline', 'payload_available': 'online', 'encoding': 'utf-8', 'enabled_by_default': True, 'qos': 0, 'color_temp': False, 'xy': False, 'retain': False, 'optimistic': False, 'hs': False, 'rgb': False, 'effect': False, 'availability_mode': 'latest', 'white_scale': 255, 'color_mode': False, 'flash_time_short': 2}, this is not expected. Please correct your configuration. The entity name will be set to
null``The text was updated successfully, but these errors were encountered: