Search found 51 matches

by hvdwolf
11 Apr 2020, 11:27
Forum: ESP Easy: General Discussion
Topic: "Voting" for the most Easy controller!
Replies: 29
Views: 23298

Re: "Voting" for the most Easy controller!

I'm still using pimatic on frontend and on backend. It runs on an RPi4 (and for some years on an RPi3 and before that for some years on a BanaPi). There is no specific android/ios app, but it runs excellent in any browser. It has SSL so I can access it from the outside in a safe way. Development slo...
by hvdwolf
04 Apr 2020, 08:46
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456776

Re: RPIEasy

@enesbcs: (If you already used/tried this, then sorry for nagging) You currently use output = os.popen(self.taskdevicepluginconfig[val2]) Isn't it better to use something like: output = = subprocess.call(self.taskdevicepluginconfig[val2])) or if you want to check on the output (returned as a byte st...
by hvdwolf
03 Apr 2020, 20:15
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456776

Re: RPIEasy

Assuming that your python script has the execute bit set like chmod +x /home/pi/nukiPyBridgeOpen.py . Please add as first line in your python script #!/usr/bin/env python3 and then try with /home/pi/nukiPyBridgeOpen.py , so without the /usr/bin/python3 Or make the first line in your script #!/usr/bi...
by hvdwolf
03 Mar 2020, 16:00
Forum: ESP Easy: Projects / Applications
Topic: Android application
Replies: 67
Views: 77865

Re: Android application

Going to /Tools/log the logging info page shows an error: Error: Chrome4 is not supported! Please try a modern web browser. But afterwards the log itself is shown correctly. Most probably this is the standard webviewer on your device which is used by the Anroid app and which is indeed quite old bei...
by hvdwolf
20 Feb 2020, 12:09
Forum: ESP Easy: Software
Topic: MCP23017 - MQTT subscribe - MCP23017
Replies: 2
Views: 5433

Re: MCP23017 - MQTT subscribe - MCP23017

If you define an MQTT controller and assign your devices to that controller, the values of your devices will "automatically" been sent. You do not need a cmd or publish at all.
by hvdwolf
08 Feb 2020, 18:48
Forum: ESP Easy: Hardware
Topic: Display - OLED SSD1306 - no display at all
Replies: 9
Views: 14318

Re: Display - OLED SSD1306 - no display at all

And now I switched back to "Display - OLED SSD1306/SH1106 Framed" without having pins changed and the like, and it still works.

Great, but why???
by hvdwolf
08 Feb 2020, 18:44
Forum: ESP Easy: Hardware
Topic: Display - OLED SSD1306 - no display at all
Replies: 9
Views: 14318

Re: Display - OLED SSD1306 - no display at all

Life can be so simple.
It worked immediately.

Thanks a lot.
by hvdwolf
08 Feb 2020, 17:05
Forum: ESP Easy: Hardware
Topic: Display - OLED SSD1306 - no display at all
Replies: 9
Views: 14318

Display - OLED SSD1306 - no display at all

This is really a newbie question in this case. I just purchased an OLED SSD1306 for my thermostat project. However, I do not get any display. If I check the wiki OLEDDisplay , it mentions for the connection: LCD ESP-01 GND GND VCC VCC SDA GPIO 0 SCL GPIO 2 If I use the plugin inside the 20191208 and...
by hvdwolf
08 Feb 2020, 12:51
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25782

Re: Control ESPEasy-thermostat -> Rules problem

Well, I needed some more changes. In my first post you can see in Rules Set 1 that I have nested if commands. That is not allowed and therefore doesn't work (and was also overlooked by the gurus on this forum ;)), which I just discovered this weekend as it remained on weekday. Secondly, which is my ...
by hvdwolf
07 Feb 2020, 13:17
Forum: ESP Easy: General Discussion
Topic: Arduino ESP8266 Compile OK, but lose ESP afer reboot!
Replies: 9
Views: 9533

Re: Arduino ESP8266 Compile OK, but lose ESP afer reboot!

Please add your finding to the issue https://github.com/letscontrolit/ESPEasy/issues/2821

