Search found 7 matches

by Henkje1234567890
14 Oct 2016, 08:48
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 48451

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

many thanks, switching on the ntp function was the trick
by Henkje1234567890
13 Oct 2016, 17:10
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 48451

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

the log gives this, and i see no values in the sensor EVENT: Dummy#Temperature=0.00 711300421 : EVENT: Dummy#%RH=0.00 711300431 : EVENT: Dummy#Pressure=0.00 711300442 : EVENT: Dummy#=0.00 my log gives also this Content-Type: application/json;charset=UTF-8 711350484 : Cache-Control: no-cache 71135048...
by Henkje1234567890
11 Oct 2016, 20:25
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 48451

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

espdummy.png this is what i have now. my goal is to combine the two sensors (number 1 and 2) to one sensor (4) this one send the data to domoticz, like a Temp/Hum/Baro sensor. Now i have in domoticz a temp/hum/Baro sensor, and a temp/hum sensor, but in the temp/hum/Baro sensor, there is no value fo...
by Henkje1234567890
04 Oct 2016, 10:46
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 48451

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

Use TaskValueSet <task nr>,<value number>,<value> i have now this: On Clock#Time do // this event comes in every minute TaskValueSet 1,1,[Luchtdruk#Tempratuur] TaskValueSet 1,2,[Temp/hum#Luchtvochtigheid] TaskValueSet 1,3,[Luchtdruk#Luchtdruk] endon and in the log, i see the values. but how can i p...
by Henkje1234567890
03 Oct 2016, 11:49
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 48451

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

In my testlab i have used the Dummy Device quite often during development and testing. I use it to test communications when the actual device is not available or i need to set specific values. Or when i need a counter that does not link to a GPIO pin but more like counting events in rules. Advantag...
by Henkje1234567890
18 Sep 2016, 14:18
Forum: ESP Easy: Hardware
Topic: BH1750/ GY30 on i2c
Replies: 3
Views: 3807

BH1750/ GY30 on i2c

Hello i have a GY30 sensor connected to mij esp, firmware on the esp is r120 I have configured it as a BH1750, but no readings. when i look with the I2C scan, it says: 0x23 BH1750 Lux Sensor but no value. when i switch Sda and scl, no reading in the I2C scan, but a value on the screen. this one is v...