Hello.
Is there a full setup version (or ISO) of Domoticz for Rapsberry WITH Zwave-JS-UI INCLUDED because it's very complicated to install Z-Wave support.
Thank you
Search found 2 matches
- Thursday 05 September 2024 15:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz with Zwave-JS included
- Replies: 2
- Views: 1046
- Thursday 18 January 2018 10:00
- Forum: dzVents
- Topic: Problem with "os.execute" in dzventz
- Replies: 1
- Views: 700
Problem with "os.execute" in dzventz
Hello. I'm making a script for rebooting a computer. When i'm connect to domoticz with SSH, i have a command who is working : *** ssh user@host -p port sudo reboot *** (user / host / port are different obviously) but when i include this command in my script, it's not working ! *** os.execute('ssh ...