Search found 44 matches

by bennybubble
21 Dec 2020, 13:19
Forum: RPiEasy: General Discussion
Topic: webgui usage
Replies: 2
Views: 6286

webgui usage

Hi, I noticed there are four portnumbers checked in the webgui settings of RPIEASY: Enabled GUI ports: 80 8080 8008 591 What happens if I uncheck the first portnumber (80)? Will the GUI be available on the next checked port, being 8080 after restart? I'm asking the question since I want to be sure t...
by bennybubble
28 May 2019, 11:53
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456942

Re: RPIEasy

enesbcs wrote: 27 May 2019, 17:08
bennybubble wrote: 27 May 2019, 12:31 It would be great if this could be implemented, can't you use edge-based-interrupt for counting (https://parg.co/hbz) ?
I'm more then happy to test it if needed !
-ben
https://github.com/enesbcs/rpieasy/issues/65
Thanks, I will test it this weekend!

-ben
by bennybubble
27 May 2019, 12:31
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456942

Re: RPIEasy

What is the defintion of real-time? In my case I want to count pulses from my gas- and energymeter, puls rate would be less then 1 Hz ... I don't think this would be an issue with Python running on RPI/Raspbian. -ben Yes one per second can be achieved if it is enough. It would be great if this coul...
by bennybubble
24 May 2019, 19:50
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456942

Re: RPIEasy

Hi, I really like the RPIeasy initiative, same look and feel as the originial ESPeasy ! To get more I/O, I'm replacing an 8266 with a RPI but now I'm almost there, I see there is no Generic - Puls Counter plugin. Are there plans to make such a plugin ? -ben I am not sure if real-time pulse counting...
by bennybubble
24 May 2019, 18:12
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456942

Re: RPIEasy

Hi,

I really like the RPIeasy initiative, same look and feel as the originial ESPeasy !

To get more I/O, I'm replacing an 8266 with a RPI but now I'm almost there, I see there is no Generic - Puls Counter plugin.

Are there plans to make such a plugin ?

-ben
by bennybubble
10 Apr 2019, 13:31
Forum: ESP Easy: Hardware
Topic: BMP280 pressure publishing problems [solved]
Replies: 2
Views: 2629

Re: BMP280 pressure publishing problems

Hi,

MAX Queue Depth was at 2, after changing it to 5 it worked perfect !!

The only (minor) thing is that it also publish Humidity while the sensor doesn't have Humidity but I can live with that :)

Tnx !

-ben
by bennybubble
10 Apr 2019, 12:19
Forum: ESP Easy: Hardware
Topic: BMP280 pressure publishing problems [solved]
Replies: 2
Views: 2629

BMP280 pressure publishing problems [solved]

Hi, In my setup (Wemos D1 / Espeasy 20190404 / BMP280), the pressure value is not published over MQTT. In the DEVICES window, it clearly show values for Temp (14.1) Humidity (0) Pressure (1018.4), Humidity is 0 because it is a BMP280. Looking at the log window, it shows correct values for Temp and P...
by bennybubble
05 Apr 2019, 20:34
Forum: ESP Easy: Hardware
Topic: D1 MINI PRO Flash problem
Replies: 4
Views: 4499

Re: D1 MINI PRO Flash problem

Hi,

I tried to flash the std 4M image into the minipro and somehow it worked.
However when connecting to it over wifi, I can select an AP, enter a password but then nothing happened.

A 16M image would help but don't know how to compile this, any help is be appreciated!

-ben
by bennybubble
04 Feb 2019, 09:26
Forum: ESP Easy: Software
Topic: Which plugins are in which binary version ?
Replies: 1
Views: 2033

Which plugins are in which binary version ?

Hi,

Last night I came accross a webpage that showed with plugin is in a particular binary (normal/dev).
Unfortunately I cannot find it anymore, can anyone point me to the correct webpage?

TIA, Ben
by bennybubble
30 Nov 2017, 21:01
Forum: ESP Easy: Hardware
Topic: ds18x20 support in 2.0
Replies: 0
Views: 1756

ds18x20 support in 2.0

Hi,

I know the DS18B20 is working with espEASY 2.0, can anyone confirm the DS1820 and DS18S20 are working as well?

-ben
by bennybubble
21 Nov 2017, 13:49
Forum: ESP Easy: Projects / Applications
Topic: Direct connection between two ESPEASY modules?
Replies: 6
Views: 8420

