Search found 3 matches

by dinon
04 May 2022 14:47
Forum: Discussions in English
Topic: Z-Wave JS in docker with USB stick not recognizing any z-wave devices
Replies: 4
Views: 8104

Re: Z-Wave JS in docker with USB stick not recognizing any z-wave devices

I tried multiple approaches but nothing seems to work. i am doing it as follows. Start Add new device on Zipato GUI. this triggers first device exclusion, after exclusion is done, I stop the process and move to zwave JS (i installed ZWAVE JS MQTT version as it hase more detailed GUI) I start device ...
by dinon
03 May 2022 16:44
Forum: Discussions in English
Topic: Z-Wave JS in docker with USB stick not recognizing any z-wave devices
Replies: 4
Views: 8104

Re: Z-Wave JS in docker with USB stick not recognizing any z-wave devices

Yes, In zipato GUI I execute Add Device / Z-Wave which triggers exclusion process initially for device. Device dissaperas from devices list so it was excluded and remobved from controller. It is a bit strange as it looks like zipato execute exclusion / inclusion process always when adding new device...
by dinon
03 May 2022 13:52
Forum: Discussions in English
Topic: Z-Wave JS in docker with USB stick not recognizing any z-wave devices
Replies: 4
Views: 8104

Z-Wave JS in docker with USB stick not recognizing any z-wave devices

I am trying to make u.wave.me USB stick work in HomeAssistant in docker. I have create docker compose for zjs server as follows: services: zwavejs: container_name: zjs image: kpine/zwave-js-server:latest restart: unless-stopped environment: S2_ACCESS_CONTROL_KEY: "7764841BC794A54442E324682A550C...