pygop icon indicating copy to clipboard operation
pygop copied to clipboard

A python module to interface with the GOP service from Greenwave Reality.

Results 9 pygop issues
Sort by recently updated
recently updated
newest added

Error observed ``` $ python2.7 pygop/gopcli.py -r 4 -s 0 Failed to reach the lighting server. Check to make sure you're connected to the same network as the gateway and...

I didn't take the time to research if there's a better way than a full query and loop to get a specific Did/Name information, but this currently works. I wanted...

Whatever I try `./gopcli.py -p` or `python gopcli.py -p` the script returns `Couldn't detect gateway on the network.` Of course I pressed the button and proceed while the green light...

404: Invalid Command Couldn't login to the gateway. Has the sync button on the gateway been activated?

Add a method to rename bulb by using the did as an identifier.

enhancement

If bulbs aren't renamed, they default to "LED" and get clobbered in the devicelist dictionary. Only the last device will be reachable via pygop because all other DIDs are overwritten.

Standardize the logging to the python Logger class. This will help with logging consistency.

enhancement

A method to return all the dids/names in a array would be useful for scripting.

This would be useful for scripting to know the current state of a bulb before running a command on it.

enhancement