Search found 500 matches

by costo
31 Aug 2016, 13:40
Forum: RFLink: Nederlands support forum
Topic: 433 signaal verzenden
Replies: 18
Views: 11919

Re: 433 signaal verzenden

Het werkt ongeveer zo:

1) Het signaal wordt door RFLink herkend en gedecodeerd.

2) Nu kan RFLink een code uitzenden d.m.v. de naam van het herkende protocol gecombineerd met een ID en een aktie


Als stap 1 nog niet is gedaan kun je stap 2 dus niet maken.
by costo
31 Aug 2016, 11:07
Forum: RFLink: Unsupported devices
Topic: Solved: Digoo RC-13 Smart RF Cotroller - Now Working Using RFFind
Replies: 21
Views: 19371

Re: Digoo RC-13 Smart RF Cotroller

My guess this chip is the EV1527 encoder. It has a 20 bit unique ID, the first 20 bits and the last 4 bits encode 4 keys or 16 possibe codes.
by costo
31 Aug 2016, 10:50
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 37951

Re: Support for ESP32 planned?

I think it is not on the developer(s) of ESPEasy to make support for the ESP32.

ESP's working in the Arduino IDE are the work of 'Igrr' found at https://github.com/esp8266/Arduino
by costo
31 Aug 2016, 10:33
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 26983

Re: Some advise for compiling last releases?

