mclarkk / lifxlan

Python library for accessing LIFX devices locally using the official LIFX LAN protocol.
MIT License
507 stars 116 forks source link

Having issues with a product #178

Open AndrewNolte opened 1 year ago

AndrewNolte commented 1 year ago

This one: https://www.amazon.com/gp/product/B091ZT4L78/

Keep getting this, and also a similar message with get_version_tuple. Does this new one just not follow the protocol, or is something wrong with the networking? Update: I was using pdb breakpoints, and realized this only happened when I was doing that, but hello world would say two lights found and only print out one. So I still think it's an issue. Will update this thread


lifxlan.errors.WorkflowException: WorkflowException: Did not receive [<class 'lifxlan.msgtypes.StateLocation'>] from d9:83:ee:44:12:9c (Name: Desk Strip) in response to <class 'lifxlan.msgtypes.GetLocation'>```