You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appreciate you building this package. I have about 10 devices connected to the same wifi. I have 2 questions about this:
I just tried making the discovery api call, and saw it can return me the number of devices in the wifi, but is there anyway to identify each device individually? Maybe by their MAC number for example?
To make a discovery call, do I need to be on the same wifi as the devices? I'm asking because I was thinking of running this code from a remote server, but obviously the remote server won't be on the same wifi as the devices.
We're actually building a prototype for a hackathon, so if you could get back to us sooner than later that'd be greatly appreciated. Thanks again.
-Daniel
The text was updated successfully, but these errors were encountered:
Hi, it is always interesting to hear what for people are using things, so if you want to elaborate later on, that'd be awesome! Answering those questions shortly:
The discovery returns a list of SmartPlug/SmartBulb objects, you can simply request system info from all of them (see SmartDevice.sys_info()) . You will find the the mac addresses in the returned data.
Hi there,
Appreciate you building this package. I have about 10 devices connected to the same wifi. I have 2 questions about this:
I just tried making the discovery api call, and saw it can return me the number of devices in the wifi, but is there anyway to identify each device individually? Maybe by their MAC number for example?
To make a discovery call, do I need to be on the same wifi as the devices? I'm asking because I was thinking of running this code from a remote server, but obviously the remote server won't be on the same wifi as the devices.
We're actually building a prototype for a hackathon, so if you could get back to us sooner than later that'd be greatly appreciated. Thanks again.
-Daniel
The text was updated successfully, but these errors were encountered: