Search found 161 matches

by moelski
11 Oct 2016, 07:11
Forum: ESP Easy: General Discussion
Topic: Sending data to controller
Replies: 9
Views: 7528

Re: Sending data to controller

Hi ! I think you have done something wrong here 8-) Your thermostat/timer should update the uservar. Take a look in the _P005_DHT.ino for example ... You will find a section like this: UserVar[event->BaseVarIndex] = NAN; UserVar[event->BaseVarIndex + 1] = NAN; There you have to place your variables....
by moelski
11 Oct 2016, 07:02
Forum: ESP Easy: Software
Topic: Flashing nodeMCU
Replies: 4
Views: 4100

Re: Flashing nodeMCU

Hi !
MCP23107
That is an I2C device. So you have to connect it to GPIO 4 /5 and communicate via I2C.
Look at the plugin in espeasy. It´s done there ;)
by moelski
10 Oct 2016, 18:25
Forum: ESP Easy: General Discussion
Topic: Sending data to controller
Replies: 9
Views: 7528

Re: Sending data to controller

Hi !

Maybe some code would be helpful ;)

And for me it´s not clear what you are doing ...
Are you writing a new controller plugin or a normal Input/Output plugin?
by moelski
10 Oct 2016, 07:34
Forum: ESP Easy: General Discussion
Topic: OTA deployment
Replies: 2
Views: 4225

Re: OTA deployment

Hi ! Since the devs wan´t to be able to support the old 512kb modules I think there is no room for such a feature. Read here: http://www.esp8266.nu/forum/viewtopic.php?f=6&t=2107 But hey, take the sources from Github, add the OTA feature, compile and flash. I think taht should not be so complica...
by moelski
10 Oct 2016, 07:31
Forum: ESP Easy: Software
Topic: Flashing nodeMCU
Replies: 4
Views: 4100

Re: Flashing nodeMCU

Hi ! I'm trying to control a relay board with my gpio outs (used GPIO4,5,12,13,14,3,1,9) Are all of these pins are connected to control relais? If so I think you should disconnect them first, flash ESPEasy and configure ESPEasy. And maybe you have IO problems: 4 / 5 -> is default used by I2C. 1 -> i...
by moelski
10 Oct 2016, 07:26
Forum: ESP Easy: Software
Topic: ESP Easy development strategy
Replies: 6
Views: 5659

ESP Easy development strategy

Hi Martinus, first of all .. I worked with the latest releases a long time now (while developing plugins) and for me it´s really stable. Didn´t find any serious bugs (only my own :D ). But since this release reaches a "critical" point let me write done my thoughts / solutions about this: r...
by moelski
09 Oct 2016, 16:09
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

what I meant here was that I wanted to know the reason why not use the output plugin way I told you why ... ;) But the problem is that you have to check all the configured sensors when you wan´t to write a value to the SD card. And you can´t use the default sensor delays in an output - because they...
by moelski
09 Oct 2016, 15:26
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

So if I understand correctly from the code, you may either send data to some server or write them to SD card but not both at the same time? Correct. This is a controller plugin. So you can use it like MQTT or FHEM. Nut as per default ESPEasy can handle only one controller at a time. I guess there i...
by moelski
09 Oct 2016, 08:54
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

Hi !

I added a pull request for the new controller.
https://github.com/ESP8266nu/ESPEasy/pull/83

Let´s see if it is ok for the devs :ugeek:
by moelski
08 Oct 2016, 20:57
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

Hi @all,

I have just finished the Controller. It was more work then i expected before :roll:
Anyway it´s done and now I will do some tests this night.

Can upload it tomorrow here as code or I place a pull request in the ESPEasy repo. :ugeek:
by moelski
07 Oct 2016, 06:38
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

maybe file save or sendto.... great idea 8-) But first let me finish the "normal" SD Card writing. I think it will be done this weekend. And then I thought it could be cool to have a very small kind of file browser. With a limited set of options: * single file delete * File download * Fil...
by moelski
06 Oct 2016, 05:33
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

Work in progress ;)

I just want to show you the settings page for the SD Carc Controller Plugin.
Now there are some file handling and IF conditions left to be coded :P

If you have any missing additions please let me know ...
by moelski
05 Oct 2016, 07:38
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Re: Logging Data to an SD card

Hi Stefan,
I can add the code as soon as I have finished it.
What you see here in the post was the first working example ;)
So I need to implement some settings and then you can give it a try.

