I’m trying to create a custom component for my GoGogate 2 garage door opener.
I have a working proof of concept written in Java to interact with the device’s api however I’m having trouble converting it to python to work with HomeAssistant.
The api protocol uses Java’s AES/CBC/PKCS5Padding to encrypt/decrypt the commands and I’m struggling to convert that to Python.
Does anyone have experience with AES/CBC/PKCS5Padding in Python and would be willing to help me get it working?
Once the encryption part is done I should be able to implement the rest of the HomeAssistant integration.
Bumping for interest as well, I’m wanting to get something that I can hardwire with ethernet as I’ve had my garage.io fall off the network too many times.
In a series of testing I’ve been conducted I just went with leaving the garage door on the vera controller. The HA integration with Vera is very nice and they complement each other very well I think.