![]() |
|
control casambi light from Logic machine using MQTT - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: control casambi light from Logic machine using MQTT (/showthread.php?tid=6329) |
control casambi light from Logic machine using MQTT - Ranjeet - 02.03.2026 Hii sir, We are currently working on integrating Casambi lighting control with LogicMachine using the Lithernet Casambi Gateway over the MQTT protocol. The LogicMachine client app has been successfully connected to the LogicMachine broker, and we have created a script to trigger the Casambi light based on object events. However, despite the setup, the Casambi light is not responding to the commands. Could you kindly review our configuration and advise on possible issues or corrective steps to ensure proper operation? Your guidance will be greatly appreciated. RE: control casambi light from Logic machine using MQTT - admin - 02.03.2026 Try removing line 6, you can use 127.0.0.1 as the broker IP address. If something is not working start by checking Error logs tab. RE: control casambi light from Logic machine using MQTT - Ranjeet - 02.03.2026 (Yesterday, 07:55)admin Wrote: Try removing line 6, you can use 127.0.0.1 as the broker IP address. If something is not working start by checking Error logs tab. I have Checked. No error found in this script RE: control casambi light from Logic machine using MQTT - admin - 02.03.2026 Remove line 6 and run the script again. RE: control casambi light from Logic machine using MQTT - Ranjeet - 02.03.2026 (Yesterday, 08:05)admin Wrote: Remove line 6 and run the script again.Removed Still not working RE: control casambi light from Logic machine using MQTT - admin - 02.03.2026 Check Logs tab. What does the script report? RE: control casambi light from Logic machine using MQTT - Ranjeet - 02.03.2026 (Yesterday, 08:21)admin Wrote: Check Logs tab. What does the script report? RE: control casambi light from Logic machine using MQTT - admin - 02.03.2026 The script is working correctly. Maybe the Casambi ID or group ID is different. Use MQTT explorer for testing. |