![]() |
|
Logic Machine cloud - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Logic Machine cloud (/showthread.php?tid=6536) |
Logic Machine cloud - Elsam - 26.08.2026 Hi, can i somehow disable function "Connecting to local LM" when i open app LM Home? I always need to connect thogh cloud even if Im on same site with local LM. ThanksĀ Always when I open LM Home and im connected to the local wifi, i get message "Connecting to LogicMachine".. Adding screenshots RE: Logic Machine cloud - Daniel - 26.08.2026 You can disable the service by ruining the script once: Code: require('uci')
uci.set('genohm-scada', 'core', 'hideservice', 1)
uci.commit('genohm-scada')
os.execute('/etc/init.d/avahi-daemon restart')RE: Logic Machine cloud - Elsam - 26.08.2026 (Yesterday, 07:25)Daniel Wrote: You can disable the service by ruining the script once: Thanks! RE: Logic Machine cloud - Elsam - 26.08.2026 (Yesterday, 07:25)Daniel Wrote: You can disable the service by ruining the script once:Hi again, I've tried to do it by "event" script but still didnt work, later, i tried to write whole code to init script - i rebooted lm and then i've erased script, still didnt work and app kept connecting me to local lm. then i tried also resident, after first trigger i deleted it and still kept connecting me.. RE: Logic Machine cloud - Daniel - 26.08.2026 Long press on LM home icon, go to settings and remove LM. RE: Logic Machine cloud - Elsam - 26.08.2026 (Yesterday, 13:22)Daniel Wrote: Long press on LM home icon, go to settings and remove LM. Thanks, now it works
|