The issue is already closed so you can also open a new one and refer to the 2821 ticket
by hvdwolf
05 Feb 2020, 17:05
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25782

Re: Control ESPEasy-thermostat -> Rules problem

Unbelievable that I overlooked that for so long. :shock:

Thanks a lot. That did it.
by hvdwolf
05 Feb 2020, 13:39
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25782

Re: Control ESPEasy-thermostat -> Rules problem

I added the monitor,13 to the System#boot. When pimatic controls it, I see it changing. 2 snippets from the log: 211228: Command: gpio 211230: SW : GPIO 13 Set to 1 211318: SW : GPIO=13 State=1 Output value=1 211325: EVENT: ThermostatState#HeatingStatus=1.00 228385: Command: gpio 228387: SW : GPIO 1...
by hvdwolf
05 Feb 2020, 12:08
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25782

Re: Control ESPEasy-thermostat -> Rules problem

Thanks. But did you see my question in the last part? ;) Once that has been fixed I will post it as a project and attach the Android app for those who want to try it themselves. Everything works fine including my Android app, but for one very essential thing: the heating itself. on CheckOnOff if The...
by hvdwolf
05 Feb 2020, 11:25
Forum: ESP Easy: Software
Topic: Control ESPEasy-thermostat -> Rules problem
Replies: 34
Views: 25782

Control ESPEasy-thermostat -> Rules problem

I control my thermostat via an ESPEasy with a relais. This ESPEasy is controlled from Pimatic (could also be Domotics/OpenHAB/Home Assitant/etc.) with an extensive rule set which works really nice. However, during my wintersports holiday, the SD-card in my RapberryPi got corrupted -> No more thermos...
by hvdwolf
31 Jan 2020, 18:28
Forum: ESP Easy: General Discussion
Topic: Arduino ESP8266 Compile OK, but lose ESP afer reboot!
Replies: 9
Views: 9533

Re: Arduino ESP8266 Compile OK, but lose ESP afer reboot!

I can confirm this.
Even if I do a straight compile on either Ubuntu bionic or Windows 10 of the git repo, I have the same issue when setting the a fixed ip addres.
U use the latest atom/platformio on both platforms.
by hvdwolf
31 Jan 2020, 14:41
Forum: ESP Easy: General Discussion
Topic: how to get/read value of GPIO pin?
Replies: 1
Views: 4525

Re: how to get/read value of GPIO pin?

I am sorry. After about 4 hours trial and error, I found the solution myself in 20-30 minutes. I am now using a Switch input "Thermostaat" with value "Status" and created a rule: on Thermostaat#Status do TaskValueSet 2,4,"[Thermostaat#Status]" endon All works fine now.
by hvdwolf
31 Jan 2020, 13:34
Forum: ESP Easy: General Discussion
Topic: how to get/read value of GPIO pin?
Replies: 1
Views: 4525

how to get/read value of GPIO pin?

Maybe this is a simple question but I simply can't find it. Not here in the forum, not in the command reference wiki (not exact enough) and neither in the Rules turorial wiki. I created a dummy value that should reflect the status of a GPIO pin. And I want that done from internally on the ESPeasy. T...
by hvdwolf
29 Jan 2020, 14:28
Forum: ESP Easy: Software
Topic: Adding the "Pimatic RestApi" to the Mega 2.x build/source
Replies: 5
Views: 6133

Re: Adding the "Pimatic RestApi" to the Mega 2.x build/source

I am not succesful so far and I have no idea how to continue. When I flash my compiled version with the Pimatic RestApi, it flashes correct and starts correct. I can configure it the way I like with devices and controllers and all and reboot it and everything works fine. As soon as I configure and e...
by hvdwolf
27 Jan 2020, 07:44
Forum: ESP Easy: Software
Topic: Adding the "Pimatic RestApi" to the Mega 2.x build/source
Replies: 5
Views: 6133

Re: Adding the "Pimatic RestApi" to the Mega 2.x build/source

If (and if) it works, I will certainly make a pull request.
But I was not able to test it yet, so it is a bit too early.
by hvdwolf
26 Jan 2020, 17:11
Forum: ESP Easy: Software
Topic: Adding the "Pimatic RestApi" to the Mega 2.x build/source
Replies: 5
Views: 6133

