20.10.2023, 10:27
I need some help with several things, it is probably just me that don't understand how it works.
I have a couple LM's at customers sites, but they are not online, due to security reasons.
Now I have a customer that need to use the app, and be able to control things from their phone.
I have a LM that I use for testing. I have followed the video guide in setting up cloud connection, and it sorta works.
When I'm NOT connected to the local wifi network, it just works perfectly, it opens up mosaic and I can use all the functions.
But how do I control what (LM) user is assigned to the cloud user?
If I'm on wifi network with the LM it just opens a black screen, if I go to find device in the app it does not find the LM, but if I open a browser on the same phone and go to the LM's IP address then I can login.
My Voice Config app looks like this:
Push Notifications is empty:
and if I use this:
In a event based script for a light then I get this result:
What am I doing wrong?
I have a couple LM's at customers sites, but they are not online, due to security reasons.
Now I have a customer that need to use the app, and be able to control things from their phone.
I have a LM that I use for testing. I have followed the video guide in setting up cloud connection, and it sorta works.
When I'm NOT connected to the local wifi network, it just works perfectly, it opens up mosaic and I can use all the functions.
But how do I control what (LM) user is assigned to the cloud user?
If I'm on wifi network with the LM it just opens a black screen, if I go to find device in the app it does not find the LM, but if I open a browser on the same phone and go to the LM's IP address then I can login.
My Voice Config app looks like this:
Push Notifications is empty:
and if I use this:
Code:
pusher = require('applibs.pusher')
status, errors = pusher.send_all('Test Message')
log(status, errors)
Quote:* arg: 1
* nil
* arg: 2
* string: no devices to send to
What am I doing wrong?