Search found 17 matches

by dzikus
11 Feb 2017, 14:03
Forum: ESP Easy: Hardware
Topic: BMP280 give wrong temp at below o
Replies: 4
Views: 5277

Re: BMP280 give wrong temp at below o

The BMP280 shows in the transition to frost a wrong temperature value. The measured value jumps nearly 2 degrees up. I also had too high readings and I think that error is from continuous measurement in Bosch sensor so I set standby 1000ms (and some other settings) in this commit https://github.com...
by dzikus
11 Feb 2017, 11:26
Forum: ESP Easy: Hardware
Topic: Sensirion SHT30 supported?
Replies: 30
Views: 31532

Re: Sensirion SHT30 supported?

coldman wrote: I am newbie here, could you please explain how to upload your plugin to espeasy?
Thanks.
I made the release of R148 with my plugin for SHT30 https://github.com/dzikus/ESPEasy/relea ... 48%2BSHT30
by dzikus
11 Feb 2017, 11:07
Forum: ESP Easy: Hardware
Topic: Sensirion SHT30 supported?
Replies: 30
Views: 31532

Re: Sensirion SHT30 supported?

I just created working plugin https://github.com/dzikus/ESPEasyPluginPlayground/blob/master/_P131_SHT3X.ino . I am newbie here, could you please explain how to upload your plugin to espeasy? Thanks. 1. You need ESPEasy source code for example: git clone https://github.com/letscontrolit/ESPEasy or d...
by dzikus
02 Dec 2016, 21:45
Forum: ESP Easy: Software
Topic: Reset Access Point Mode
Replies: 1
Views: 2097

Re: Reset Access Point Mode

Hi to all I would like to know if there is a way to make esp go into AP mode without resetting to factory. I have made a sensor for my brother and i would like it if when he turns it on at his home the only thing for him to do is to set his Wifi network. Thanks in advance for your help. Set wifi by...
by dzikus
18 Nov 2016, 09:07
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 91322

Re: Measure VCC

This is not a solution, as you need to "waste" 3 tasks to do something that other plugin do already by default :) This is solution If you do not specify initial conditions that you do not want to "waste" task. Beic didn't wrote anything about that, he only want task with 3 value...
by dzikus
18 Nov 2016, 07:54
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 91322

Re: Measure VCC

Use dummy device. Send to domoticz directly from Ina219 task, add rule to combine 3 tasks into one dummy and you will have device with 3 values. You are right, but I wanted to see all 3 values if I use ESPEasy as standalone device! My solution gives you task (dummy device) with all 3 values as you ...
by dzikus
17 Nov 2016, 19:56
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 91322

Re: Measure VCC

It was designed for Domoticz that can handle only single value custom sensors. But you can run several tasks on the same module and select a different reading on each task. It would be really nice to see all 3 values in the ESPEasy Web GUI and to send desired value to Domoticz. Use dummy device. Se...
by dzikus
12 Nov 2016, 11:07
Forum: ESP Easy: Software
Topic: GlobalSync tests
Replies: 3
Views: 3721

Re: GlobalSync tests

I upgraded to R141 compiled by myself and I can now set decimals on temperature :D.
by dzikus
24 Aug 2016, 19:10
Forum: ESP Easy: General Discussion
Topic: Reboot causes
Replies: 11
Views: 15700

Re: Reboot causes

Read carefully http://www.esp8266.nu/index.php/Power . All my reboot problems was from power issues.

Pozdrowienia z Tychów :).
by dzikus
22 Aug 2016, 13:41
Forum: Introduce yourself
Topic: Hello form Poland
Replies: 1
Views: 2406

Hello form Poland

Hello form Poland.

My name is Grzegorz and I'm from Silesia in Poland.
I started to use ESPEasy recently with my Domoticz. Now I have three ESPEasy units in my home with 3x ds18b20, 1x dht22, 1x bmp280, 1x bme280, 1x bh1750, 1x oled and pulse meter.

This project is great !
by dzikus
18 Jul 2016, 18:26
Forum: ESP Easy: Software
Topic: GlobalSync tests
Replies: 3
Views: 3721

Re: GlobalSync tests

I added a third sensor and it looks like only temp is rounded to integer:
image.png
image.png (172.99 KiB) Viewed 3684 times
image.png
image.png (151.92 KiB) Viewed 3684 times
by dzikus
17 Jul 2016, 18:57
Forum: ESP Easy: Software
Topic: GlobalSync tests
Replies: 3
Views: 3721

GlobalSync tests

Hello I know that this future is experimental, this are my experiences with it: 1. I have enabled udp port 65000, enable Global Sync in Advanced Tools, set Unit nr 1 and 2 on two units in Config and reboot. 1.jpg 2. I see Unit 1 and Unit 2 in Node List in Main. 2.jpg 3. At the beginning everything w...
by dzikus
13 Jul 2016, 09:55
Forum: ESP Easy: Software
Topic: R108 issues
Replies: 6
Views: 6398

Re: R108 issues

My dht22 works. I'm thinking it's because idx is zero. Assign a number. This is strange but it also repair 302 in http: [grzegorz@x ~]$ curl -v 172.28.10.31 * Rebuilt URL to: 172.28.10.31/ * Trying 172.28.10.31... * Connected to 172.28.10.31 (172.28.10.31) port 80 (#0) > GET / HTTP/1.1 > Host: 172....
by dzikus
12 Jul 2016, 22:20
Forum: ESP Easy: Software
Topic: R108 issues
Replies: 6
Views: 6398

Re: R108 issues

nightshark wrote:My dht22 works. I'm thinking it's because idx is zero. Assign a number.
This is solution, after setting idx dht22 starts to work.
by dzikus
12 Jul 2016, 10:13
Forum: ESP Easy: Software
Topic: R108 issues
Replies: 6
Views: 6398

R108 issues

I just make upgrade of one of my ESPEasy from R78 to R108 and I notice such issues: 1. If you enable "Admin Password" in Config, the 302 in http doesnt work, proof: lapek:~ grzegorz$ curl -v 172.28.10.31 * Rebuilt URL to: 172.28.10.31/ * Trying 172.28.10.31... * Connected to 172.28.10.31 (...