Search found 118 matches

by krikk
20 Mar 2017, 13:56
Forum: Introduce yourself
Topic: Hello from AT
Replies: 3
Views: 3997

Re: Hello from AT

servus :) openhab install steht bei mir auch noch aus :)
by krikk
19 Mar 2017, 19:15
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 698878

Re: ESP Easy Mega

ESP Easy only tries 3 times to get a reply from ntp server, if these fail, you get not time... i had this a few times also... so, just try again.. other reason could also be a firewall which blocks ntp...
by krikk
19 Mar 2017, 09:19
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

but after this: 192.168.1.110 Mar 18 22:18:22 ESP kern debug Unit 0 : SoilMoisture->sleep 192.168.1.110 Mar 18 22:19:20 ESP kern debug Unit 0 : SoilMoisture: Bad Version, no Sensor? system don't recognize device and crash...after hard reboot system don't work at all and need to reflesh !! ...normal...
by krikk
18 Mar 2017, 20:11
Forum: ESP Easy: Software
Topic: Combine posts of multiple values to thingspeak into one ape-request
Replies: 1
Views: 2042

Re: Combine posts of multiple values to thingspeak into one ape-request

1. enable NTP 2. enable Rules (both under advanced settings) 3. add a "dummy device" with Simulate Data Type set to what you want... 4. ad a rule like this on On Clock#Time do // this event comes in every minute TaskValueSet 4,1,[Luchtdruk#Temperature] TaskValueSet 4,2,[Temp/hum#RH] TaskVa...
by krikk
14 Mar 2017, 16:50
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

sleep is supported since:
FIRMWARE_VERSION 0x23 //2.3
by krikk
14 Mar 2017, 16:26
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

device setting "Send sensor to sleep:" -> this setting only affects the i2c soil moisture sensor: the newer version of the sensor can "sleep" till next request, if you enable this, we will send the sleep command to the sensor after reading ist the "Sleep enabled:" on co...
by krikk
12 Mar 2017, 22:43
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

the Domoticz http controller does not support SENSOR_TYPE_TRIPLE till now, did a pull request to fix that :) plz test, because i do not have Domoticz
by krikk
10 Mar 2017, 19:08
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

submitted a new pull request: https://github.com/letscontrolit/ESPEasy/pull/150 ...with this version you can disable the sleep and the version check, try to disable both and post you results, set your log level to debug before plz
by krikk
10 Mar 2017, 12:23
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

i have a clue what may be the problem... my code sends the sensor to sleep after reading, accorting to this https://github.com/Apollon77/I2CSoilMoi ... r/issues/8 this may cause the problem, will update the code soon...
by krikk
08 Mar 2017, 22:13
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

i identified a problem in my code today, but i am not sure that this could cause your problem, is in github already...
can you test again with this version... also please post serial console log if possible..
by krikk
07 Mar 2017, 22:32
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

you have tested your hardware setup with the arduino sample code of the sensor (https://github.com/Apollon77/I2CSoilMoistureSensor) ?

perhaps missing pullup resistors... but difficult to say with this info :)
by krikk
06 Mar 2017, 19:09
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 241330

Re: ESP Easy development status

did you also remove all user directories after uninstall, so that you really start on a fresh base.

http://docs.platformio.org/en/latest/id ... formio-ide <-- uninstall instructions...

if this does not help, sorry i am also new to platformio :)
by krikk
06 Mar 2017, 08:37
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 241330

Re: ESP Easy development status

smart code linter does not work because we are useing .ino files, it's in the FAQ of platformio... really annoying
by krikk
05 Mar 2017, 09:39
Forum: ESP Easy: Software
Topic: Still bugs in new INA219.ino for quad INA219 support
Replies: 5
Views: 5491

Re: Still bugs in new INA219.ino for quad INA219 support

nice that you did this, but it would be better if you could do a pull request via github...

for tutorial how to to this, have a look at this doku: http://www.letscontrolit.com/wiki/index ... evelopment
by krikk
03 Mar 2017, 08:14
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 241330

Re: ESP Easy development status

great tutorials, would have saved me a few hours if they where published a few days earlyer :D
by krikk
28 Feb 2017, 19:22
Forum: ESP Easy: General Discussion
Topic: Version 1.1.0-beta6 avaiable
Replies: 25
Views: 18446

Re: Version 1.1.0-beta6 avaiable

platformio build is better but still not working: [02/28/17 19:09:50] Processing normal_1024 (platform: espressif8266, upload_speed: 460800, build_flags: !echo -Wl,-Tesp8266.flash.1m128.ld -D PLUGIN_BUILD_NORMAL -D BUILD_GIT=\'\"$(git describe)\"\', board: esp12e, framewo rk: arduino) Verb...
by krikk
28 Feb 2017, 08:36
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 46605

Re: I2C Soil moisture sensor

if you are taking about this sensor: https://www.tindie.com/products/miceuz/ ... re-sensor/

...i have a working plugin ready, still testing it, will try to get it on the official github as soon as possible...
by krikk
28 Feb 2017, 08:11
Forum: ESP Easy: General Discussion
Topic: Version 1.1.0-beta6 avaiable
Replies: 25
Views: 18446

Re: Version 1.1.0-beta6 avaiable

tried to compile this release (https://github.com/letscontrolit/ESPEasy-platformio/releases/tag/v2.0.0-dev2) with Adruino Workspace 1.6.9 (on windows 10) and get only this errors... D:\incoming\ESPEasy_v2.0.0-dev2\Source\ESPEasy\_P044_P1WifiGateway.ino:17:0: warning: "BUFFER_SIZE" redefine...