Search found 18 matches

by Hendrik
Sunday 15 September 2019 9:52
Forum: DIY Hardware and Protocols
Topic: Denkovi 8 relays module outputs not switching
Replies: 3
Views: 2655

Denkovi 8 relays module outputs not switching

I have bought recently two 8 relaysboards with temp measerments: http://denkovi.com/snmp-eight-relay-board-for-temperature-measurement-lm35dz connect it to domoticz, all the switches, inputs and temp sensors are added. but its not working complete, the inputs are working, the temprature sensors are ...
by Hendrik
Sunday 29 March 2015 15:11
Forum: MySensors
Topic: Mysensors - Relay Switch
Replies: 25
Views: 18796

Re: Mysensors - Relay Switch

try to trigger the relay one time, so domoticz see state changing
by Hendrik
Tuesday 24 March 2015 20:56
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168085

Re: MySensors - Gateway to Domoticz

For example sketches look here: http://www.domoticz.com/forum/viewtopic.php?f=42&t=5837 I know this site, but i have a lot of struggle with my watermeter, and with the 1-wire temp sketch My plan is to make a sensor with two temp sensors and a relay. but when you have a working sketch, please post ...
by Hendrik
Tuesday 24 March 2015 19:23
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168085

Re: MySensors - Gateway to Domoticz

anyone who have a working sketch, please post it here
by Hendrik
Tuesday 17 March 2015 20:33
Forum: MySensors
Topic: Watermeter
Replies: 34
Views: 18847

Watermeter

I want to connect a water meter, using a TCRT5000 IR Barrier Line Track Sensor (With the code from the MySensor website) I have connect it to my gateway, and the following is in the log: 2015-03-17 20:11:33.206 MySensors: Node: 2, Sketch Name: Water Meter 2015-03-17 20:11:33.211 MySensors: Node: 2 ...
by Hendrik
Sunday 15 March 2015 15:35
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168085

Re: MySensors - Gateway to Domoticz

Hello, i try to get Pulsesensor for water and power, using the usb gateway got this log on domoticz : 2015-02-15 21:55:57.848 MySensors: Node: 69, Sketch Name: Water Meter but nothing gones on unused device (of course accpet new is active). I made a temp/hum sensor who works very well. Any one got ...
by Hendrik
Wednesday 04 March 2015 19:43
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168085

Re: MySensors - Gateway to Domoticz

accept new sensors for 5 minutes??
by Hendrik
Wednesday 18 February 2015 20:20
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168085

Re: MySensors - Gateway to Domoticz

can anybody help me i have connect a usb gateway, this works when i connect a transmitter with oneWire, and connected 2 sensor to the transmitter i get 1 new sensor in my devices when i look into the log, is see 2 readings almost at the same time, but they have the same name 2015-02-18 20:13:05.471 ...
by Hendrik
Saturday 17 January 2015 20:04
Forum: Bash / PowerShell / Batch etc.
Topic: APC UPS Monitoring
Replies: 38
Views: 42832

Re: APC UPS Monitoring

what type off cable do you use?
when i search the internet for a usb to apc cable, they are very expensive
by Hendrik
Friday 09 January 2015 20:41
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 113707

Re: Low cost window/door sensor

I have the same with this sensor, tried everything with on and off delay.
but its doesn't work, only a off signal
by Hendrik
Thursday 01 January 2015 16:20
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 57153

Re: Lua script for controlling humidity in the bathroom

the names are good, from the sensor "Badkamer" the readings are good (these sensor is read by the DomoticzmasterPi) and the script works well and from the sensor "Badkamer Z" they are not good. the sensor "Badkamer Z' is reading with my DomoticzSlavePi, this is a Z-wave sensor. I receive these data ...
by Hendrik
Thursday 01 January 2015 10:51
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 57153

Re: Lua script for controlling humidity in the bathroom

I have this script tested on my testPi, works great now i moved it to my master, with the same variables and it didn't work this is the reading of my sensor: Badkamer Z 2015-01-01 10:37:54 27.1;25;1 on my testPi this works, but on my masterPi it gives the following error: current is 0 or nil ...
by Hendrik
Saturday 27 December 2014 15:54
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 57153

Re: Lua script for controlling humidity in the bathroom

I have the Aeon Multi Sensor (usb powered) hanging on the ceiling of the bathroom and a zwave plug connected to the ventilator. (I was hoping I could use the sensor's motion sensor as well for controlling the light but it doesn't detect movement when you are in the shower) You can set the time, the ...
by Hendrik
Tuesday 18 November 2014 9:00
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 421947

Re: Blockly examples

Try this
If motion is on
and time > 06:00 to < 00:00
and "staitwaylight " is off
Set staitwaylight on for 3 minutes.
by Hendrik
Monday 14 April 2014 20:26
Forum: PHP and all others
Topic: Wierd lua error after... no change?
Replies: 20
Views: 6198

Re: Wierd lua error after... no change?

I have the same problem, change the device for the humidity, and then a error in the log, and the event don't do it
disable the event, and no errors
change to an other hum sensor, and it works well
by Hendrik
Saturday 18 January 2014 19:31
Forum: Temperature and Weather
Topic: 1Wire Issues
Replies: 10
Views: 4748

Re: 1Wire Issues

You need to add two lines that must be loaded after reboot These are: w1-gpio and w1-therm This can be done with: sudo nano / etc / modules and then add them under the last line it should resemble the following # /etc/modules: kernel modules to load at boot time. # # This file contains the names of ...
by Hendrik
Saturday 18 January 2014 15:12
Forum: Temperature and Weather
Topic: 1Wire Issues
Replies: 10
Views: 4748

Re: 1Wire Issues

is 1-wire on your startup list from your raspberry?