Search found 7 matches
- Thursday 09 March 2017 20:17
- Forum: Others
- Topic: Which Active-High relay?
- Replies: 1
- Views: 642
Re: Which Active-High relay?
Anyone?
- Monday 06 March 2017 19:06
- Forum: Blockly
- Topic: Blocky output different after some change, but which change caused it?
- Replies: 1
- Views: 677
Re: Blocky output different after some change, but which change caused it?
Problem was gone after I removed the Off Delay. It seems I misinterpreted "Off Delay". I thought this was a delay of the off command. So, I thought if you give a off command to a switch that it would delay this off action for 20 minutes, in fact turning the switch off at t+20min. Apparently it's not ...
- Saturday 04 March 2017 17:54
- Forum: Blockly
- Topic: Blocky output different after some change, but which change caused it?
- Replies: 1
- Views: 677
Blocky output different after some change, but which change caused it?
Hi all, I have the following Event in my Domoticz: Knipsel1.JPG This event is active. Yesterday night the output was as follows: Knipsel2.JPG Basically : IF CO2 is > 1000 --> start ventilation UNTIL CO2 < 775. Yesterday I changed 3 things: 1) I added a new event, but this event is not set to active ...
- Wednesday 01 March 2017 19:41
- Forum: Others
- Topic: Which Active-High relay?
- Replies: 1
- Views: 642
Which Active-High relay?
Hi all, I bought a 4 channel relay but apparently this was a active-low relay which goes on-off when booting. This is not ok... So I am returning this relay, and I am looking for an active-high relay. Unfortunately I can't find any...? :? Which one would you recommend and where can I find it ...
- Tuesday 28 February 2017 22:04
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Help! GPio, 8 relays...
- Replies: 32
- Views: 22494
Re: Help! GPio, 8 relays...
I appreciate that, but I cannot solder. I'm looking for an out-of-the-box solution. But it seems active-high 5V relays are hard to find...RayAmsterdam wrote:I posted the solution earlier in this topic: viewtopic.php?f=32&t=6050&p=39401#p39401
- Tuesday 28 February 2017 21:50
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Help! GPio, 8 relays...
- Replies: 32
- Views: 22494
Re: Help! GPio, 8 relays...
I needed to return one item of my last order, so I decided to include this relay in the return.
If anyone has a suggestion on a active-high relay: shoot! Now that I know what to look for it seems I can only find active-low relays...
If anyone has a suggestion on a active-high relay: shoot! Now that I know what to look for it seems I can only find active-low relays...
- Monday 27 February 2017 23:42
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Help! GPio, 8 relays...
- Replies: 32
- Views: 22494
Re: Help! GPio, 8 relays...
Hi all, I'm a bit lost. I have a similar relay to the one described above. I have read all posts but still I can't figure it out. My domoticz setup file (the end) looks like this: esac : #Run export GPIO Raspberry /usr/bin/gpio export 17 out sudo sh -c 'echo 17 > /sys/class/gpio/export' sudo sh -c ...