Oh and you need the R134 from GIT because it includes the basic SPI configuration / Init.
by moelski
04 Oct 2016, 07:13
Forum: ESP Easy: General Discussion
Topic: Can't load config webpage after connecting
Replies: 1
Views: 2856

Re: Can't load config webpage after connecting

Hi !

Connect to your network, delete the SSID in the configuration and submit the changes, move the device to your friend and you should see the Access Point from the ESP for setting up the correct Wifi network ...
by moelski
03 Oct 2016, 20:45
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21188

Logging Data to an SD card

Hi @all, today I want to show you my latest developement with / for ESPEasy ... You may have noticed that I have done a new plugin for the SPI adapter MAX6675 / MAX31855. After I finished the plugin I thought it could be nice to add a SD card interface since it uses also the SPI interface. ;) After ...
by moelski
03 Oct 2016, 18:22
Forum: ESP Easy: General Discussion
Topic: (simple) Enhancement for GPIOs in WebUI
Replies: 8
Views: 8484

Re: (simple) Enhancement for GPIOs in WebUI

Hi martinus,

I´ve created a pull request for this "Feature".
Having the digital pin number would be a first step 8-)
by moelski
03 Oct 2016, 08:20
Forum: ESP Easy: General Discussion
Topic: (simple) Enhancement for GPIOs in WebUI
Replies: 8
Views: 8484

(simple) Enhancement for GPIOs in WebUI

Hi devs, most of the time I use a NodeMCU board and sometimes a ESP-12F D1 Mini. These boards are not labled with GPIO numbers - they use the digital Pin number. And when you open the dropdown box in ESPEasy you get GPIO. :? So I alsways have some pinout maps in my Onenote for comparison. Not that f...
by moelski
03 Oct 2016, 07:32
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi @all, I´ver just uploaded an updated version of the Plugin with these changes: Added Max31855 calculation for negative values Added some Links and Information for ChipSelect (CS) https://github.com/ESP8266nu/ESPEasyPluginPlayground/blob/master/_P120_Thermocouple.ino How about adding a fan control...
by moelski
02 Oct 2016, 10:44
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 30838

Re: Speaker function ?

Hi tozett !
can it go into the main development branch?
(or someone good in coding make a plugin? moelski? :mrgreen: )
Working on my Candle Plugin ;)

But this is more an Actor and not a Sensor ...
But anyway ... Making a stand alone "tone" plugin should be straight forward ...
by moelski
01 Oct 2016, 06:57
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 30838

Re: Speaker function ?

Hi Marteln,
I add some code to _P001_Switch
can you share the code ?
by moelski
30 Sep 2016, 15:53
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18663

Re: Use SPIFFS for funny stuff - JavaScript as an example

Hi !

Would be worth trying it - espacially for my WLAN-Candle.
It would increase the WAF (woman acceptance factor) :D

Can you send me some demo stuff for first test?

Dominik
by moelski
30 Sep 2016, 13:18
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi Drum, I see a new way to monitor my smoker and grill Well the plugin was inspired by rippchen and he want´s to do the same :D by the way ... The temperature was very precise. My oven was at 115 and the readings swing around this value (given by heating / cooling phases). Also what looks like an i...
by moelski
30 Sep 2016, 12:55
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18663

Re: Use SPIFFS for funny stuff - JavaScript as an example

i loaded up stylesheet and fonts to use bootstrap, makes easy to have shiny web-gui. How long did it take to load a HTML page with bootstrap stuff? I figured out that loading from spiffs is not really fast. So having a full blown Framework could be a little bit overwhelming für SPIFFS? may there is...
by moelski
30 Sep 2016, 08:14
Forum: ESP Easy: Hardware
Topic: Thermocouple or thermistor support // BBQ // advice needed
Replies: 10
Views: 12243

Re: Thermocouple or thermistor support // BBQ // advice needed

Hi !

It´s an old thread, but I´ve added thermocouple support in the Playground:
https://github.com/ESP8266nu/ESPEasyPlu ... couple.ino

Dominik
by moelski
29 Sep 2016, 20:30
Forum: ESP Easy: Software
Topic: Use SPIFFS for funny stuff - JavaScript as an example
Replies: 10
Views: 18663

Use SPIFFS for funny stuff - JavaScript as an example

Hi @all, tozett asked if I can post some notes about the way I´m using SPIFFS in my WLAN Candle project. Ok here it is - and I know it´s still a little bit "rough" but works like a charme 8-) Ok let my explain my first thoughts about this ... For my candle I need a color picker to choose t...
by moelski
29 Sep 2016, 20:09
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi @all,

