Search found 497 matches

by papperone
14 Jun 2019, 08:15
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 174982

Re: Arduino Easy 2560

thanks a lot! :)
by papperone
10 Jun 2019, 07:06
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 174982

Re: Arduino Easy 2560

I decided to patch ArduinoEasy to run on my STM32F103RCT6 Development Board + W5500 Ethernet network module combination ($6.5 + $3) instead of the default Arduino Mega 2560 + Arduino Ethernet Shield. I think it is done, at least it compiles and run on my hardware. :) Do not expect much support or d...
by papperone
19 May 2019, 12:39
Forum: ESP Easy: Projects / Applications
Topic: zigbee extender/repeater
Replies: 3
Views: 8943

Re: zigbee extender/repeater

I don't think it makes sense to combine a whole network (zigbee) which is mesh based and requires different approach with ESPEasy; I can't see how it should be working... My zigbee network is quite big, more than 30 devices and one coordinator (used from Home Assistant) plus several repeater to expa...
by papperone
03 May 2019, 07:10
Forum: ESP Easy: Hardware
Topic: No I2C with Sonoff 4CH R2
Replies: 7
Views: 14885

Re: No I2C with Sonoff 4CH R2

Here is the known GPIO list for the Sonoff 4CH R2: GPIO 00 - Button 1 GPIO 04 - Relay 3 GPIO 05 - Relay 2 GPIO 09 - Button 2 GPIO 10 - Button 3 GPIO 12 - Relay 1 GPIO 13 - WiFi LED GPIO 14 - Button 4 GPIO 15 - Relay 4 Then there are chances you can't use I2C with yout sonoff 4CH Pro due to the fact...
by papperone
21 Apr 2019, 08:19
Forum: ESP Easy: Hardware
Topic: No I2C with Sonoff 4CH R2
Replies: 7
Views: 14885

Re: No I2C with Sonoff 4CH R2

ajheyworth wrote: 20 Apr 2019, 09:06 Q1. Trawling the internet it would seem that GPIO 01 and GPIO 03 are used for I2C. Does anyone else concur?
As far as I know the standard I2C pins are GPIO4 and GPIO5 and I use them in quite few projects....
by papperone
19 Apr 2019, 11:02
Forum: ESP Easy: Hardware
Topic: AC DIMMER PWM NODEMCU
Replies: 4
Views: 10535

Re: AC DIMMER PWM NODEMCU

the circuit itself does *nothing* withtout a proper firmware loaded into the ATtiny85; acually it's the same circuit of the initial post with added microcontroller to handle the synchronization with the main voltage frequency...
by papperone
10 Jan 2019, 07:13
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 79909

Re: ESP8266 Thermostat

great project, well done!!!

