This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Logic Machine cloud
#1
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

Attached Files Thumbnail(s)
       
Reply
#2
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')
------------------------------
Ctrl+F5
Reply
#3
(Yesterday, 07:25)Daniel Wrote: 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')

Thanks!
Reply
#4
(Yesterday, 07:25)Daniel Wrote: 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')
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..
Reply
#5
Long press on LM home icon, go to settings and remove LM.
------------------------------
Ctrl+F5
Reply
#6
(Yesterday, 13:22)Daniel Wrote: Long press on LM home icon, go to settings and remove LM.

Thanks, now it works Smile
Reply


Forum Jump: