Search found 4 matches

by elmicha
27 Mar 2018, 22:08
Forum: ESP Easy: Projects / Applications
Topic: how to make an ESP easy MQTT Oled Info display???
Replies: 5
Views: 5760

Re: how to make an ESP easy MQTT Oled Info display???

I you have already a Raspberry Pi, you can install Node-RED. Then you can make "a flow" that reads MQTT messages, manipulates them, and sends them out with another topic.
by elmicha
29 Oct 2017, 14:14
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 192021

Re: H801 : RGB controller based on ESP8266 avalaible from China

Edit : I got it to build by moving those methods to the top of the _P105_RGBW.ino file, but that's obviously a hack. If someone could explain what simple thing I must be missing here, I'd really appreciate it. It also works if we just declare these functions before the Plugin_105() function: void P...
by elmicha
14 Oct 2017, 20:51
Forum: ESP Easy: Software
Topic: 433 MHz wireless socket with ESPeasy
Replies: 1
Views: 2533

Re: 433 MHz wireless socket with ESPeasy

Yes, it might work. I had better luck with the _P144_RC-Switch-TX.ino , though. To use it, copy it to the src directory, then compile it. If you get an error message that it can't find the rc-switch library, download the rc-switch library and put it in the lib directory. If you get an error message ...
by elmicha
30 Sep 2017, 20:22
Forum: Experimental
Topic: EspEasy restore config.dat rules1.txt using script
Replies: 5
Views: 14609

Re: EspEasy restore config.dat rules1.txt using script

You can upload files using curl:

Code: Select all

curl --form "file=@rules1.txt" http://esp_easy_1/upload