Search found 15 matches

by DomoUHT
Sunday 10 September 2017 22:04
Forum: Blockly
Topic: Why not working?
Replies: 4
Views: 1223

Re: Why not working?

Hi,

note that when using a (eg. dummy) door contact in blocky, to set it to open you have to use ''set doorcontact = On'' (and to off for having it closed).
by DomoUHT
Saturday 09 September 2017 23:54
Forum: Cameras
Topic: Foscam FI9826P PTZ control
Replies: 0
Views: 2564

Foscam FI9826P PTZ control

to control Pan-Tilt-Zoom for my Foscam FI9826P from DomoticZ, I've made up 3 selector switches sending the appropriate cgi commands by json. Took the cgi commands from here :http://www.ipcamcontrol.net/files/Foscam%20IPCamera%20CGI%20User%20Guide-V1.0.4.pdf This camera has a rather good wide-angle ...
by DomoUHT
Sunday 03 April 2016 11:26
Forum: Show your projects
Topic: My [Hac!ked] wireless Doorbell
Replies: 1
Views: 1792

Re: My [Hac!ked] wireless Doorbell

Nice project !

I guess that the Aldi doorbell can't be received by RFXcomm or RFlink and I don't see any of these devices attached.

Did you power the receiver on 5V USB, or are you still using batteries ?
by DomoUHT
Sunday 03 April 2016 10:33
Forum: RFLink Transceiver
Topic: How to increase range of transmitter? Other antenna, increase transmit power? [SOLVED]
Replies: 11
Views: 8088

Re: How to increase range of transmitter? Other antenna, increase transmit power?

I use the center-connection antenna from Nodo Shop which looks like to function better then the small standard SMA antenna. Too Bad that RFlink doesn't show reception signal strength like RFXcomm. Then you could use the ProMax remote control from long distance and see which antenna gives maximum ...
by DomoUHT
Thursday 17 March 2016 21:01
Forum: Others
Topic: HomeEasy PIR HE403 interference ByronSX
Replies: 2
Views: 1178

Re: HomeEasy PIR HE403 interference ByronSX

Hi, no solution other than that I bought the RFIlink which has no problem detecting the HE403. RFIlink has some disadvantages vs RFXcomm (no signal strength, no filtering of received protocols), but has a lower price and can handle more protocols. Strange thing is that RFIlink received codes are ...
by DomoUHT
Thursday 17 March 2016 19:32
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8485

Re: Remote with ONE (on button)

Hi markk, I did some tests and have to admit that I was wrong. Sorry for that. I tested with a 2 button on/off remote and pressing only the Off button again and again every time triggers the blocky. So it is not about changing a device's On/Off state but the event of receiving a command. Tested also ...
by DomoUHT
Wednesday 16 March 2016 23:24
Forum: Suggestions
Topic: Run shell script after Domoticz startup
Replies: 8
Views: 5150

Re: Run shell script after Domoticz startup

Hi, I installed the rPI watchdog (Wiki : https://www.domoticz.com/wiki/Setting_up_the_raspberry_pi_watchdog ) where a line is added to /etc/rc.local to send an e-mail at every reboot. I added this line : curl -s "http://[DomoticZ-IP]:[DomoticZ-Port]/json.htm?type=command&param=switchlight&idx=329 ...
by DomoUHT
Wednesday 16 March 2016 21:39
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8485

Re: Remote with ONE (on button)

Blocky is not triggered by a On command, when the state is already On.

I understood that you could not change the state of the remote to Off by DomoticZ, but apparently you can.


Why do you turn on/off a virtual switch instead of the real light switch ?
by DomoUHT
Wednesday 16 March 2016 21:11
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8485

Re: Remote with ONE (on button)

when it just sends a ON command, you could link the switch to a scene that switches on'DoorbellPulseON PB B3' (or use your own virtual On/Off switch with 1sec delay off).
Then you have a 1sec pulse on every ON command that you can use with the above blocky (don't use the first If statement)
by DomoUHT
Wednesday 16 March 2016 20:52
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8485

Re: Remote with ONE (on button)

Hi, what type of single button that only sends ON do you have ? Is it a doorbell button ? When a doorbell button is set to type On/Off it looks like you can't switch it off by DomoticZ. In fact it switches off and immediately on again, so you can't see it going off. I use the SelectPlus doorbell ...
by DomoUHT
Friday 29 January 2016 23:22
Forum: Switches and Scenes
Topic: DIO PDR-2300
Replies: 19
Views: 5377

Re: DIO PDR-2300

The DI.O PDR-2300 switch can only learn 1 AC code when it receives a ''Set ON'' or ''Test'' command from DomoticZ, The switch goes for about 4 seconds into learning mode after power-on (LED is flashing). To unlearn the code DomoticZ should send a ''Set Off'' command to the switch while in learning ...
by DomoUHT
Sunday 03 January 2016 10:47
Forum: Other questions and discussions
Topic: SelectPlus Mute the Doorbell
Replies: 6
Views: 1673

Re: SelectPlus Mute the Doorbell

I found that for the black/white SelectPlus doorbell sets (Dutch Action stores) the chime unit learns the first received code when powered up. So after a power outage I have to press the doorbell button to have the chime to learn the right code. When powering-up 2 chime units they both learn the ...
by DomoUHT
Saturday 24 October 2015 13:42
Forum: Others
Topic: HomeEasy PIR HE403 interference ByronSX
Replies: 2
Views: 1178

HomeEasy PIR HE403 interference ByronSX

Hi All, I have two HomeEasy HE403EU Outdoor PIR's functioning properly with RFTRX433E (HE EU protocol) as long as I don't switch on the ByronSX protocol. The ByronSX protocol I use for the (Action) SelectPlus doorbell. I can't find anything about interference between those protocols in the RFX433 ...
by DomoUHT
Saturday 17 October 2015 22:26
Forum: Show your projects
Topic: Home fan speed setting using ACM-LV10
Replies: 38
Views: 26534

Re: Home fan speed setting using ACM-LV10

Hi Joost, thanks a lot for sharing this topic. This was exactly what I was looking for after they replaced the fan in my house with a Zehnder ComfoFanS. I could not found any information about the operating frequency of the RFZ remote, but luckily you did. My house fan is now set to 80% by a wake-up ...
by DomoUHT
Tuesday 12 May 2015 22:50
Forum: PiFace
Topic: Quick button push input not registered
Replies: 4
Views: 5745

Re: Quick button push input not registered

Hi there. I found that when when assigning pin_type=rising to a PiFace input it acts as a toggle (first push on, second push off), and that every push is registered without any delay by the PiFace/RasPi. So, you could trigger in domoticz on every rise and fall of the PiFace Input. In Blocky Events I ...