Search found 8 matches

by Bram81
10 Jul 2020, 10:45
Forum: ESP Easy: Software
Topic: Can't compile Mega with P35 IR plugin
Replies: 3
Views: 5740

Re: Can't compile Mega with P35 IR plugin

Thank you very much! That indeed did the trick!
by Bram81
09 Jul 2020, 12:12
Forum: ESP Easy: Software
Topic: Can't compile Mega with P35 IR plugin
Replies: 3
Views: 5740

Can't compile Mega with P35 IR plugin

Hi, For days now I've been trying to compile a custom build of Mega in Arduino ide. Actually the only two plugins I would need are P35, the IRTX one and P74 for a TSL2591. That last one is still in test. I'm using Arduino ide 1.8.13 and the latest mega build, Release mega-20200703. I succeed in comp...
by Bram81
28 Feb 2016, 20:25
Forum: ESP Easy: Software
Topic: Sleep time issue
Replies: 2
Views: 2526

Re: Sleep time issue

Ah, I couldn't find anything on a max sleep time, but this explains a lot,
Thanks for your reply!
by Bram81
27 Feb 2016, 15:33
Forum: ESP Easy: Software
Topic: Sleep time issue
Replies: 2
Views: 2526

Sleep time issue

Hi, I've enabled sleep mode and connected Pin 16 to reset. Sensor delay is set to 7200, what would mean a two hour sleep time, correct? Sleep mode is working, but regarding the sensor updates in Domoticz it's sleep cycle varies between aprox. 30 and 75 min, instead of the desired 120. I'm sure the e...
by Bram81
24 Feb 2016, 19:18
Forum: ESP Easy: Software
Topic: How to use analog sensor value in LUA Domoticz
Replies: 1
Views: 3729

SOLVED: How to use analog sensor value in LUA Domoticz

For those who might be interested, I've finaly found a workaround. By running this .php script in crontab every 10 mins, the value of my virtual sensor is extracted from a json output in which the nvalue of the sensor is visible. Then that value is written to a uservariable in Domoticz, which can be...
by Bram81
22 Feb 2016, 19:05
Forum: ESP Easy: Projects / Applications
Topic: Soil Moisture Sensor using Analog Input - Solved
Replies: 34
Views: 47336

Re: Soil Moisture Sensor using Analog Input - Solved

Hi, Im using a soil moisture sensor on a nodemcu 0.9 running esp easy r48. Using the nvalue to get readings in domoticz as stated in this topic indeed sends info to domoticz. Now my problem is that I can't use those values in LUA or Blocky because it seems that the eventsystem is using svalues. An o...
by Bram81
18 Feb 2016, 15:31
Forum: ESP Easy: Software
Topic: Update custom user variable?
Replies: 0
Views: 2050

Update custom user variable?

Hi, I'm using esp easy r78 with a modified Arduino sketch. Now I'm Looking for a way to send a JSON url from my sketch or just a way to update a custom user variable in Domoticz other than the ones used by my analog sensor. Is there anyone who knows whether this is possible and if so, how this can b...
by Bram81
16 Feb 2016, 14:13
Forum: ESP Easy: Software
Topic: How to use analog sensor value in LUA Domoticz
Replies: 1
Views: 3729

How to use analog sensor value in LUA Domoticz

Hi, I'm using ESP Easy R48 on a Nodemcu 0.9, programmed with Arduino IDE, to get readings from a lipo powered soil moisture sensor into Domoticz. At first this was a problem, because despite my dummy humidity device was updated every minute, the value in Domoticz remained 0 even though the webinterf...