Hi there,
there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.
Would be nice if you can fix it. I don't want to have an open door on my raspberry.
Any idea, how I can deactivate it forever?
BR
Patrick
[Bug] Deactivate remote access
Re: [Bug] Deactivate remote access
Whoever is interested in:
Remove this service from autostart:
sudo service mongoose stop
sudo service zbw_connect stop
sudo update-rc.d -f mongoose remove
sudo update-rc.d -f zbw_connect remove
Guess thats the only way that "Razberry grants you 100% control of any cloud service usage of your system"
Just a suggestion from me, maybe let the user decide whether he wants to install that cloud software.
Remove this service from autostart:
sudo service mongoose stop
sudo service zbw_connect stop
sudo update-rc.d -f mongoose remove
sudo update-rc.d -f zbw_connect remove
Guess thats the only way that "Razberry grants you 100% control of any cloud service usage of your system"
Just a suggestion from me, maybe let the user decide whether he wants to install that cloud software.
Re: [Bug] Deactivate remote access
Once I have saved this deny access setting, it does not re-occur on my v2.0.2-rc1 rigGenius wrote:there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.
Re: [Bug] Deactivate remote access
If you uncheck and save this option the service is shut down fine. But after restart the service run again, although this option is unchecked.pz1 wrote:Once I have saved this deny access setting, it does not re-occur on my v2.0.2-rc1 rigGenius wrote:there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.
You can check if the service is still running by go to https://find.zwave.me/ and see if your IP is shown up, or check via console if the service is still running:
ps ax|grep zbw_connect
Btw. I use v2.0.1
Re: [Bug] Deactivate remote access
I don't know this ps command very well. But I think it does not show an active zbw_connect.
I tried your command for both cron and zbw_connect:
I tried your command for both cron and zbw_connect: