Based on your analysis of the protocol for your lightbulb I've reverse engineered the protocol and commands for the MOVE device by Teptron (http://www.teptron.com). The encryption/hmac approach is the same but the handle to use and the commands are different.
In this PL I've refactored the code to split it up in a few separate parts so I could re-use the generic parts and make it easier to add new devices.
Based on your analysis of the protocol for your lightbulb I've reverse engineered the protocol and commands for the MOVE device by Teptron (http://www.teptron.com). The encryption/hmac approach is the same but the handle to use and the commands are different.
In this PL I've refactored the code to split it up in a few separate parts so I could re-use the generic parts and make it easier to add new devices.