Search found 40 matches

by albertobonati
27 Apr 2021, 12:57
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi
You have to use D4-D8 pins for SDA-SCL, these pins have 10K pull-up resistors
Regards
by albertobonati
21 Feb 2020, 20:41
Forum: ESP Easy: Software
Topic: Help with rules
Replies: 2
Views: 4073

Re: Help with rules

Many thanks...it work!
Regards
by albertobonati
20 Feb 2020, 21:23
Forum: ESP Easy: Software
Topic: Help with rules
Replies: 2
Views: 4073

Help with rules

Hi. I have a problem with rules. I'm trayng to send a command to "7-segment display" via rules, sending a simple value of a dummy device. Dummy device named dum, value named pippo: I try with: On dum#pippo = "0" do cmd = 7dn,9999 endon O ther settings of 7-segment display works f...
by albertobonati
12 Jun 2018, 16:58
Forum: ESP Easy: Projects / Applications
Topic: Soil moisture with long cable...
Replies: 2
Views: 3775

Re: Soil moisture with long cable...

Hi...thanks a lot.
I'll try !!!
Regards
Alberto
by albertobonati
11 Jun 2018, 21:13
Forum: ESP Easy: Projects / Applications
Topic: Soil moisture with long cable...
Replies: 2
Views: 3775

Soil moisture with long cable...

Hi. I have a problem with my soil moisture sensor (P47), I have connected it to ESP board with a 5 mt. cable. If I use a ESP01 board it's ok and work fine but with ESP07, ESP12 or NODEMCU board id don't work at all. I'm sure the cause is cable lenght, if I short it I have no problem. I tried to use ...
by albertobonati
24 Nov 2017, 21:47
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 10957

Re: OLED-with-SSD1306, larger than 1"?

Hi
More question:

I send data to oled with Domoticz with:
OLED,<row>,<col>,<text>
and this work fine with oled plugin...but don't work with framed plugin...it work but data is always in <row> number and don't scroll.
It' s possible to scroll this data?
regards

alberto
by albertobonati
24 Nov 2017, 21:26
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 10957

Re: OLED-with-SSD1306, larger than 1"?

Well..plugin work fine!

Some suggestion:

Scroll low is very fast, maybe can help setting a number value for this...

On upper row, plugin display time and, alternately, ESP name and RSSI name. My RSSI name is quite long and don't fit between time and wifi segnal.

Many tanks.

Alberto
by albertobonati
24 Nov 2017, 15:27
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 10957

Re: OLED-with-SSD1306, larger than 1"?

The 1.3" OLED probably has a SH1106 chip and not the SSD1306. I've built in support for that chip, but that is only merged into the "mega" branch: https://github.com/letscontrolit/ESPEasy/pull/509 So it will not be in the 2.0 release, but you can use it if you build the Mega branch. ...
by albertobonati
23 Nov 2017, 21:26
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 10957

Re: OLED-with-SSD1306, larger than 1"?

Hi
I have this 1.3 oled display...
What I have to do to make this :
If you use SSD1306 before , just change the starting point is 0x02

It's possible to change OLED plugin or (best) OLED framed plugin to use this 1.3 oled?

Thanks
by albertobonati
01 Nov 2017, 13:45
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 12985

Re: 0.96 oled SPI configuration

Thanks, but on my arduino it work fine...
I need a solution for ESP8266 and ESP Easy...
Regards
Alberto
by albertobonati
01 Nov 2017, 10:46
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 12985

Re: 0.96 oled SPI configuration

Sorry, I did a mistake... this is my module: https://www.amazon.it/gp/product/B074M9LW5S/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1 It look like your at front side, but not at back side... specifications: 0,96 pollici OLED Display - alleu d9011 2pcs 128 X 64 Pixel OLED Display per Arduino, Rasp...
by albertobonati
01 Nov 2017, 08:59
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 12985

Re: 0.96 oled SPI configuration

Well..I have 7 pin version and 6 pins version. In 7 pin version it's possible to set I2C or SPI interface changing SMD resistor position, I used them but only in I2C mode. In 6 pins version you can't do this (I think..) and it's only SPI interface, although pin name is SDA/SCL. My 6 pin version is e...
by albertobonati
31 Oct 2017, 23:04
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 12985

Re: 0.96 oled SPI configuration

OK... I see this in MEGA version:

Note: CLK=GPIO-14 (D5), MISO=GPIO-12 (D6), MOSI=GPIO-13 (D7)
Note: Chip Select (CS) config must be done in the plugin

But what about CS? Where I have to connect this?

Regards
Alberto
by albertobonati
30 Oct 2017, 21:18
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 12985

0.96 oled SPI configuration

Hi.
In hardware settings I read:
Init SPI: (Note : Chip Select (CS) config must be done in the plugin)

