Search found 9 matches
- Thursday 20 March 2025 10:17
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 26
- Views: 2963
Re: HomeWizard Battery plugin
great work
- Wednesday 19 March 2025 20:15
- Forum: Blockly
- Topic: Blockly scripts display distorted
- Replies: 26
- Views: 25471
Re: Blockly scripts display distorted
Workaround: Close the blocky and reopen it
- Tuesday 08 September 2020 19:36
- Forum: Other questions and discussions
- Topic: Shutdown Remote Windows PC
- Replies: 43
- Views: 36077
Re: Shutdown Remote Windows PC
goto http://www.unifiedremote.com/download
download the windows server program and in the app store or playstore the app for your smartphone
download the windows server program and in the app store or playstore the app for your smartphone
- Saturday 07 December 2019 17:46
- Forum: Others
- Topic: Nuki lock setup
- Replies: 81
- Views: 15767
Re: Nuki lock setup
Hi, i'm using the plugin on a synology nas and it works perfect,
thnks for the work.
thnks for the work.
- Tuesday 26 November 2019 10:09
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373143
Re: domoticz in synology as package! Available now.
@Jumbotroll: will you compile the latest beta including python for me
i'm use a DS115.
thnks
i'm use a DS115.
thnks
- Wednesday 04 July 2018 19:36
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373143
Re: domoticz in synology as package! Available now.
Thanksjumbotroll wrote: ↑Wednesday 04 July 2018 19:30Donehbennis wrote: ↑Wednesday 04 July 2018 18:18I'm using DSM 6.2 on a DS115jumbotroll wrote: ↑Wednesday 04 July 2018 17:59
What DSM version? DSM 6.1 or DSM 6.2 ?
What NAS do you have?![]()
http://www.jadahl.com/domoticz_beta_6.2_python/

- Wednesday 04 July 2018 18:18
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373143
Re: domoticz in synology as package! Available now.
I'm using DSM 6.2 on a DS115jumbotroll wrote: ↑Wednesday 04 July 2018 17:59What DSM version? DSM 6.1 or DSM 6.2 ?
What NAS do you have?
- Wednesday 04 July 2018 16:08
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373143
Re: domoticz in synology as package! Available now.
@Jumbotroll: will you compile the latest beta including python for me.
i'm using Philips Hue lights
i'm using Philips Hue lights
- Friday 29 September 2017 0:59
- Forum: Others
- Topic: wemo switch in wiki
- Replies: 6
- Views: 2264
Re: wemo switch in wiki
i'm using this script #!/bin/sh # # WeMo Control Script # # [email protected] # # Usage: ./wemo_control IP_ADDRESS ON/OFF/GETSTATE/GETSIGNALSTRENGTH/GETFRIENDLYNAME # # IP=$1 COMMAND=$2 if [ "$2" = "" ] then echo "Usage: ./wemo_control IP_ADDRESS ON|OFF|GETSTATE" else PORT=0 for PTEST in 49152 49153 ...