just want to let you know that the first long time test (3,5 hours) was successful.
I monitored my oven temperature while making some rips :D

I used a Thermocouple with a MAX6675.

But see the pictures ;)

Dominik
by moelski
29 Sep 2016, 13:27
Forum: ESP Easy: Software
Topic: SPIFFS - Rich Webgui is possible
Replies: 4
Views: 4114

Re: SPIFFS - Rich Webgui is possible

Hi !
As for SPIFFS in general: I think that would mean forking ESPEasy into a completely different version for modules with >= 4MB Flash.
Why? You can have 3MB SPIFFS space on a normal ESP12 type.

For small projects thats more than enough I think.

Dominik
by moelski
29 Sep 2016, 10:50
Forum: ESP Easy: Software
Topic: More than one generic HTTP server IP possible?
Replies: 6
Views: 5124

Re: More than one generic HTTP server IP possible?

Could also be possible to write a new Controller which sends data to two destinations ...
by moelski
28 Sep 2016, 21:08
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi @all, the new Plugin is available on Github Plugin Playground: https://github.com/ESP8266nu/ESPEasyPluginPlayground/blob/master/_P120_Thermocouple.ino Using the MAX6675 works for me. Using the MAX31855 is experimental 8-) I don´t have such a board at the moment. So it´s only implemented on the da...
by moelski
28 Sep 2016, 20:52
Forum: ESP Easy: General Discussion
Topic: How to publish something to Github?
Replies: 6
Views: 5531

Re: How to publish something to Github?

Hi !

I´ve created a new file and made a Pull Request for the file:
https://github.com/ESP8266nu/ESPEasyPlu ... nd/pull/12

Hope that´s the correct way of doing :roll:

Dominik
by moelski
28 Sep 2016, 12:34
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27045

Re: Some advise for compiling last releases?

Hi ! any chance to see your SPIFFS code from this project? Well I think this get´s a little bit offtopic :roll: But for sure I can show my code for that. But let me prepare a useable demo (or just finish my Candle Output ;) ). In general you have to enhance the Webserver addHeader Funktion with your...
by moelski
28 Sep 2016, 12:29
Forum: ESP Easy: General Discussion
Topic: How to publish something to Github?
Replies: 6
Views: 5531

Re: How to publish something to Github?

thx nonflammable !

In the meantime I got my Github account and did some "Hello World" Repo Tests :)
I think I got it ;)

Thx for your help !!

Dominik
by moelski
27 Sep 2016, 22:33
Forum: ESP Easy: General Discussion
Topic: How to publish something to Github?
Replies: 6
Views: 5531

Re: How to publish something to Github?

Hi !

And after the first upload I can update the file with a new version?

Dominik
by moelski
27 Sep 2016, 22:24
Forum: ESP Easy: General Discussion
Topic: How to publish something to Github?
Replies: 6
Views: 5531

How to publish something to Github?

Hi ! Since I get my module for MAX6675 and MAX31855 working I would like to share it on Github. Can anyone tell me how to publish my code to the PluginPlayground? I have never worked with git before. I have only experiance with SVN. So if anyone can give some advice it would be really appreciated. r...
by moelski
27 Sep 2016, 22:20
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi rippchen, just finished the code for the MAX6675. It uses the hardware SPI feature of the ESP8266. So you can´t use the ESP modules with limited GPIO like theESP-01. As soon as I got a MAX 31855 I will implement the reading for that, too. Attached are some pictures from my tests. Regards Dominik
by moelski
25 Sep 2016, 19:13
Forum: ESP Easy: Hardware
Topic: New ESP Device found - ESP8266 WiFi Relay V3.1
Replies: 3
Views: 5847

New ESP Device found - ESP8266 WiFi Relay V3.1

Hi @all, I´m not sure if anyone else found this but today I stumble over the " ESP8266 WiFi Relay V3.1 " on ebay.de: http://www.ebay.de/itm/302065993872 And after a short search with google I found the original vendor: https://ex-store.de/ESP8266-WiFi-Relay-V31 What´s special about this de...
by moelski
25 Sep 2016, 12:44
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 49210

Re: K-Type / MAX6675 build in

Hi rippchen,

just ordered my Modul from ebay.
I think there should be first results at the end of next week. 8-)

And if it´s working I try to bring it to the GIT repo ...

