Joe Shaw
Joe Shaw
No, sorry. I am not in Europe or Japan so I don't have access to the apps or APIs used in those regions. Unless someone else in those regions reverse...
Given that this API no longer works (and I don't have any way to test the kamereon.io API) I'm inclined to archive this repository. For the US API, I've implemented...
@andig Hmm, ok, I don't understand the compatibility matrix then. All I know for certain that it doesn't work with any US vehicles. If the kamereon.io API works for all...
Can you attach a payload when this occurs? I'm curious if there is any additional info or context from the body of the response that might be helpful.
I am happy with `climate-on-at` (and I guess `climate-on-status` an `climate-on-cancel`) if you are. One question I have is whether people want to turn their climate on at a specific...
A couple potential options: https://github.com/olebedev/when https://github.com/bcampbell/fuzzytime https://github.com/kierdavis/dateparser https://github.com/araddon/dateparse I haven't looked at transitive dependencies, but I'd like to keep them as minimal as possible.
Related: #192
Unfortunately, this is a new virtualenv. ``` [joe@calumet /tmp]$ virtualenv virtualenv New python executable in virtualenv/bin/python Installing setuptools, pip...done. [joe@calumet /tmp]$ . virtualenv/bin/activate (virtualenv)[joe@calumet /tmp]$ pip install curdling Downloading/unpacking curdling...
I think my favorite part is the hardcoded values in the javascript functions in the html file that are never executed.
I tend to use `du -h -d 1` over `du -sh *` for this, because it only lists directories. It is sometimes nice to use a greater depth, like when...