ubiquiti / eot-controller

LED controller (Beta) installation scripts and wiki
Other
15 stars 3 forks source link

EoT controller on Windows. #1

Open Bartmax opened 6 years ago

Bartmax commented 6 years ago

I need some help/guidance here.

I successfully run the controller on Docker for Windows, used the same ip range as my management network

image

can access the EoT controller, but no device is found.

image

The iOS app doesn't see the devices either on the same lan (different VLAN)

image

ideas?

Bartmax commented 6 years ago

i made some progress setting everything on same VLAN, now I can see the PANEL and DIMMER on iOS and both upgraded.

no luck with controller on window docker.

yen-ubnt commented 6 years ago

Now I can see device on both Android and iOS. It took like 30 minutes after the upgrade to show up on iOS and more than an hour to show up on Android.

It may be the USG issue though. We see that sometimes USG takes a long time to assign IP to LED panels or dimmer.

a) is it possible to ADOPT on iOS/Android so the Dimmer led became blue instead of white (plug n play) ?

We will have controller app under development (which means, app talks to controller and controller talks to device.) Currently adopting does not really effect anything besides LED ring indicator on dimmers. (white or blue)

b) is it possible to enable L3 adoption ? I know there is no security as of right now around the controller, I still would love to adopt via L3.

Not there yet. We will consider implement this in the future.

c) can the devices and the controller be on different subnets? like devices: 10.0.0.1-255 and controller: 10.0.75.10 ?

No. @steve can comment more.

Cannot discover dimmer in APP Currently dimmer is in group tab.....it seems confusing to the user. We will change it back to the device tab.

tonysurma commented 5 years ago

@Bartmax any tips for how you go this running on docker for windows? Thanks in advance

I can get it up and running and see the server connecting to redis/postgres with no errors with some tweaks to the compose file etc. but I cannot get access to the website. I confirmed that hello world with a website works fine so it isn't core docker/ports.

further nevermind, it was sitting on a docker ip address not localhost - weird that hello world was fine but I will play further.

Bartmax commented 5 years ago

I mainly reach the stage you are on now but never found the devices. There was a long time ago, didn’t try lately with current version. I might do and post my findings if I can make it work