Dominik
by moelski
24 Sep 2016, 13:07
Forum: ESP Easy: Software
Topic: R131 - HC-SR04 crashes after some time
Replies: 5
Views: 3085

Re: R131 - HC-SR04 crashes after some time

Hi !

Just a small feedback ... Until now it works really nice.
No more crashes :)

Thx a lot for your support !

Dominik
by moelski
24 Sep 2016, 11:11
Forum: ESP Easy: Software
Topic: R131 - HC-SR04 crashes after some time
Replies: 5
Views: 3085

Re: R131 - HC-SR04 crashes after some time

Hi,

Thx for the really quick fix.
I will give it a try later.

Dominik
by moelski
24 Sep 2016, 08:59
Forum: ESP Easy: Software
Topic: R131 - HC-SR04 crashes after some time
Replies: 5
Views: 3085

Re: R131 - HC-SR04 crashes after some time

Ok a new test with R120 ... Now I got a crash here, too (SPIFFS disabled): Fatal exception 0(IllegalInstructionCause): epc1=0x40203178, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000 Exception (0): epc1=0x40203178 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x000...
by moelski
24 Sep 2016, 08:55
Forum: ESP Easy: Software
Topic: R131 - HC-SR04 crashes after some time
Replies: 5
Views: 3085

Re: R131 - HC-SR04 crashes after some time

Hi again ... Some additional tests ... R120 without SPIFFS works for 30 minutes without a crash. So that could be ok. But using R131 without SPIFFS results in a new crash: Exception (0): epc1=0x40202fc0 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000 ctx: sys sp: 3ffffc60 end: 3f...
by moelski
24 Sep 2016, 07:39
Forum: ESP Easy: Software
Topic: R131 - HC-SR04 crashes after some time
Replies: 5
Views: 3085

R131 - HC-SR04 crashes after some time

Hi @all, today I wanted to test the HC-SR04 (R131 from Git). But after some time the ESP crashes and I get a call stack: Fatal exception 0(IllegalInstructionCause): epc1=0x40207910, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000 Exception (0): epc1=0x40207910 epc2=0x00000000 ...
by moelski
19 Sep 2016, 09:39
Forum: ESP Easy: General Discussion
Topic: Support for latest Arduino IDE?
Replies: 7
Views: 8918

Re: Support for latest Arduino IDE?

Hi !

I had similar issues. After downloading the sources vom GIT again it worked ...

Dominik
by moelski
19 Sep 2016, 08:43
Forum: Introduce yourself
Topic: Good Evening from Germany (Bielefeld)
Replies: 1
Views: 2542

Re: Good Evening from Germany (Bielefeld)

Hi Thomas,

I´m not far awaqy from you - located in Paderborn / Bad Wünnenberg :)
center device is planned with a Raspberry Pi running FHEM
That is my running setup, too :roll:
by moelski
19 Sep 2016, 04:30
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27045

Re: Some advise for compiling last releases?

Hi ! Which option should i choose for compiling the firmware sketch for ESP-01 1M (black) and also for ESP-07 and ESP-12 4M (1M or 3M SPIFFS)? That depends on your needs ;) Personally I use an ESP12E (nodemcu 1.0) which has 4MB of flash. And I use 3MB für SPIFFS. That means you have 1MB left for the...
by moelski
18 Sep 2016, 08:42
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27045

Re: Some advise for compiling last releases?

Hi ! Just a small note about SPIFFS here. I build R131 with SPIFFS enabled. Works like a charm :ugeek: Thx for fixing that !! And it seems to be very easy to get my "RGB-lamp" project setup ... Attached two first test screens ;) Loading javascript from a webpage is also no problem for SPIF...
by moelski
15 Sep 2016, 08:37
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27045

Re: Some advise for compiling last releases?

Hi ! there may be slightly different use-cases for the espeasy. Correct :) In my case I like to use ESPEsay as an actor. I know that is not the main purpose of ESPEasy, but I hope/think it will work. I´d like to controll my self build living room light with ESPEasy. That lamp uses RGP stripes (WS281...
by moelski
12 Sep 2016, 12:57
Forum: ESP Easy: General Discussion
Topic: Support for latest Arduino IDE?
Replies: 7
Views: 8918

Re: Support for latest Arduino IDE?

Hi !
So a beginner in ESPEasy who is not capable of installing an older Arduino IDE version on a P.C. will probably also never succeed in installing the firmware on the ESP :roll:
That meight be true :D