Search found 12 matches

by linker3000
07 Apr 2019, 17:37
Forum: ESP Easy: General Discussion
Topic: Flashed device - lost admin password
Replies: 2
Views: 2636

Re: Flashed device - lost admin password

Maybe I was unlucky - I have just repeated the exercise with another, identical, unit that was on the same firmware and it worked fine.
by linker3000
07 Apr 2019, 17:22
Forum: ESP Easy: General Discussion
Topic: Flashed device - lost admin password
Replies: 2
Views: 2636

Flashed device - lost admin password

Hi, I've just done an OTA upgrade from a Mega January build to mega-20190406. The update worked OK, except that the Web admin password was then refused. I tried the default - same problem. I fixed this by removing the Wemos D1 mini from its relay control box and changing the password back to what it...
by linker3000
14 Jul 2018, 16:44
Forum: RFLink: Development and announcements
Topic: RFLink Wifi ESP
Replies: 8
Views: 29800

Re: RFLink Wifi ESP

Have a look at this ESP8266 project:

https://github.com/Phileep/rflink-to-mqtt
by linker3000
02 Jan 2018, 18:10
Forum: ESP Easy: Hardware
Topic: ESP EASY LCD MQTT
Replies: 4
Views: 6236

Re: ESP EASY LCD MQTT

Thanks - saved me a bit of time working it out!

PS: For a 128x32 OLED display, I downloaded and compiled the Mega V2 branch today. In this code/config, the display XY origin is 1,1 and not 0,0.
by linker3000
02 Jan 2018, 16:39
Forum: ESP Easy: General Discussion
Topic: Platformio broken?
Replies: 2
Views: 3287

Re: Platformio broken?

I updated a Win 10 installation of PlatformIO yesterday without issues. Today I did the same on a different machine running Debian 9, and did get the message "C/C++ project index rebuild failed". but after a few more updates and restarts everything seemed OK and I was able to compile the l...
by linker3000
30 Dec 2017, 19:10
Forum: ESP Easy: Hardware
Topic: wide OLED
Replies: 4
Views: 5058

Re: wide OLED

This is the same OLED panel you get on the "TTGO ESP8266 0.91 Inch OLED", which is an ESP8266-based board with integrated display. https://www.banggood.com/Wemos-TTGO-ESP8266-0_91-Inch-OLED-For-Arduino-Nodemcu-p-1205904.html?cur_warehouse=CN Code example: http://simplestuffmatters.com/?p=6...
by linker3000
19 Aug 2017, 12:33
Forum: RFLink: Hardware Related discussions
Topic: Daniu Outdoor sensor (Alecto V4 protocol) - decoding temperature
Replies: 0
Views: 2997

Daniu Outdoor sensor (Alecto V4 protocol) - decoding temperature

Hi, I have a Daniu outdoor weather sensor that returns data in Alecto V4 format according to rflink: 20;C8;Alecto V4;ID=5be8;TEMP=00c0;HUM=68; Humidity is returned as a straight decimal integer, but temp is a hex number which corresponds to my current temp * 10, but can anyone confirm the full encod...
by linker3000
14 Jun 2017, 08:14
Forum: RFLink: Hardware Related discussions
Topic: RX and Tx module - using FETS to control power
Replies: 0
Views: 2255

RX and Tx module - using FETS to control power

Hi, I am building an RFlink interface on an Arduino Mega prototyping board. I will be using an RXB6 receiver module and XD-FST FS1000A transmitter. I was wondering whether anyone had tried controlling the power to these devices via a FET switch to the 5V line rather than directly from the I/O pins; ...
by linker3000
27 May 2017, 19:40
Forum: ESP Easy: Software
Topic: RGBWW Plugin development questions
Replies: 28
Views: 25395

Re: RGBWW Plugin development questions

Is it possible to send MQTT messages to control the RGB functionality? I so, may I have an example of how to set this up (topic and payload syntax).

Thanks
by linker3000
22 May 2017, 21:50
Forum: RFLink: Unsupported devices
Topic: Digoo DG-R8S Weather Station Sensor
Replies: 3
Views: 6016

Digoo DG-R8S Weather Station Sensor

https://www.banggood.com/Digoo-DG-R8S-433MHz-Wireless-Digital-Hygrometer-Thermometer-Weather-Station-Remote-Sensor-p-1139603.html?rmmds=detail-left-hotproducts Does anyone have any experience of this unit and can confirm whether it's usable with RFLink? One comment on the above page implies it works...
by linker3000
20 May 2017, 16:01
Forum: ESP Easy: Software
Topic: Rules for an autonomous switch for a relay
Replies: 1
Views: 2322

Rules for an autonomous switch for a relay

Hi, I have a Wemos D1 mini running V1.20 with a relay board attached and also a push button (momentary) switch. Everything is controlled via Node-Red and works as expected, but I wanted to add a rule so that the local button flips the state of the relay and publishes a relevant message so the unit c...
by linker3000
08 May 2017, 22:55
Forum: ESP Easy: Hardware
Topic: DHT plugin code change needed?
Replies: 1
Views: 2150

DHT plugin code change needed?

Edit: 10-May-2017: Fixed via github: https://github.com/letscontrolit/ESPEasy/pull/285 I was playing with a DHT11 sensor module and ESP Easy 147RC8 on a Wemos D1 mini, with Mosquitto & Node-Red. I was getting about 5% NaN readings for temperature and humidity so I did a bit of research and came ...