Search found 9 matches

by hbennis
Thursday 20 March 2025 10:17
Forum: Python
Topic: HomeWizard Battery plugin
Replies: 26
Views: 2963

Re: HomeWizard Battery plugin

great work
by hbennis
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
by hbennis
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
by hbennis
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.
by hbennis
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
by hbennis
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.

jumbotroll wrote: Wednesday 04 July 2018 19:30
hbennis wrote: Wednesday 04 July 2018 18:18
jumbotroll wrote: Wednesday 04 July 2018 17:59

What DSM version? DSM 6.1 or DSM 6.2 ?
What NAS do you have?
I'm using DSM 6.2 on a DS115
Done 8-)
http://www.jadahl.com/domoticz_beta_6.2_python/
Thanks :)
by hbennis
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.

jumbotroll wrote: Wednesday 04 July 2018 17:59
hbennis wrote: Wednesday 04 July 2018 16:08 @Jumbotroll: will you compile the latest beta including python for me.
i'm using Philips Hue lights
What DSM version? DSM 6.1 or DSM 6.2 ?
What NAS do you have?
I'm using DSM 6.2 on a DS115
by hbennis
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
by hbennis
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 ...