Page 1 of 1
Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Tuesday 23 January 2024 20:18
by studiocascade
Recently i successfully migrated from Open ZWave to ZWave-JS-UI via Docker.
My Domoticz version is 2024.2
Everything is working fine, but there are two things unclear to me
- Where can i find the settings of my Aeotec Z-stick Gen 5?
- The Settings-button under the hardware "MQTT" leads to an empty 'list'. Is there a way to activate settings there?
Thanks for your reply,
Sincerely,
Johan
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Tuesday 23 January 2024 20:33
by waltervl
Setting for zwave are in the Zwave-JS-UI interface. Not in Domoticz.
In the setup button there are only the zwave devices that publish configuration topics, eg resolution, or accuracy. Most devices do not publish these so the list will be empty.
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Tuesday 23 January 2024 20:39
by studiocascade
Thanks for your quick reply!
I can find settings to all my zwave devices in the JS-UI interface, except for the settings of the Aeotec Z-stick.
There's a a led blinking on this device and i would like to turn it off.
In OZW i could easily find the settings for my Z-stick.
Do you know where i should be able find that in the JS-UI interface?
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Tuesday 23 January 2024 21:02
by waltervl
I have no clue, you better ask this in the Zwave-JS-UI forum. If not available they can perhaps implement this option.
https://github.com/zwave-js/zwave-js-ui/discussions
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Tuesday 23 January 2024 22:30
by bvdf0251
echo -e -n "\x01\x08\x00\xF2\x51\x01\x00\x05\x01\x51" > /dev/serial/by-id/usb-0658_0200-if00
In terminal.
You can also make a script of it and assign it to a dummy switch.
That's what I did.
nano ZstickLedOff.sh
#!/bin/bash
echo -e -n "\x01\x08\x00\xF2\x51\x01\x00\x05\x01\x51" > /dev/serial/by-id/usb-0658_0200-if00
Save in scripts dir
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Wednesday 24 January 2024 23:28
by studiocascade
Thanks a lot! i'll run the first command. No need for a dummy switch (yet)
Re: Settings Aeotec Z-stick under MQTT / JS-UI
Posted: Wednesday 28 February 2024 18:41
by BartSr
use docker compose? In that case what was your update of the yaml file to meet stick interface?
I m stuck on this.
Bart