I may give a small advice... make the display not always "ON" else you will need to replace the OLED module every 3/4 months due to the fast worn out :(
by papperone
17 Dec 2018, 07:25
Forum: ESP Easy: Software
Topic: tm1637 to display some alpha chracters?
Replies: 6
Views: 8145

Re: tm1637 to display some alpha chracters?

this features is already there since 1 month --> http://www.letscontrolit.com/forum/viewtopic.php?f=5&t=3512&start=150#p33189 "7dtext" has been implemented with both TM1637 and MAX7219 Sorry for not knowing this papperone. I must really ramp up my documentation. No sorry I know ho...
by papperone
16 Dec 2018, 22:43
Forum: ESP Easy: Software
Topic: tm1637 to display some alpha chracters?
Replies: 6
Views: 8145

Re: tm1637 to display some alpha chracters?

this features is already there since 1 month --> http://www.letscontrolit.com/forum/view ... 150#p33189
"7dtext" has been implemented with both TM1637 and MAX7219
by papperone
11 Dec 2018, 07:12
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 29103

Re: Can't compile with a new plugin (PZEM004T)

Solution works but it's dirty because as soon as you update the PZEM library it won't work again...
I was thinking to remove this library dependencies before to include this pluing in the standard REP but still not time to complete this task...
by papperone
06 Dec 2018, 06:58
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

that's vcery weird as all my displays of different brands and configuration works perfectly... as well the code in the plugin is writte following the spec of the datasheet of the supported IC, which I guess it's the same with the library you pointed and it's first time I've got reported such behavio...
by papperone
04 Dec 2018, 22:19
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

Have you tried to swap CLK and DIO pin setting on the device config (not touching the physical wiring)?
by papperone
03 Dec 2018, 20:42
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

To be able to change modes remotely per command generally makes sense, imho. What would happen if you just remove the break from the command functions? Not sure it's a good practice, I will implement new command to change module mode so user can use it in rules with timers... Alternating between cl...
by papperone
02 Dec 2018, 20:48
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

I have a different remark though. It seems one can switch only between manual mode and clock/date display via the plugin's page. Wouldn't it make sense to allow the switch to be made via command? well never thought about it as I couldn't think of a use-case scenario where this can be used, if you t...
by papperone
02 Dec 2018, 09:18
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

Obviously I miss something - Is it solution for two TM 1637 displays release or not? Not yet, still need to rework some part of the plugin to enable multiple displays handling... sorry ! I have a four-digit display with both, dots and a colon (8.8.:8.8.). It seems that I cannot address the dots. In...
by papperone
27 Nov 2018, 16:14
Forum: ESP Easy: Projects / Applications
Topic: [solved] ESP8266(ESP-12E) et DS18B20 error
Replies: 13
Views: 15287

Re: ESP8266(ESP-12E) et DS18B20 error

I think you should power the sensor with 3V3 and not 5V, you can damage ESP8266 gpios (despite someone says it's doable, espressif datasheet states gpios are 3v3 tolerant).
by papperone
26 Nov 2018, 12:59
Forum: ESP Easy: General Discussion
Topic: how to correctly flash D1 mini Pro
Replies: 6
Views: 10085

Re: how to correctly flash D1 mini Pro

Yes the new Lolin "Wemos D1 mini Pro" is actually equipped with a battery connection. Also bridging pads on the back. By the way, it's totally undeliverable that Lolin is using the same name for a completely new design. Sure they bought the Wemos company but use a new name for God's sake!...
by papperone
26 Nov 2018, 08:34
Forum: ESP Easy: General Discussion
Topic: how to correctly flash D1 mini Pro
Replies: 6
Views: 10085

Re: how to correctly flash D1 mini Pro

afaik D1 Mini Pro does *not* have a battery connector/manager, it's just with more flash memory which is not used (as per my knowledge) by ESPEasy...
by papperone
25 Nov 2018, 17:54
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

Just found this one , should I order it? 8-) wow that's massive, but at that level I would rather implement a real RGB dot matrix display like this https://www.aliexpress.com/item/P3-RGB-pixel-panel-HD-display-64x32-dot-matrix-p3-smd-rgb-led-module/32728985432.html it's twice bigger and cost much l...
by papperone
25 Nov 2018, 09:20
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

grovkillen wrote: 24 Nov 2018, 22:23
papperone wrote: .... meanwhile I will work on a new plugin to support MAX7219 dot-matrix displays :)
I got 1,2,3,4 dot matrix MAX7219 based units. ;)
I do as well, now I need time to play some fun coding in a brand new plugin :)
I'll let you konw when I've some draft code so you can help me testing it!
by papperone
24 Nov 2018, 19:47
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

are, or will ever be, these modules supported? https://it.aliexpress.com/item/74HC595-74HC164-8-Bits-8-Bit-Digit-LED-Nixie-Tube-Display-Module-Red-Tube-Board/32672425544.html I tested again (as I do have it) both these displays and as well the ones based on TM74HC595 and I can confirm they are not ...
by papperone
23 Nov 2018, 23:42
Forum: Introduce yourself
Topic: Ciao from Italy ! :)
Replies: 2
Views: 5310

Re: Ciao from Italy ! :)

"Benvenuto" :)
by papperone
17 Nov 2018, 09:14
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

Sorry for the delay but finally I managed to release new version of my plugin (thanks to TD-er to help on sort out the mess!). Below new functions/commands available, still not able to work on the issue that does not allow multiple displays :( Obviously some of the letters can't be shown properly bu...
by papperone
06 Nov 2018, 19:24
Forum: Staff Announcements forum
Topic: Reference project for the upcoming homepage
Replies: 28
Views: 39678

Re: Reference project for the upcoming homepage

In the wiki I posted few of the project I've already finalized and I do have few more I'm working with but still under testing... Have a look and let me know if you want to include any of them and eventually if you need more picures or better/different descriptive text: https://www.letscontrolit.co...
by papperone
30 Oct 2018, 09:04
Forum: Staff Announcements forum
Topic: Reference project for the upcoming homepage
Replies: 28
Views: 39678

Re: Reference project for the upcoming homepage

In the wiki I posted few of the project I've already finalized and I do have few more I'm working with but still under testing... Have a look and let me know if you want to include any of them and eventually if you need more picures or better/different descriptive text: https://www.letscontrolit.com...
by papperone
08 Oct 2018, 20:53
Forum: Introduce yourself
Topic: Hi from Italy
Replies: 3
Views: 5781

Re: Hi from Italy

Benvenuto :)
by papperone
26 Sep 2018, 14:31
Forum: Staff Announcements forum
Topic: Giveaway! 20pcs of programmers
Replies: 53
Views: 91227