For me it works with these libraries and IDE 1.6.5: ArduinoJson (version ArduinoJson-v5.6.4 https://github.com/bblanchon/ArduinoJson) IRremoteESP8266 (https://github.com/sebastienwarin/IRremoteESP8266) LiquidCrystal_I2C (https://github.com/marcoschwartz/LiquidCrystal_I2C) PubSubClient (https://githu...
by costo
23 Aug 2016, 13:02
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 173051

Re: OLED Scrolling Display

@ jsilver

Try to remove some plugins you do not use, so you have more free memory and your device will not crash.
by costo
21 Aug 2016, 00:40
Forum: ESP Easy: General Discussion
Topic: ESP8266 is 5V tolerant on GPIO!
Replies: 4
Views: 29993

Re: ESP8266 is 5V tolerant on GPIO!

the article say: Conclusion I believe the experiment result is conclusive. The ESP8266 I/O is 5V tolerant unless couple of uA current can destroy the chip. Except for completely wrong wiring, such as feed 5V into 3.3v rail or feed 5V into output pin (in output low state or in output high with push-p...
by costo
19 Aug 2016, 15:52
Forum: RFlink: General Discussions
Topic: Range extender
Replies: 3
Views: 4471

Re: Range extender

Hi, thanks for your reply. I could try another antenna, but does this also increase the sensitivity? The ground plane is already in place. Normally I would agree that relaying an RF signal is not easy, but in this case this could be solved with a repeater like this: http://www.klikaanklikuit.nl/sho...
by costo
18 Aug 2016, 11:16
Forum: RFlink: General Discussions
Topic: Range extender
Replies: 3
Views: 4471

Re: Range extender

Maybe you can try to use a better antenna or find a better place for the antenna? Also using a metal (ground)plate under the antenna can help to improve the efficiency of your antenna. Usually bigger antenna's give longer range (assuming it is constructed following the rules for proper antenna desig...
by costo
18 Aug 2016, 10:33
Forum: ESP Easy: Software
Topic: How to use %sysname% in Publish command?
Replies: 12
Views: 9223

Re: How to use %sysname% in Publish command?

tozett wrote:sounds like solved?
may the Threadstarter could mark his first post here as SOLVED...
thanks..
Is not this for the TopicStarter himself to decide if his issue is solved ?

thank you.
by costo
18 Aug 2016, 10:24
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 686694

Re: New ESP gadget

For the people who want the esp8266 and relay and 230v built in the wall, this looks nice https://ex-store.de/ESP8266-WiFi-Relay-V31#&gid=1&pid=1 Should it be able to flash it with te OTA of that software with espeasy? Just try it, someone should be the first . If it fails you can always re...
by costo
18 Aug 2016, 10:02
Forum: ESP Easy: General Discussion
Topic: ProMiniExtender
Replies: 27
Views: 38041

Re: ProMiniExtender

Delays of a few microseconds should not be a problem, delays of many milliseconds are expected to give problems. I do not have the time to investigate this software and library TimerOne.h, You should try it yourself. You have to change the analogRead() part in the loop into a integer(s) that is/are ...
by costo
17 Aug 2016, 17:06
Forum: ESP Easy: Projects / Applications
Topic: Switch value not updating when operated from Domoticz
Replies: 12
Views: 18245

Re: Switch value not updating when operated from Domoticz

For the SonOff it is explained on the forum several times. In Domoticz: Switch type: On/Off On Action: http://[localIP]/control?cmd=event,switchon OffAction: http://[localIP]/control?cmd=event,switchoff In ESPEasy on localIP webinterface: Devices: Task - Device - Name - Port - IDX/Variable - GPIO - ...
by costo
17 Aug 2016, 16:52
Forum: ESP Easy: General Discussion
Topic: ProMiniExtender
Replies: 27
Views: 38041

Re: ProMiniExtender

@ happytm First make the PME work without any modifications. This mean you put the PME sketch into a Arduino module like Pro-Mini/Mini/Nano or whichever as long as it uses A4&A5 as I2C pins. After connecting the Arduino you check the I2C, if it does not work you may need to change A4 and A5. Als...
by costo
17 Aug 2016, 16:42
Forum: ESP Easy: Software
Topic: Enhanced OLED plugin
Replies: 5
Views: 7748

Re: Enhanced OLED plugin

Hi, how can i use this with R121 and the framedOled? Thanks I have no idea. You can ask the maker of the frameOLED plugin ? It modifications I made are meant to work on the original OLED plugin as is distributed in the ESPEasy package. I used it on R78 and a few later beta versions, I have not yet ...
by costo
12 Aug 2016, 02:07
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 289824

Re: ESP Easy Releases

I tried a sonoff-device, now I cannot reach it any more. It said, Update ok and then it dissapeared. SonOff devices usually have a 1 megaByte flash chip so if you make the binfile yourself you have to choose these values: Board: Generic ESP8266 Module FlashSize: 1M (64K SPIFFS) Reset Method: "...
by costo
08 Aug 2016, 12:36
Forum: ESP Easy: Projects / Applications
Topic: Switch linked to group/scene idx in Domoticz
Replies: 4
Views: 7234

Re: Switch linked to group/scene idx in Domoticz

Currently I have to use a lua script running on ESP8266 NodeMCU to link my physical switches to a group/scene IDX of Domoticz virtual switches. However I miss the web interface of ESP easy firmware. A Group/Scene Switch in Domoticz has some advantages: Why don´t you run LUA scripts in Domoticz. Cal...
by costo
04 Aug 2016, 14:31
Forum: RFlink: General Discussions
Topic: RFlink without controller (MySensors bridge)
Replies: 2
Views: 4778

Re: RFlink without controller (MySensors bridge)

@ dakipro. Just an idea: Consider to run your My Sensor software on an arduino as a slave for ESPEasy. Just add two calls to your MySensor sketch: I2C read and i2Csent and it can work. The Pro-mini plugin makes it possible to transfer integer variables over the I2C protocol at a relatively low speed...
by costo
02 Aug 2016, 23:34
Forum: ESP Easy: Software
Topic: NTP not working
Replies: 14
Views: 15085

Re: NTP not working

Hello I try to work with 108 and 115 ver. but still my NTP qere didn't get time from NTP server. I think all my setings is corect IP: 192.168.20.100/GW"192.168.20.1/SM:255.255.255.0/DNS:212.59.1.1 NTP enabled. But system time is looks like start time... Also I tried different NTP Hostnames but...
by costo
31 Jul 2016, 12:56
Forum: ESP Easy: General Discussion
Topic: New ESP8266 based board available
Replies: 7
Views: 10350

Re: New ESP8266 based board available

Nice work. Some points I think to improve the manual/design: a) The input resistors R22-29 can only be smd, it would be very simple to provide 2 extra holes so that wired resistors, which are often more easy to acquire, can also be used as a choice. I specially think of 0.5W resistors. For the analo...
by costo
28 Jul 2016, 14:24
Forum: ESP Easy: Software
Topic: Cannot see the Webinterface
Replies: 2
Views: 2509

Re: Cannot see the Webinterface

Sometimes it helps to clear cache of your browser.
Or maybe the ESP got a new IPnumber from your router. Log in on your router to see the IP's on your network.
by costo
27 Jul 2016, 14:23
Forum: ESP Easy: General Discussion
Topic: Reboot Loop
Replies: 21
Views: 19729

Re: Reboot Loop

i've had similar problems when I did an update from R78 to R108. Directly after flashing the new version I removed power, connected Rx and Tx together.Reconnected power and waited a few minutes so the ESP has time to clear the data memory. Then disconnected power and removed the Rx/Tx short, reconne...
by costo
27 Jul 2016, 13:19
Forum: RFLink: Nederlands support forum
Topic: Action (EuroDomest) / Impuls
Replies: 8
Views: 16330

Re: Action (EuroDomest) / Impuls

Het 'oude-KaKu' protocol ARC gebruiken.
by costo
25 Jul 2016, 17:51
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 37656

Re: HC-SR501 PIR issue's

@ NietGiftig I believe you are mistaken a radarsensor for this type of sensor: http://www.aliexpress.com/item/DC-5V-MQ-9-Combustible-Gas-Detector-Carbon-Monoxide-CO-Sensor-Module-for-Arduino/32432273191.html?ws_ab_test=searchweb201556_7,searchweb201602_2_10057_10056_10055_10049_10017_405_404_10059_1...
by costo
09 Jul 2016, 02:31
Forum: ESP Easy: Hardware
Topic: GPIO-0 hardwired or pull up resistor?
Replies: 1
Views: 3812

Re: GPIO-0 hardwired or pull up resistor?

Hardwiring GPIO-0 to Vcc will destroy your ESP when you (accidentally) make GPIO-0 low, which is easy to do with a command like http://<ESP IP address>/control?cmd=GPIO,0,0 So ALWAYS use pullup/pulldown resistors of about 10k when you want to force a GPIO in a certain state. To answer the question: ...
by costo
09 Jul 2016, 02:25
Forum: ESP Easy: General Discussion
Topic: [FIXED] Thingspeak publish template example
Replies: 14
Views: 18680

Re: [FIXED] Thingspeak publish template example

Probably you have to tick the box 'Send Data' in the task settings of your device.
(But I do not use thingspeak so I'm just guessing)
by costo
09 Jul 2016, 01:49
Forum: ESP Easy: Projects / Applications
Topic: homegarden
Replies: 2
Views: 3587

Re: homegarden

I think this is a little beyond the scope of this blog. We are all ESPEasy users and only a few here will write there own ESP8266 programs. Probably is it better to put your question on dedicated ESP8266 blogs like these: Het grote ESP8266 topic https://gathering.tweakers.net/forum/list_messages/162...
by costo
06 Jul 2016, 17:21
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 90003

Re: Measure VCC

Nope.. ADC measures 0 to 1V, so building: GND --<===>--|--<===>-- 4.2V LiPo battery 220K | 1000K ADC gives me 1/4,54 ration, so max V measured at ADC is 0.924V :o That's not correct ;) The ratio is 220/(220+1000) = (1/5.55) = 0.18 so when measuring a 4.2V cel it will read 0.76 Volt. On the other ha...
by costo
06 Jul 2016, 15:49
Forum: ESP Easy: Hardware
Topic: Electrodragon AI-Thinker battery powered sensor board
Replies: 7
Views: 6991

Re: Electrodragon AI-Thinker battery powered sensor board

LDR will be connected somehow to the ADC-pin. Maybe by a jumper on a header or directly. Either measure it with a multimeter or look at the traces. I do not own this board so do your own investigations. There are enough articles about this board on the web. search like this: https://www.google.nl/se...
by costo
04 Jul 2016, 18:40
Forum: ESP Easy: Hardware
Topic: Electrodragon AI-Thinker battery powered sensor board
Replies: 7
Views: 6991

Re: Electrodragon AI-Thinker battery powered sensor board

You can monitor the battery. You have to use the ADC pin, be sure no other components (LDR?) are connected to the ADC pin. Then use a resistor divider: 100k between ADC-pin and ground and 330k from ADC-pin to the V+ of battery. Maybe with completely full battery the ADC measures full scale but when ...
by costo
03 Jul 2016, 18:29
Forum: RFLink: Nederlands support forum
Topic: wat ideetjes
Replies: 5
Views: 6281

Re: wat ideetjes

Commerciele bedrijven maken soms graag gebruik van opensource zonder zich aan de regels te houden. Nog erger zijn de super grote (edit: semi-monopolistische ) bedrijven die open source omarmen, er kleine veranderingen in aanbrengen en dan de sourcecode gesloten maken om er daarna copyright op te cl...
by costo
03 Jul 2016, 02:09
Forum: ESP Easy: General Discussion
Topic: Wemos D1mini + Oled Shield Display Issue
Replies: 7
Views: 6023

Re: Wemos D1mini + Oled Shield Display Issue

Did you give the DHT a name in tasksettings?
It should be DHT to let the string [DHT#Temperature] display the value temperature, and for humidity the same.

Probably also you need to activate the box 'Send Data" and give IDX/Var a number >1
by costo
02 Jul 2016, 21:21
Forum: RFLink: Nederlands support forum
Topic: wat ideetjes
Replies: 5
Views: 6281

Re: wat ideetjes

protocol (aangezien nu ookal 686, 2.4 enz wordt ondersteunt) Ik neem aan dat je 868 bedoeld i.p.v. 686. 315Mhz 433Mhz 868 Mhz maakt in principe geen verschil, alleen een kwestie van een andere tranceiver (receiver+transmitter). Voor de rest ben ik het er mee eens. Source code zou welkom zijn maar i...
by costo
02 Jul 2016, 21:14
Forum: ESP Easy: Hardware
Topic: ESP8266 512kb and i2c
Replies: 2
Views: 3009

Re: ESP8266 512kb and i2c

@ alexshf:

Are you using an ESP-01 with 512kbit ?
by costo
02 Jul 2016, 02:29
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 289824

Re: ESP Easy Releases

May I please ask what the IDE version and ESP boards versions are to compile the latest source? I can compile R78 with 1.6.5 and ESP 2.0.0 but it fails using the latest (108) code. Thank you Just use ESP Core 2.1.0 and it will compile. Look at the first line in the source code, it says: #define ESP...
by costo
01 Jul 2016, 15:36
Forum: ESP Easy: Software
Topic: Solved: systime gives uptime
Replies: 5
Views: 5034

Re: Solved: systime gives uptime

Found the problem, it was in the config file of my own ESP easy where I had changed 2 values by accident. In the optional settings, where I define the fixed I.P. there was an error. For ESP subnet I had given my local DNS/Router I.P. and for ESP DNS I had given the subnet 255.255.255.0 Afterall it i...
by costo
01 Jul 2016, 14:54
Forum: Introduce yourself
Topic: Hong Kong
Replies: 1
Views: 3521

Re: Hong Kong

Welcome to the Domoticz - ESPEasy community.
by costo
01 Jul 2016, 14:53
Forum: ESP Easy: Hardware
Topic: Konke Smart MiniK socket
Replies: 7
Views: 17791

Re: Konke Smart MiniK socket

As I read the documentation, there is a 8Mbit flash chip onboard. This is 1 MByte which is good for ESPEasy including the flash-OTA. So in my opinion there is no need to replace the memory chip for easy working with ESPEasy. I think we are still waiting for a cheap small board to replace existing AC...
by costo
01 Jul 2016, 00:33
Forum: ESP Easy: General Discussion
Topic: Reboot router, ESPEasy doesn't reconnect?
Replies: 14
Views: 14520

Re: Reboot router, ESPEasy doesn't reconnect?

Later versions of both mqttpubsubient and also the ESP8266 library mean that on my system both the released build and the beta versions give compile errors. Later today I need to experiment with libraries to see what I can get to work. This could be tricky for those less knowledgable, so a released...
by costo
29 Jun 2016, 11:20
Forum: ESP Easy: General Discussion
Topic: Slow response after several commands
Replies: 2
Views: 3257

Re: Slow response after several commands

It is not a bug, it is normal behavior for a TCP-ip connection. Reliability is more important than speed.
by costo
28 Jun 2016, 19:24
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 90003

Re: Measure VCC

I have tested this feature on a WeMos D1 mini and it is working as on every ESP8266 I have seen so far. WeMos has, just as the NodeMCU board, 2 resistors on the ADC/Tout pin, 100k to ground and 220k to the external ADC pin. This means the ADC is always loaded with 100k which is not allowed when meas...
by costo
28 Jun 2016, 19:17
Forum: ESP Easy: Software
Topic: Solved: systime gives uptime
Replies: 5
Views: 5034

Re: systime gives uptime

Thank you for your reply, good to know that for others it still works. For me it used to work with %systime% in the display but it stopped working. After a reboot It displays 0:00 and then counts the uptime. Because it works for you I may have an issue with the pihole addblocker or dns server. Proba...
by costo
28 Jun 2016, 13:57
Forum: ESP Easy: Software
Topic: Solved: systime gives uptime
Replies: 5
Views: 5034

Re: systime gives uptime

No answer yet.

Is there anyone who can read system time as GMT , from pool.ntp.org ?
If yes then maybe I have an issue in my network.
by costo
27 Jun 2016, 23:46
Forum: ESP Easy: Hardware
Topic: MAX6675 K Type Thermocouple
Replies: 3
Views: 5602

Re: MAX6675 K Type Thermocouple

The MAX31855 is just like Max6675 SPI compatible. The only way I can think to connect SPI-bus with ESPEasy is via the Pro Mini Extender. The libraries for SPI, Max6675 and I2C must be on the Pro-Mini including a sketch. The value you want to send to the ESP needs to be global and integer. Then this ...
by costo
27 Jun 2016, 23:09
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 686694

Re: New ESP gadget

@ Monkey Town See the schematic here: http://wiki.iteadstudio.com/images/6/6b/Sonoff_schmatic.pdf the 5-pin header is in the right top of the schematic: 1 - Vcc 3.3V 2 - TX 3 - RX 4 - Gnd 5 - SCL = pin9 of ESP8266 which is GPIO14 So the first 4 are the same as on the 4-pin Sonoff , there is just an ...
by costo
27 Jun 2016, 19:43
Forum: ESP Easy: General Discussion
Topic: AP "ESP_0XXXXX" after flashing and no login page
Replies: 5
Views: 6027

Re: AP "ESP_0XXXXX" after flashing and no login page

great for you Roman.

I never succeeded in installing esptool
That is one reason I always use Arduino IDE.
by costo
27 Jun 2016, 19:04
Forum: ESP Easy: General Discussion
Topic: AP "ESP_0XXXXX" after flashing and no login page
Replies: 5
Views: 6027

Re: AP "ESP_0XXXXX" after flashing and no login page

Compiling without errors needs the right IDE and the right libraries. If you want to compile R78 you need to use an older version of the Arduino IDE, 1.6.5 and not 1.6.9 Also you need to install the ESP8266 Libraries v 2.0.0. When you want to compile newer beta versions of ESPEasy you need to instal...
by costo
27 Jun 2016, 00:51
Forum: ESP Easy: Software
Topic: Solved: systime gives uptime
Replies: 5
Views: 5034

Solved: systime gives uptime

I set in : Tools > advanced > the 'Use NTP' box and used 'pool.ntp.org' as NTP hostname but I do not get the GMT time on my display, instead it will show me the uptime in hours & minutes. I am sure it used to work this way some time ago but it stopped working for some reason. Do other users of N...
by costo
27 Jun 2016, 00:26
Forum: ESP Easy: General Discussion
Topic: AP "ESP_0XXXXX" after flashing and no login page
Replies: 5
Views: 6027

Re: AP "ESP_0XXXXX" after flashing and no login page

Now when I reboot the chip it starts a AP with the SSID "ESP_0XXXXX" where XXXXX are the last digits of the MAC Address. When the AP comes with the last digits of it's mac address that make me believe that you did not succeed in flashing the ESP's. These SSID's are generated by the AT-fir...