Thomas
Thomas
thanks for this - a fix for the problem was merged as PR #204 - I wasn't aware of your open pull request when I created mine, sorry.
I understand your reasoning, but I hoped to not having to specify artificial services just to run simple one-off commands :) the `mount --all` command for example would have to...
this might be related to php-fpm in Ubuntu trying to create its pid file in `/run/php`, but this directory does not exist when WSL is reinitialized. as a workaround, change...
@valeryan I've created a replacement `/usr/bin/start-wabashd` script that acts a drop-in replacement of the wabashd daemon: https://github.com/cerebrate/wabashd/issues/2 (for reasons unrelated to your issue - I needed to get rid of...
@muhlba91 unfortunately there are quite a few HVAC modes & options that are not controllable through the API, but exist via IR remotes or bluetooth: one of my HVAC has...
thanks, some notes on the code: - auth.login should only be called if the X-Client-Id is not yet known, and after that never again. currently it's called on each startup,...
this looks already very clean. I'd recommend to make the following changes - if possible add a boolean parameter `include_client_id` to `_get_new_token`, then the function can also be used in...
FYI: the exact code & message received when the token expires is: - http status code 401 - body: `{"code":"4100", "message": "Token expires"}`
> Some additional updates (https://github.com/little-quokka/python-panasonic-comfort-cloud): > > * run pylint and fix (important) stuff reported > > That is it for me now. I think most of the issues listed...
no worries, glad I could be of help and thanks everyone on getting this into the integration plugin so fast! this is my first summer with a HVAC and it...