Will Hughes
Will Hughes
Playing about with this a bit more tonight I've got a workaround - its _powerfully_ stupid, but it works; use a database trigger to set the domain metadata when a...
Hi, Thanks for the bug report. I suspect that I'm not cleaning up connections correctly; your suggestion sounds reasonable as a stop-gap. I'll make the change today, and I've you...
I've pushed 3b23e90 which should fix this issue. Thinking about it a bit more, the timeout needs to be on the handler class, not the server. Setting a timeout on...
At a guess, you've either got a trailing new line character at the end of the `orvibo.key` file, or you've written the base64 encoded version rather than the raw bytes....
@boojew I've updated `stream_decode.py` to accept a keys file in the same format as the main application; give that a go?
I've updated `stream_decode.py` again (missed `.items()`) - it should work now. The decoded version of you capture is attached [s31_decoded.txt](https://github.com/insertjokehere/homemate-bridge/files/2877405/s31_decoded.txt)
@Eamourinho - wow, I'm glad that people are still finding this useful. I don't really remember how any of this works, but two guesses: * Paho (the library that we...
Awesome! Nice find! You are correct, the `energy` parameter isn't going to get passed to Home Assistant; in theory this shouldn't be too hard to get set up, but in...
I'm working on getting something going so I can control my Orvibo "S20c" switches, which also use the "Homemate" app, with the goal of a Homemate-to-MQTT bridge so I can...
@Grayda I've got a working server implementation in insertjokehere/homemate-bridge that might be of some use. As for the question of distributing the key, did you hear back from the EFF?...