jmigreen
jmigreen
So this uses an Energenie-hosted API? So the RPi would just be replacing the role of their hub? Would be interesting in terms of gaining the geofencing, IFTTT integration stuff....
I find this occurs more often when the MiHome switch is off than when it is on. Anything about the hardware that you're aware of that explains this behaviour?
@whaleygeek That IS pretty cool. I had started to use Visual Studio Code to do remote editing of the python code on my Pi. Wish I had even half of...
That's pretty cool! Yeah, that should jumpstart things quite a bit! Thanks! Since it's going to an iOS app, I'm tempted to try and add something like OAuth to identify...
That would be cool. Bottle makes it very easy to return JSON. If you return a nested dictionary from function it called, it automatically sends it back as JSON. So...
Hi David, hope you're well. After a bit of a hiatus, I've gotten my api somewhat harmonised with the web_console code so that I can get a modal browser to...
Hi David, I've added you as a collaborator on the repo. I should ideally fork the web_console branch and upload the work there, but I was lazy when I first...
Overlooked one thing though: mobile-friendliness. It looks like if I converted it to use Flask instead of Bottle there are some plugins for switching between desktop and mobile templates automatically....