Search found 13 matches

by woocashewski
10 Nov 2019, 11:27
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17104

Re: Support of E-Ink Displays

is there some working plugin for e-ink?
by woocashewski
01 Apr 2019, 22:34
Forum: ESP Easy: Software
Topic: Smart Meter measuring power consumption with serial port
Replies: 3
Views: 4036

Re: Smart Meter measuring power consumption with serial port

hi, after some investigation... the iskra meter plugin is - as far as i know - "passive mode" - so the power meter has to transmit OBIS codes by itself - without any external transmission to power meter /using only RX phototransistor/ so you can't use it to get data from any other power me...
by woocashewski
31 Mar 2019, 00:15
Forum: ESP Easy: Software
Topic: Smart Meter measuring power consumption with serial port
Replies: 3
Views: 4036

Re: Smart Meter measuring power consumption with serial port

hi, i'm facing a similar problem - can You post me a compiled firmware with this plugin? i've uninstalled all the stuff needed to compile.... thanks in an advance.
by woocashewski
31 Mar 2019, 00:04
Forum: ESP Easy: Software
Topic: power meter - optical port listening
Replies: 0
Views: 2083

power meter - optical port listening

hi. I want to get data from electic power meter using optical port which is using IEC1107 IEC61107 standard. every project i've seen on internet is using blinking led - which i've use to use for long time - and it's very uncertain, and now - when i've got PV installation producing power - it's impos...
by woocashewski
09 Oct 2018, 21:35
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 101409

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

the problem with this display is that it require much more gpios than i2c displays.

cieszę się, że mogłem pomóc ;)

pozdrawiam.
by woocashewski
08 Oct 2018, 23:59
Forum: ESP Easy: General Discussion
Topic: rules - I need help
Replies: 6
Views: 4547

Re: rules - I need help

all set :)

thank You for assistance.
by woocashewski
08 Oct 2018, 23:25
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 101409

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

compiled firmware in an attachment. (unpack & change extension of course...)

1st gpio - 2 (d4)

wiring as in this topic.

and of course I'm not responsible for blah blah blah ;)
by woocashewski
08 Oct 2018, 22:12
Forum: ESP Easy: General Discussion
Topic: rules - I need help
Replies: 6
Views: 4547

Re: rules - I need help

I was thinking about dummy device, but i don't know how to enter data into dummy device, [ and # are not accepted, so... another long night of searching before me ;)

PS. help links related to plugins are veeeery short, and sometimes misleading. Maybe it's time to join community and use my experience.
by woocashewski
08 Oct 2018, 21:21
Forum: ESP Easy: General Discussion
Topic: rules - I need help
Replies: 6
Views: 4547

Re: rules - I need help

thank you for a quick response

unfortunately it's not working - values calculated from formula are omitted in command for neopixel - if formula is for red - there's no red at all.
by woocashewski
08 Oct 2018, 17:56
Forum: ESP Easy: General Discussion
Topic: rules - I need help
Replies: 6
Views: 4547

rules - I need help

hi, I need help with rules - I want to send neopixel commands triggered by state of a sensor (integer value). the problem is (at least for me..), that I need it to work like that: if [value] <n than this (this part is easy - command tgiggered by condition) if [value] is greater than n+1 and smaller ...
by woocashewski
25 Sep 2018, 10:13
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17104

Re: Support of E-Ink Displays

I'm waiting for this plugin too ;)

so... where's "donation" button? ;)
by woocashewski
22 Sep 2018, 19:16
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 101409

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

thanks for this post, i've succesfully add this plugin to espeasy, to do that You have to define this plugin into define_plugin_sets.h file - add a line " #define USES_P208 // nokia_lcd " in a version you choose - maybe "developer" one is the best option :) without that, plugin w...