Re: Giveaway! 20pcs of programmers

Received mine today and already tested flashing a test unit I'm currently working with (an advanced LED Strip controller with 5 channels) and it worked just great!
It is now my default programmer on my workbench!
by papperone
26 Sep 2018, 14:28
Forum: ESP Easy: Software
Topic: use of switches to manage lights in the house
Replies: 3
Views: 5390

Re: use of switches to manage lights in the house

I use a lot communication betweem modules and as well my protocol is MQTT. I don't have any delays and the only possibility I can think of is the "MQTT MESSAGE DELAY" parameters in the TOOLS/ADVANCED screen which could be way too high. I set it on 100ms to have a very responsive messages r...
by papperone
18 Sep 2018, 08:40
Forum: ESP Easy: Projects / Applications
Topic: What's on the Slab
Replies: 8
Views: 9549

Re: What's on the Slab

Thanks was just curious as I still did not have experimented a lot with light sensors... I might clone myself to find time to do everything I've in my mind!!! :geek:
by papperone
17 Sep 2018, 08:39
Forum: ESP Easy: Projects / Applications
Topic: What's on the Slab
Replies: 8
Views: 9549

Re: What's on the Slab

Those look awesome!!
Well done Shardan!!!
:mrgreen: :mrgreen: :mrgreen:

PS: any reason why you put 2 luninosity sensors in your outdoor module?
by papperone
17 Sep 2018, 08:36
Forum: Staff Announcements forum
Topic: Giveaway! 20pcs of programmers
Replies: 53
Views: 91227

Re: Giveaway! 20pcs of programmers

Thanks a lot! really apreciated!!! :D
by papperone
12 Sep 2018, 07:30
Forum: Staff Announcements forum
Topic: Giveaway! 20pcs of programmers
Replies: 53
Views: 91227

Re: Giveaway! 20pcs of programmers

I loved ESPEasy since 1st time I tried when I was looking and testing any ESP8266 firmware available! It's exactly what's needed for makes, it's not limites to simple home automation and it's amazing what you can achieve using its unique "rules" features :) Coming to me I am using it for s...
by papperone
08 Sep 2018, 13:25
Forum: ESP Easy: Software
Topic: rules: delay
Replies: 5
Views: 12962

Re: rules: delay

I can guess the Delay suring system boot process is not working as it should...
Have you tried with a timer?
by papperone
25 Aug 2018, 12:36
Forum: ESP Easy: Hardware
Topic: reading multiple analog sensors
Replies: 2
Views: 5365

Re: reading multiple analog sensors

3rd solution is the easiest and safer IMHO!
by papperone
24 Aug 2018, 20:01
Forum: ESP Easy: Software
Topic: How to disable rule at a specific time ?
Replies: 28
Views: 31850

Re: How to disable rule at a specific time ?

it works as far as the module does not reboot for any given reason on saturday between 16:00 and 23:00 :|
by papperone
24 Aug 2018, 08:46
Forum: ESP Easy: Software
Topic: How to disable rule at a specific time ?
Replies: 28
Views: 31850

Re: How to disable rule at a specific time ?

I think the rules are ok for simple timing setup, when it comes to more complex and/or weekly I prefer to move out from ESPeasy as it's not as flexible as needed and the rules can becaome way too complex and probably cosume lots of CPU. As well without nested IFs the overall setup of combined criter...
by papperone
23 Aug 2018, 13:31
Forum: ESP Easy: Software
Topic: Relay recovery last state after power failure
Replies: 3
Views: 7179

Re: Relay recovery last state after power failure

