Felix Gaebler

Results 4 comments of Felix Gaebler

Also the getsummery method returns no devices ``` { '30657': { account: { notifications: 1 }, network: { name: 'HomeSEC', wifi_strength: 1, status: 'no_sm', armed: true, notifications: 1, warning: 0,...

@BeefyBeck this redirects to localhost:3456 in every request. There has to be another solution

I solved it by setting up a ssh tunnel on that port and it via localhost on my laptop

Yeah, thats one minute of google.. `ssh -L [LOCAL_IP:]LOCAL_PORT:DESTINATION:DESTINATION_PORT [USER@]SSH_SERVER ` e.g. if you got a raspberry and its running on 192.168.0.18 `ssh -L 3456:192.168.0.18:3456 [email protected] `