Results 31 comments of lettore

Not sure if this is related but for at least 3 months I have had a lot of pain with this model of remote in Deconz, I have 10 remotes...

It's really sad that a useful project like this is left in an abandoned state. I made a Docker image for my personal use that solves this problem and works...

For me it's working for just launching a script, but it's impossible to add arguments. It's possible to add another field for the arguments to pass to the executable?

I found this issue too, I'm rebuilding the images with latest Alpine and Keepalived, you can find it at https://hub.docker.com/r/lettore/keepalived/tags tag is x.xx-y.yy.y where x is Alpine version and y...

Version is OSS 3.61.0 running in Docker container. Besides that the behavior is clear, while pulling an image the client doesn't receive data until Nexus have completed the download. If...

Same for me when I start/stop pairing, pairing works well anyway. Versione Zigbee2MQTT [1.37.0](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.37.0) commit: [46f34c8](https://github.com/Koenkk/zigbee2mqtt/commit/46f34c8) Tipo Coordinator EZSP v13 Revisione Coordinator 7.4.2.0 build 0 Indirizzo IEEE Coordinatore 0xe0798dfffeb31b38 Versione...

I have the same problem with EMBER driver, I thought something happened to my board while switching to 7.4.2 firmware but returning back to EZSP adapter mode in 1.37.0 version...

> @LDprg That's likely a battery-powered device that needs to wake up before it can configure properly. Try pushing a button on it before doing the configure. (You may need...

I found this issue too, I'm rebuilding the images with latest Alpine and Keepalived, you can find it at https://hub.docker.com/r/lettore/keepalived/tags tag is x.xx-y.yy.y where x is Alpine version and y...

``` FROM alpine:3.16 LABEL MAINTAINER="Ettore Lorenzi " COPY image-base /container RUN /container/build.sh ENV LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ LC_ALL="en_US.UTF-8" ENTRYPOINT ["/container/tool/run"] # Keepalived version ARG KEEPALIVED_VERSION=2.2.7 # Download, build and install...