I know how connet I2C oled, but what about SPI connection to ESP?

I have 6 pins SPI oled:
GND
VCC
SCL:CLK clock
SDA : MOSI data
RST: MOSI data
D/C data/command

thanks
Alberto
by albertobonati
26 Sep 2017, 16:33
Forum: ESP Easy: General Discussion
Topic: SD board
Replies: 1
Views: 2138

SD board

Hi
Can someone give me an help about add a sd card reader to esp module???
I see ESP Mega can manage it but did't find nothingh about hardware...
Tanks
Alberto
by albertobonati
22 May 2017, 13:35
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi You can change device address, look at Tindle documentation section (Address change example). Maybe you can change address with ESP EASY plugin (last version), I don't try it... You can monitor all six device with a single ESP8266 board , I have 3 of then and works fine. I have enclosed my device...
by albertobonati
09 Apr 2017, 00:03
Forum: ESP Easy: General Discussion
Topic: ESP Easy and PCA9685 for dimming LED strips
Replies: 0
Views: 2290

ESP Easy and PCA9685 for dimming LED strips

Hi I tryed to make a LED strip dimmer with ESP 12, ESP Easy PWM and PCA9685 for dimming a LED strip with Domoticz and tryed to use this: https://github.com/smithje/RGB_LED_Driver/blob/master/LED_Strip_bb.png with ESP12 instead of Raspberry, but don't work. It work if I use two different power supply...
by albertobonati
06 Apr 2017, 21:18
Forum: RFlink: General Discussions
Topic: Mi Light FUT036
Replies: 0
Views: 2730

Mi Light FUT036