Direct connection between two ESPEASY modules?

Hi, I have an application where I need to switch a waterpump remotely, however the contact (switch) is about 15 meters away and I cannot use cables in between. Can I setup an ESPEASY module that 'watches' the contact closure and transmits this information to a second ESPEASY (Sonoff device) which ac...
by bennybubble
15 Feb 2017, 15:14
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655515

Re: New ESP gadget

Thanks for your replies!

Interesting thing is that via MQTT I can control the LED and relay almost instantaneously but the webpages do not respond or respond very slowly.
I will reflash tonight and see what happens.

-ben
by bennybubble
15 Feb 2017, 09:14
Forum: ESP Easy: Software
Topic: scripting/rules commands
Replies: 3
Views: 3364

Re: scripting/rules commands

tnx, found that already but did not know it was also the command reference for the rules.

Will look into this tonight.

-ben
by bennybubble
15 Feb 2017, 09:13
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655515

Re: New ESP gadget

Hi, Recently I received a sonoff basic device with a 5-pin header. Having very good experience with espeasy, I decided to flash r147 (1024) in it. I was able to configure it and control the GPIO pins via MQTT (openhab), after that the webinterface starts to respond slow (or not et all). Does anybody...
by bennybubble
13 Feb 2017, 12:02
Forum: ESP Easy: Software
Topic: scripting/rules commands
Replies: 3
Views: 3364

scripting/rules commands

Is there a list/overview of all available commands that can be used for the internal scripting/rules ?
I searched for it but cannot find it.

-ben
by bennybubble
25 May 2016, 20:56
Forum: ESP Easy: General Discussion
Topic: espeasy stops responding
Replies: 3
Views: 5503

Re: espeasy stops responding

Hi Very nicely done, looks impressive. I did 'standardize' on espeasy due to the wide range of supported interfaces. I really like the idea of having a heartbeat function over MQTT controlled by (example) OPENHAB. This should not be difficult to implement and I hope this will be done in the future. ...
by bennybubble
25 May 2016, 11:31
Forum: ESP Easy: General Discussion
Topic: espeasy stops responding
Replies: 3
Views: 5503

espeasy stops responding

Hi, I have several devices (R78 and R103) connected to openhab/mqtt via wifi. Some of them stops responding after working for days/weeks, reason totally unknown. What happens if the wifi router is rebooted ? In the code I only see a retry on a MQTT connection when it fails to connect but what if the...
by bennybubble
14 May 2016, 19:43
Forum: ESP Easy: Software
Topic: pulscount issue on R78
Replies: 6
Views: 5858

Re: pulscount issue on R78

Moved signal to GPIO-4, problem solved.

Cannot explain, anyone else ?

-ben
by bennybubble
14 May 2016, 18:53
Forum: ESP Easy: Software
Topic: pulscount issue on R78
Replies: 6
Views: 5858

Re: pulscount issue on R78

Changed it to 3.3 volt, no difference.
Works well with switch input but NOT with counter!

Could it be related to GPIO-16 port ?

-ben
by bennybubble
14 May 2016, 17:22
Forum: ESP Easy: Software
Topic: pulscount issue on R78
Replies: 6
Views: 5858

Re: pulscount issue on R78

Yes correct, but why does it work with switch input ?
But I will make it 3.3V to see if this solves the problem.

-ben
by bennybubble
13 May 2016, 22:19
Forum: ESP Easy: Software
Topic: pulscount issue on R78
Replies: 6
Views: 5858

pulscount issue on R78

Hi, I'm using a ESP12 with R78 to monitor my power and gas meter. Power is connected to GPIO-13 and the gas to GPIO-16. Power is working well and today I added the gas counter hardware, strangely enough the gas counter doesn't work. The signal arrives at the ESP12 (0 or 5 volt) but it is not counted...
by bennybubble
09 May 2016, 09:36
Forum: ESP Easy: Software
Topic: Strange R105 issues
Replies: 2
Views: 2978

Re: Strange R105 issues

Hi,

I've observed the same but thought it changed in R95 (or higher) and adapted my code to this.
In R78 a switch would return 1.00 (or 0.00) and in R95 it returned 1 or 0...
BTW I only use the switch function, don't know about other functionality.

-ben
by bennybubble
09 May 2016, 09:32
Forum: ESP Easy: Software
Topic: DS1820
Replies: 4
Views: 4511

Re: DS1820

