Just stumbled upon this page and trying to get it to work inside my system.
I’m trying to get one of my HA lights configured to turn it on/off with my Crestron TP. My crestron is having trouble connecting to the HA for communication. I get a connection failed status.
crestron:
port: 16384
to_joins:
- join: a1
entity_id: light.office
attribute: brightness
after saving the restarting HA, I get this error in the log.
2023-11-12 19:36:13.616 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration crestron which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-11-12 19:36:40.467 WARNING (MainThread) [py.warnings] /config/custom_components/crestron/crestron.py:25: RuntimeWarning: coroutine 'Server.serve_forever' was never awaited
server.serve_forever()
2023-11-12 19:36:40.473 WARNING (MainThread) [py.warnings] /config/custom_components/crestron/__init__.py:83: RuntimeWarning: coroutine 'async_load_platform' was never awaited
Does anyone have any tips?