Hi I have this device and two Mi Light bulb lamps: FUT036 (http://stair-lighting.com/mono-amplifier-milight-fut036-p-1398.html) It's a led strip control. Bulb lamps works very well with RFLink and Domoticz, ON-OFF command, light dimmer and light color (cold-warm) too. I can see FUT036 on Domoticz de...
by albertobonati
24 Mar 2017, 22:12
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi Now it work for me too..it's great because ESP drain 1.20 mA with moisture sensor and ESP in sleep mode and 9.5 mA with only ESP in deep sleep... I think it's really good for battery powered devices! There is a strange thingh I notice, if I don't link RST and GPIO16 for deep sleep, ESP don't send...
by albertobonati
19 Mar 2017, 21:19
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi I have this problem if sleep only moisture sensor too: Message: 0 : SoilMoisture: Bad Version, no Sensor? Sensor don't awake after sleep... Bui in this case I can reboot ESP and it work. This with ESP-07, ESPmega dev.07, SDA and SCL in GPI0 4 and 5 with pull up resistors. What's your configuratio...
by albertobonati
18 Mar 2017, 23:19
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi My little report about Soil Moisture plugin. I have 2 sensors with an ESP-01 board, ESP Easy mega dev6, they works since a week with no problem. I'm working with a battery powered ESP-07 board too, I have no problem to send the board in deep sleep but I've tryed to send moisture device in deep sl...
by albertobonati
14 Mar 2017, 16:31
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi, do you know what moisture device version support sleep mode?
Thanks
Alberto
by albertobonati
14 Mar 2017, 13:49
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi. Now I'm trying to use ESPEasy plugin with battery powered ESP-07 and sleep mode, I have one with Arduino code and work fine. I see on device setting "Send sensor to sleep:" check and "Sleep enabled:" on config page. I used the second one in some test with ESP-07 and work fine...
by albertobonati
14 Mar 2017, 13:25
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 753208

Re: ESP Easy Mega

Hi, I answer myself, this line in ESPEasy.ino set value:

#define MAX_FLASHWRITES_PER_DAY 100 // per 24 hour window
No way to reset it other then change value on file?

regards
alberto
by albertobonati
14 Mar 2017, 08:33
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 753208

Re: ESP Easy Mega

Hi.
What about this annoyng message?
FS : Daily flash write rate exceeded!
I read somethingh in this forum but don't understand if I can disable it or have to wait 24 hours..
Best regards
Alberto
by albertobonati
13 Mar 2017, 21:32
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi. New release v2.0.0-dev6 fixed this bug... Now I'm testing plugin on ESP-01 with 3 soil moisture device and two controllers (Domoticz HTTP and Thingspeack) and it seem to work like a charme! I'm testing the whole on my system and will report in a few days. I'm using this formula value for 1-100 m...
by albertobonati
13 Mar 2017, 17:21
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 753208

Re: ESP Easy Mega

Well...It's incredible how fast is fixing ESP Easy bugs.... :D
Great work!
Regards
Alberto
by albertobonati
13 Mar 2017, 16:25
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 753208

Re: ESP Easy Mega

Hi.
It look like ESP Easy Mega don't work with a SENSOR_TYPE_TRIPLE and Domoticz HTTP...
I tested new I2C Soil Moisture device and have this problem, no data sent to Domoticz.
Anyone know about this?
Regards
alberto
by albertobonati
12 Mar 2017, 21:24
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi. I tested soil moisture plugin with ESP-01 and 3 soil moisture device and it's ok. But I have an other problem, it don't send data to Domoticz http controller. It seem to be a plugin problem because I try to send data with other devices (dummy device and analog device and have no problem). IDX va...
by albertobonati
10 Mar 2017, 22:02
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi. Now it work fine, it work fine with "Check sensor version" enabled too... Now I will chech your plugin with ESP8266-01 and 3 sensors.... Thank you very much for your work, it's really nice! This moisture device is ok, it's cheap enaught and reliable enough...only some problem with cali...
by albertobonati
09 Mar 2017, 22:36
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi. I tested last version but it's the same. This is log: 215712 : WD : Uptime 3 ConnectFailures 0 FreeMem 21944 219607 : SoilMoisture: Address: 0x20 Version: 0x23 219607 : SoilMoisture: Temperature: 20.90 219607 : SoilMoisture: Moisture: 247.00 219608 : SoilMoisture: Light: 65535.00 245713 : WD : U...
by albertobonati
08 Mar 2017, 21:39
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Well...more informations need...!! I tested the plugin with a ESP NODEMCU (Amica), SDA and SCL on 4 and 5 GPIO. I tested another ESP NODEMCU with plugin to be sure problem is't on ESP device. I added 3.3K pullup resistors on GPIO 4 and 5 but no results. At first I2C scan tool can see moisture sensor...
by albertobonati
07 Mar 2017, 21:30
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Well, I tested this plugin but have problems... It work, but only a few because after only a I2C read (right values of moisture and temperature ) it lost I2C connection and mus be reset. I try a lot but always it's the same... Well...ESP Easy 2.0 is really very nice !!! This is my first build of ESP...
by albertobonati
28 Feb 2017, 17:33
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

Re: I2C Soil moisture sensor

Hi.
Great new, it's my sensor!
Thank you very much, I'm waiting for...
Regards
Alberto
by albertobonati
18 Feb 2017, 23:00
Forum: ESP Easy: General Discussion
Topic: Switch
Replies: 4
Views: 3675

Re: Switch

Hi Yeah, now i solved...with your help! I added 1K resistor in line with switch but none pullup resistor to GPIO. No PinMode as Input in hardware setting, only PullUp GPIO in switch device tab. Great idea to use Rx GPIO because using GPIO0 or GPIO2 it was'n possible reboot ESP8266 with these GPIO co...
by albertobonati
17 Feb 2017, 21:45
Forum: ESP Easy: General Discussion
Topic: Switch
Replies: 4
Views: 3675

Re: Switch

Hi. I tried but don't work. Pull Up was cecked from the beginning, add a pullup 4.7 or 10 k resistor and tray to ceck Pin Mode as Input (Maybe it send only its boot status ?) I tryed to change 146 and 120 ESPEasy version and 2 ESP8266-01 devices. It's strange...I tryed all combination of these (Pull...
by albertobonati
17 Feb 2017, 16:59
Forum: ESP Easy: General Discussion
Topic: Switch
Replies: 4
Views: 3675

Switch

Hi The goal is sending switch state from ESPEasy to Domoticz. With: ESP8266-01 ESPEasy v.146 A simple mechanical switch connected between GPI02 and ground, I follow Wiki steps. Well.. it works.. half! When i pull GPIO DOWN, it's ok, all work fine and ESPEasy send to Domoticz switck the event. But wh...
by albertobonati
17 Feb 2017, 11:55
Forum: ESP Easy: General Discussion
Topic: I2C Soil moisture sensor
Replies: 51
Views: 47582

I2C Soil moisture sensor

Hi I use a pair of I2C soil moisture sensors (by Tindle), not supported in device list. It is possible read data from this device (and maybe others unsupported I2c devices) from ESPEasy in some not many difficult way? I'll like it very much, now I'm using ESPEasy and Domoticz for my home automation,...
by albertobonati
13 Dec 2016, 15:49
Forum: ESP Easy: General Discussion
Topic: GPIO state on reboot
Replies: 1
Views: 2308

GPIO state on reboot

Hi I noticed this happen: - If I set "Pin mode" of pin 2 as LOW in GPIO boot state this work fine, I reboot my ESP 01 and after some second GPO2 go LOW state. - If I add a switch device, after reboot GPIO2 is always HIGH, doe not matter I set "Send Boot state" on or Off, "se...
by albertobonati
13 Dec 2016, 15:30
Forum: Introduce yourself
Topic: Regards
Replies: 1
Views: 2096

Regards

Hi.
I'm starting to play with ESP Easy , really a great job !

Best regards.

alberto