Thanks !
by bennybubble
04 May 2016, 11:37
Forum: ESP Easy: Software
Topic: DS1820
Replies: 4
Views: 4511

Re: DS1820

Great job, I've been waiting for this for a long time !

Are you planning to incorporate this into GITHUB so everybody can benefit ?

-ben
by bennybubble
31 Mar 2016, 08:40
Forum: ESP Easy: Projects / Applications
Topic: Flow sensor - ESP not starting-up if connected?
Replies: 12
Views: 12240

Re: Flow sensor - ESP not starting-up if connected?

Looking at your diagram, I see a cap between +5 and +3v3 at the top-left corner.
Personally I would place the cap between either
a) +5 and gnd
b) +3v3 and gnd
c) 2 caps for a) and b)

-ben
by bennybubble
07 Mar 2016, 09:09
Forum: ESP Easy: Hardware
Topic: How many DS18B20 can be connected to an ESP01 ?
Replies: 7
Views: 9393

Re: How many DS18B20 can be connected to an ESP01 ?

andreo wrote:
chunter1 wrote:Got 8 Sensors running on a 4m cable configured as 2-wire bus (just GND and Data, no Vcc wire used)
How did you connect the sensors on the wires? Any schematic available?
See http://www.tweaking4all.com/wp-content/ ... -power.jpg

-ben
by bennybubble
06 Mar 2016, 19:21
Forum: ESP Easy: Hardware
Topic: How many DS18B20 can be connected to an ESP01 ?
Replies: 7
Views: 9393

Re: How many DS18B20 can be connected to an ESP01 ?

Hi,

Thanks for the info, that is were I was looking for!

-ben
by bennybubble
04 Mar 2016, 20:27
Forum: ESP Easy: Hardware
Topic: How many DS18B20 can be connected to an ESP01 ?
Replies: 7
Views: 9393

Re: How many DS18B20 can be connected to an ESP01 ?

Hi,

I did search before asking and you suggestion still did not answer the question :D

The question is not about how many sensors can be connected to one bus but how many does the software (ESPEASY) recognize and can be used ?

-ben
by bennybubble
04 Mar 2016, 15:38
Forum: ESP Easy: Hardware
Topic: How many DS18B20 can be connected to an ESP01 ?
Replies: 7
Views: 9393

How many DS18B20 can be connected to an ESP01 ?

Hi,

Can anyone tell me how many DS18B20's in parallel can/will be supported using only 1 pin on an ESP01 ?
In other words : how many will the software detect ?

-ben
by bennybubble
19 Feb 2016, 10:07
Forum: ESP Easy: Software
Topic: openhab MQTT connection lost
Replies: 25
Views: 20030

Re: openhab MQTT connection lost

Hi,

EaspEasy is a very nice product, people must have spend hours and hours to get it working (which is very much appreciated) but it lacks information like this.
Or at least it is difficult to find but this is why this forum is here !

-ben
by bennybubble
18 Feb 2016, 11:24
Forum: ESP Easy: Projects / Applications
Topic: [Retired] MiniESPEasy = ESPEasy for modules with limited I/O pins.
Replies: 16
Views: 20398

Re: MiniESPEasy = ESPEasy for modules with limited I/O pins.

Hi Costo,

Nice work !

Could you provide binaries as the original R78 does (512 / 1024 / 4096) ?
I cannot get your version compiled ..... :twisted:

-ben
by bennybubble
18 Feb 2016, 11:04
Forum: ESP Easy: Software
Topic: openhab MQTT connection lost
Replies: 25
Views: 20030

Re: openhab MQTT connection lost

I had the same problems when more then 1 ESP** was connecting to the broker.
It turned out that the device number (in the config screen) has to be unique and not zero ... This solved my problem !

-ben
by bennybubble
18 Feb 2016, 10:52
Forum: ESP Easy: Hardware
Topic: DS18B20 reading wrong value [solved]
Replies: 9
Views: 9731

Re: DS18B20 reading wrong value

It turned out that my ESP01 was bad, now using a 'fresh' one and all ok !
by bennybubble
17 Feb 2016, 10:47
Forum: ESP Easy: Hardware
Topic: DS18B20 reading wrong value [solved]
Replies: 9
Views: 9731

Re: DS18B20 reading wrong value

:D Good idea !

Only problem is that I cannot even get a single Ds18B20 to work on a ESP01 ...
Neither on GPIO-0 or GPIO-2.