Re: Adding the "Pimatic RestApi" to the Mega 2.x build/source

I redid the whole stuff and now it compiles without errors. That doesn't mean it works. Unfortunately I can only test in one of the coming days.

I case anyone wants to check my code, please have a look at my forked repo: https://github.com/hvdwolf/ESPEasy
by hvdwolf
25 Jan 2020, 20:22
Forum: ESP Easy: Software
Topic: Adding the "Pimatic RestApi" to the Mega 2.x build/source
Replies: 5
Views: 6133

Adding the "Pimatic RestApi" to the Mega 2.x build/source

Hi, After being helped with my question about curl/http , I was "advised" to upgrade to one of the latest versions. So I downloaded the 20190225 version, which is supposed to be the stable version (If I'm correct), and I git downloaded the mega branch. As I am using Pimatic as domotica sys...
by hvdwolf
20 Jan 2020, 22:49
Forum: ESP Easy: General Discussion
Topic: Using curl/http to read a value of a ds18b20
Replies: 5
Views: 6904

Re: Using curl/http to read a value of a ds18b20

Thanks a lot. Yes, I'm still running the r147 version with a minor patch of my own. Those nodemcus with this version are so extremely stable that I never upgraded. I have 3 of them which keep on running without issues. But I will now take a look at the new versions as I now wanted to change some thi...
by hvdwolf
20 Jan 2020, 19:58
Forum: ESP Easy: General Discussion
Topic: Using curl/http to read a value of a ds18b20
Replies: 5
Views: 6904

Re: Using curl/http to read a value of a ds18b20

Use the json endpoint? Thanks for pointing me to the json endpoint. I searched in the forum and found references to javascript code, but I can't completely reproduce it for curl/script use. Using curl I do curl --silent http://192.168.178.246/json {"System":{ "Build": 147, "...
by hvdwolf
20 Jan 2020, 16:16
Forum: ESP Easy: General Discussion
Topic: Using curl/http to read a value of a ds18b20
Replies: 5
Views: 6904

Using curl/http to read a value of a ds18b20

Hi, I have a ds18b20 on my Nodemcu on GPIO pin 2 to read the temperature and a relais on pin 15 to switch the heating on/off. The Esp Easy "website" simply shows me the right temperature. I want to read/set the values from my linux server as well. For reading the status of the on/off GPIO ...
by hvdwolf
02 Dec 2016, 16:04
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 184919

Re: Feature Request collection/list

Flexible programmable deep sleep possible? (This is a rewrite of another post, which I now deleted, as I had not seen this collection list) what I would like is the following: deep sleep from 07:00-23:00, active from 23:00 to 07:00 (of course time frame adjustable). I want to use this for a PIR mot...
by hvdwolf
27 Nov 2016, 21:04
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

No. I just updated 2 of my Esps via OTA (after a trial update via OTA on a spare Esp).
Sorry I can't help you but at least it is not reproducable.
by hvdwolf
27 Nov 2016, 09:39
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

- Stable webgui/ICMP ping: YES / no packet loss - ESP Hardware: 2x Nodemcu 1.0, 2X Nodemcu 0.9 - Firmware used: 146 - Stock binary image or custom: Custom compiled with Pimatic REST-API _C022.ino and my own WebServer.ino patch for uptime display (like: Uptime: 2 days 21 hours 18 minutes) - Controlle...
by hvdwolf
23 Nov 2016, 08:40
Forum: ESP Easy: General Discussion
Topic: Relais Problem
Replies: 11
Views: 11569

Re: Relais Problem

Yes there is http://<ESP IP address>/control?cmd=GPIO,<pin>,0 http://<ESP IP address>/control?cmd=GPIO,<pin>,1 The first one is the off command (sets pin to low/off), the second is the on command (sets pint to high/on)[/i] Edit: Sorry. wrong answer. The pulse sets the pin high for a specific amount...
by hvdwolf
16 Nov 2016, 20:19
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

@mans-h : I did not even know it defaults to an existing ntp server, but what happens if you use nl.pool.ntp.org ?
I have that in all my ESPs.

Edit: You are right about the default. It is here.
by hvdwolf
16 Nov 2016, 18:17
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

Your last screen capture displays to use NTP but doesn't show an NTP server address (or pool). Did you forget this or is this part of the problem? I can imagine that when you use DHCP you simply get the time from your router. However, if you specify a static ip you need to give an NTP server (or pool)
by hvdwolf
14 Nov 2016, 13:46
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

Out of curiosity and to know what we are testing.
@martinus: How are the RCs built? As "bare bones" EspEasy repository only builds? or with all ESPEasyPluginPlayground plugins? or with a selected set of extra plugins?
by hvdwolf
07 Nov 2016, 22:32
Forum: ESP Easy: General Discussion
Topic: one-ESP node command does not work
Replies: 10
Views: 7172

Re: one-ESP node command does not work

You are very stubborn. First read the wiki (http://www.letscontrolit.com/wiki/index.php/Tutorial_Rules) and then search this forum. You can't send a message to yourself. I had not looked at that as I could not imagine you would try that. Edit: As far as I know the UDP protocol does not even allow th...
by hvdwolf
07 Nov 2016, 18:30
Forum: ESP Easy: General Discussion
Topic: one-ESP node command does not work
Replies: 10
Views: 7172

Re: one-ESP node command does not work

In the wiki it says "SendTo" while you have "sendto".
Did you try whether the command is case sensitive?
The rules section also uses case-sensitive commands.
by hvdwolf
07 Nov 2016, 10:07
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

tozett wrote:
Martinus wrote:Current status:
  • Bug #10 OPEN : Intermittent issue getting NTP time during boot - maybe fixed in R142, need feedback...

I gave some Feedback Here before. Didn't this help?
And so did I
by hvdwolf
06 Nov 2016, 22:15
Forum: ESP Easy: Software
Topic: [Solved] Making Nodelist visible
Replies: 3
Views: 3000

Re: [Solved] Making Nodelist visible

And do not forget to give each esp its own unit number. They are default all 0.
by hvdwolf
06 Nov 2016, 19:42
Forum: ESP Easy: General Discussion
Topic: Relais Problem
Replies: 11
Views: 11569

Re: Relais Problem

I forgot something: You can use the pulse command.

http://www.letscontrolit.com/wiki/index.php/GPIO
by hvdwolf
06 Nov 2016, 19:16
Forum: ESP Easy: General Discussion
Topic: Relais Problem
Replies: 11
Views: 11569

Re: Relais Problem

A late reaction as I hoped someone else more experienced would have reacted. To start with: if you switch on the relay it will stay on until you switch it off again. So my guess: As you want to be very precise in how long you wantthe relais to be switched on I would not access the relay directly in ...
by hvdwolf
06 Nov 2016, 17:27
Forum: ESP Easy: General Discussion
Topic: Opentherm via Esp Easy?
Replies: 0
Views: 2386

Opentherm via Esp Easy?

I did see the various hobby projects where people connected an esp8266 to an OTGW. I assume it can be done by connecting it to the RX and TX port of the nodemcu. I also some some topics related to OTGW on this forum. However, the posts were not really concrete in description and I'm not the type of ...
by hvdwolf
06 Nov 2016, 15:12
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

Current status: Bug #13 NEW : IP display errors - Unable to reproduce... I'm very sorry for the confusion. I was already debugging and our mails crossed. As mentioned: It was my own fault. If I remove my code for displaying the time it works again. Beats me for now, but I will have a look. Edit: Fo...
by hvdwolf
06 Nov 2016, 14:02
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

So far the it works OK for me, however I work with self compiled versions from the github. I had a couple of versions of the 142 and now the 143 (so slightly off topic). However, in all versions (I have a couple nodemcus running on those several versions), the ip address is not correct. It displays...
by hvdwolf
27 Oct 2016, 18:34
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119123

Re: ESP Easy next stable... (release candidates)

Current status: Bug #10 OPEN : Intermittent issue getting NTP time during boot - maybe fixed in R142, need feedback... I flashed github 142 on a spare nodemcu 0.9 and rebooted now at least 15 times. Everything is fine! settings: Ntp ->check NTP host name: -> nl.pool.ntp.org Timezone Offset: (Minute...
by hvdwolf
24 Oct 2016, 19:50
Forum: ESP Easy: Software
Topic: Feature Request: SendViaPlugin like SendToHTTP?
Replies: 0
Views: 1537

Feature Request: SendViaPlugin like SendToHTTP?

Currently there is the "SendToHTTP" command in the rules section. Personally I also would welcome something like a "SendViaPlugin". This would enable you to send "something" from the Rules via the (C)Plugin using the protocol that you configured in the Config section. A...
by hvdwolf
24 Oct 2016, 19:34
Forum: ESP Easy: Software
Topic: ESP Easy Github pull requests
Replies: 13
Views: 21943

Re: ESP Easy Github pull requests

Sorry. Hadn't seen this message. Do you want me to remove my pull request?

Edit: I already closed it. I will deliver a new one.
by hvdwolf
23 Oct 2016, 22:53
Forum: ESP Easy: General Discussion
Topic: feature request: Uptime in days : hours : minutes only on the web page
Replies: 5
Views: 4921

Re: feature request: Uptime in days : hours : minutes

And by the way: It is only on the webpage! The time as used by Misc.ino and ESPEasy.ino for the log and as sysinfo device is still in minutes. So whatever system you use: domoticz, pimatic, some MQTT, etc. , you will still get minutes. I didn't change that on purpose as it would change the interface...
by hvdwolf
23 Oct 2016, 20:50
Forum: ESP Easy: General Discussion
Topic: feature request: Uptime in days : hours : minutes only on the web page
Replies: 5
Views: 4921

Re: feature request: Uptime in days : hours : minutes

hmm not sure about wanting this as a default option .... maybe an option. It is easy to work with minutes for both reporting and passing data onto something like domoticz not to mention using 1 unit in rules. Did you check what the extra load is with your code enabled? This might be a cosmetic chan...
by hvdwolf
22 Oct 2016, 19:45
Forum: ESP Easy: General Discussion
Topic: feature request: Uptime in days : hours : minutes only on the web page
Replies: 5
Views: 4921

Re: feature request: Uptime in days : hours : minutes

After all I wrote a patch myself and I have it now in test which does what I want. I let it run for 24+ hours to see how it behaves and then I will do a pull request.
by hvdwolf
21 Oct 2016, 22:24
Forum: ESP Easy: General Discussion
Topic: Relais Problem
Replies: 11
Views: 11569

Re: Relais Problem

It sounds as if you configured a device in EspEasy as input switch. That even gives strange effects with your relais (trust me. I had the same). Simply remove that switch device from Esp Easy and control your gpio pin from your domoticz frontend via the gpio 0/1 command. No device needed on the EspE...
by hvdwolf
21 Oct 2016, 21:36
Forum: ESP Easy: General Discussion
Topic: feature request: Uptime in days : hours : minutes only on the web page
Replies: 5
Views: 4921

feature request: Uptime in days : hours : minutes only on the web page

Currently the uptime on the Main webpage is in minutes. With an Esp Easy up for multiple days this becomes an "unreadable" number. I found a reference to uptime in Misc.ino , and in webserver.ino I would like to have this uptime in days : hours : minutes (or days / hours / minutes or whate...
by hvdwolf
18 Jun 2016, 09:46
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36947

Re: HC-SR501 PIR issue's

now with unshielded 1½ meter wires. That`s why it works, the cable doesn´t have to be shielded, but you need a certain distance between ESP and PIR Most critical, in my experience, is if the PIR sits in front of the ESP No, that's why I mentioned: I now connected the PIR data wire to GPIO14 (~D5) a...
by hvdwolf
17 Jun 2016, 20:21
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 36947

Re: HC-SR501 PIR issue's

(Was a week on holiday) Please read this article . It describes how to use the PIR sensor on 3.3V without soldering. I already did that on my arduino pro mini but used the 5V on my nodemcu (well, actually: I tried to use 5V but that didn't work). I now connected the PIR data wire to GPIO14 (~D5) and...