Page 2 of 2

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 11:43 am
by autolog
That doesn't seem correct to me - it should be picking up your computer name?

Once the dust has settled on sorting your systems out, I suggest you try Version 1.0.5 and set your host computer address in the plugin config to see if that helps. :)

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 12:24 pm
by Different Computers
I noticed that too--seems my computer name hadn't been set or maybe not picked up since the OS upgrade. But when I look at a command line, indeed it started with "Unknown."

and "domain" is what my idiot DSL modem calls its network.

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 1:42 pm
by jay (support)
Yeah, something is misconfigured on your Mac. Usually we see domain names hosed like this when someone is running macOS server. Look in the Network System Preference and see what's there for Computer name.

[EDIT] sorry, the Sharing System Preference

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 2:17 pm
by Different Computers
It showed up properly over Bonjour. This may have been a relic forced on the computer by the network going nuts as the upgrade was happening.

I used
Code: Select all
scutil --set HostName
to change it after I noticed it.

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 6:59 pm
by Different Computers
I'm now seeing this response to the command. My Indigo box is named Indigo:
Code: Select all
Indigo:~ mike$ python -c "import socket; print socket.gethostname()"
Indigo

Re: Version 1.0.4 Now Available

PostPosted: Tue Jun 27, 2017 7:14 pm
by Different Computers
After a few restarts of the plugin and the Aurora, the plugin suddenly found the device and all is well!

I wonder though: is the thing that looks like a MAC address some made up device ID? Because my router doesn't show that Mac address as connected. But things are working.

Re: Version 1.0.4 Now Available

PostPosted: Wed Jun 28, 2017 12:46 am
by autolog
Different Computers wrote:
After a few restarts of the plugin and the Aurora, the plugin suddenly found the device and all is well!

I wonder though: is the thing that looks like a MAC address some made up device ID? Because my router doesn't show that Mac address as connected. But things are working.

The thing that looks like a MAC address is a generated device ID. It will remain constant once you have done the initial setup of the Aurora and connected it to your wi-fi via the iOS App. If you were to completely reset the Aurora device and go through the initial setup again, this device ID would change. Unfortunately it isn't easy to get at the real device MAC Address which would make things easier and more logical for the plugin. I have it on my to-do list to see whether I can work out how to do that. :)