Niek van der Maas
Niek van der Maas
I guess related to https://github.com/Textalk/websocket-php/issues/57?
FYI, I found that a workaround is to re-open the API just before the ``toggleDevice()`` call, something like this: ```php $api = new EWeLink\Api\EWeApi($config); print_r($api->getDevice($deviceId)); $api = new EWeLink\Api\EWeApi($config); $api->toggleDevice($deviceId);...
The actual domain was there, I just censored it in the message.
Sure! It looks like this: ```yaml version: "3" services: echo: image: ealen/echo-server:latest pull_policy: always restart: always labels: - easyhaproxy.echo.host=domain.org - easyhaproxy.echo.port=80 - easyhaproxy.echo.localport=80 - easyhaproxy.echo.certbot=true easyhaproxy: image: byjg/easy-haproxy:master pull_policy: always...
Another option is `ifpsdasm` from https://github.com/Wack0/IFPSTools.NET
+1 for merging this
> You mentioned that you wanted to build a new version of android when merging this. What is the status of that? Can we do anything to help? @Fincer has...
For one, the PR is no longer mergeable. @awaken1ng can you rebase with master? Edit: for those looking for a patch for current master: https://github.com/Niek/anbox/commit/41f5b77e10c1b66d537c8ac0288c4b477a199f86.patch
@morphis any chance this can be merged?
> Hello, i want to help in testing, but i can't find the local addon in the repository. It seems to be a broken link to repository. https://github.com/albertogeniola/meross-local-homeassistant > >...