alexmohr / sonyapilib

Contains a python api to control sony devices.
MIT License
20 stars 11 forks source link

wakeonlan does not work as expected #9

Closed dilruacs closed 5 years ago

dilruacs commented 5 years ago

I failed to power on my device with wakeonlan. The VM with the sonyapilib library is multihomed, if I use the wakeonlan library and send the magic packet with its built-in function and direct it at the IP of the device (which is already known anyway), it works flawlessly.

The wakeonlan library is a dependency of home assistant already, it does not need to be installed.

I can create a PR right away. To which branch should I direct the PR? dev?

alexmohr commented 5 years ago

Yes direct the pr to dev

dilruacs commented 5 years ago

PR is there. I guess, I should practice my git workflows more ...

alexmohr commented 5 years ago

PR is merged