you must use MQTT and use the message persistance features in order to do this (I have this feature in some of my modules even thou I don't use Domoticz) To clarify, papperone says you must activate the "MQTT retain" feature on the advanced tab. yes indeed, thanks for clarification, and a...
by papperone
21 Aug 2018, 21:22
Forum: ESP Easy: Software
Topic: Relay recovery last state after power failure
Replies: 3
Views: 7179

Re: Relay recovery last state after power failure

you must use MQTT and use the message persistance features in order to do this (I have this feature in some of my modules even thou I don't use Domoticz)
by papperone
14 Aug 2018, 18:46
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6020851

Re: Support for PZEM 004T Energy monitor

I need to review this plugin in order to move it to the standard repository...
honestly still same issue, lack of time to improve it making it working with multiple devices (e.g. to monitor multiple lines or 3-phase AC).
by papperone
13 Aug 2018, 00:39
Forum: ESP Easy: General Discussion
Topic: Only first 4 light turn up
Replies: 4
Views: 7499

Re: Only first 4 light turn up

sorry but I cannot understand, the wiring is not clear and I see as well a Raspberry which no idea what's the purpouse of... :shock:
by papperone
13 Aug 2018, 00:33
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

ok , understood!

I'll try to complete testing asap and make my PR :)
by papperone
12 Aug 2018, 12:58
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

@papperone, was it me that made changes? I don't remember changing things to your plugin. Maybe I can help explaining what has changed recently and to what purpose? no TD-er, it was an user I've never heard of "GHolli" in --> https://github.com/letscontrolit/ESPEasy/pull/1631 what shoudl ...
by papperone
12 Aug 2018, 10:33
Forum: ESP Easy: General Discussion
Topic: Only first 4 light turn up
Replies: 4
Views: 7499

Re: Only first 4 light turn up

it's too vague the description to be able to help you, can you please post a picture on how you connected everything?
only guess is that you are powering the strip wrongly or the strip has harware issues...
by papperone
12 Aug 2018, 10:28
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

sorry about delays but while I was finishing the testing some other user commited in GitHub a change request of my plugin with huge nuber of changes aiming to optimization... long story short as I had already heavily changed the cosde to implement all new functions now I'm puzzled how to proceed :cr...
by papperone
10 Aug 2018, 11:17
Forum: ESP Easy: Hardware
Topic: ESPEasy and NodeList
Replies: 2
Views: 5011

Re: ESPEasy and NodeList

What value you have in the "Unit Number"?
I jad same problem and then realized only units 1-32 are shown in the Node List :)
by papperone
02 Aug 2018, 19:04
Forum: ESP Easy: General Discussion
Topic: Switch Button Long Push
Replies: 15
Views: 23644

Re: Switch Button Long Push

grovkillen wrote: 02 Aug 2018, 12:09 I think we're on the same page here. Only a quick add to the discussion. The upcoming GPIO handler will make stuff like this possible. 8-)
that's great news!!! :mrgreen:
by papperone
02 Aug 2018, 11:37
Forum: ESP Easy: General Discussion
Topic: Switch Button Long Push
Replies: 15
Views: 23644

Re: Switch Button Long Push

You can then have a timer that would detect a hold that is less than one second since the timer would allow to be sub secund. well I don't htink this will fix the problem, let me explain: I woudl like a long push to be triggered after 2 seconds I would like any time below 2 seconds to be recognized...
by papperone
01 Aug 2018, 23:26
Forum: ESP Easy: General Discussion
Topic: Switch Button Long Push
Replies: 15
Views: 23644

Re: Switch Button Long Push

grovkillen wrote: 01 Aug 2018, 11:27 The new scheduler will make it possible to have a higher resolution than seconds. So the timer will be working with 100mSec steps.
Not sure I understood how this improvement should help to detect faster short/long push... Can you elaborate more?
by papperone
01 Aug 2018, 10:28
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1181526

Re: Connecting a TM1637 4-Digit Display

Sorry I just come back and I thought I explained I had no time to submit the new plugin as I prefer to run some more tests before releasing it.
Still it won't be supporting multiple display (I have to check what changes are needed to handle this last feature...)
by papperone
01 Aug 2018, 10:26
Forum: ESP Easy: General Discussion
Topic: Switch Button Long Push
Replies: 15
Views: 23644

Re: Switch Button Long Push

https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules#One_button.2C_multiple_actions_using_long_press Honestly I don't like this workaround (it's not a real short/long push implementation) as 1 second can be too low and 2 seconds will make the normal behaviour odd (I push and release immediat...