-Ben
by bennybubble
16 Feb 2016, 16:48
Forum: ESP Easy: Hardware
Topic: DS18B20 reading wrong value [solved]
Replies: 9
Views: 9731

Re: DS18B20 reading wrong value

Hi, Good information! But in case of a DS18B20,GPIO-2 already has an external pull-up of 4K7 and is not pulled to ground during booting (as far as I know). Couldit be realte to an initial I2C scan or is this not done on GPIO-0 / GPIO-2 ? I'm planning to use the ESP01 in a PIR sensor and would like t...
by bennybubble
14 Feb 2016, 18:50
Forum: ESP Easy: Hardware
Topic: DS18B20 reading wrong value [solved]
Replies: 9
Views: 9731

Re: DS18B20 reading wrong value

Nice thought but not anymore after 10 minutes ...
DS18B20 should give ~ 20 C.

-ben
by bennybubble
13 Feb 2016, 17:24
Forum: ESP Easy: Hardware
Topic: DS18B20 reading wrong value [solved]
Replies: 9
Views: 9731

DS18B20 reading wrong value [solved]

Hi, I've a DS18B20 connected to GPIO-2 of a ESP01 with R78 installed but the reading is wrong : 1 Temperature - DS18b20 sensor 28-ee-e9-12-3-0-0-d6 12 GPIO-2 Temperature: 30.69 Expected temp is ~20 C, moving the DS18B20 to an ESP12 (GPIO-14) gives proper results, any idea how come ? And YES a 4k7 is...
by bennybubble
12 Feb 2016, 20:44
Forum: ESP Easy: General Discussion
Topic: what's coming? and some ideas
Replies: 25
Views: 22897

Re: what's coming? and some ideas

I would +1 for a 'simple' serial interface implementation. I have several devices that talk RS232 (1200/4800/9600/19200 bd) and they either receive or transmit a few ascii bytes (with termination); This is not for two way communication but mainly for periodically sending/receiving ascii commands, no...
by bennybubble
11 Feb 2016, 14:56
Forum: RFlink: General Discussions
Topic: Merge between ESPEasy and RFLink ?
Replies: 7
Views: 8959

Re: Merge between ESPEasy and RFLink ?

This would be very nice, specially if this will be supported by openHab (through MQTT) !

Keep us posted :-)

-ben
by bennybubble
10 Feb 2016, 14:31
Forum: ESP Easy: Software
Topic: wish : X10 support [solved] kind of...
Replies: 1
Views: 2095

Re: wish : X10 support [solved]

Since I did not received a reply, I've decided to build my own.

FYI:

The solution consists of a Arduino UNO, WZ5100 ethernet shield and a TTL to RS232 adapter, can be used via HTTP or broker, support currently one-way only (to X10 devices) ...

-ben
by bennybubble
04 Feb 2016, 16:53
Forum: ESP Easy: Software
Topic: wish : X10 support [solved] kind of...
Replies: 1
Views: 2095

wish : X10 support [solved] kind of...

I'm not sure if this is the right group for it but I have a question (or wish) about support for X10 devices : I have some X10 switches and dimmers which I would like to incorporate into my openHab 1.8 system. As the 'controlling' device I use a RS232 based CM11A interface which is not directly supp...
by bennybubble
02 Feb 2016, 10:25
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 / Openhab challenges [solved]
Replies: 5
Views: 5451

Re: ESP-01 / Openhab challenges

Problem solved !

Had to change Contact to String in .items file, now working fine.
Also mosquitto_sub tool was a great help in debugging !

-ben
by bennybubble
01 Feb 2016, 08:22
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 / Openhab challenges [solved]
Replies: 5
Views: 5451

Re: ESP-01 / Openhab challenges

tozett wrote:i struggled about this, too.
maybe you put first a real switch on the GPIO, see if it sends via MQTT to openhab and than change to the PIR-sensor ?..
Thanks for your reply, tried with forcing it hi (+3.3v) and lo (0v), no luck...

-ben
by bennybubble
31 Jan 2016, 21:33
Forum: ESP Easy: Projects / Applications
Topic: ESP-01 / Openhab challenges [solved]
Replies: 5
Views: 5451

ESP-01 / Openhab challenges [solved]

Dear all, Recently I tried to connect some ESP-01 modules to connect to my Openhab 1.80. OpenHab is running fine with some (software) bindings like weather etc. Now it was time to connect some hardware and choose the ESP-01 with ESPEasy to control some stuff around the house. After some struggling (...