Search found 11 matches

by jongerenchaos
19 Sep 2018, 19:13
Forum: ESP Easy: Hardware
Topic: New E-Ink display can we make it work with espeasy?
Replies: 2
Views: 2994

Re: New E-Ink display can we make it work with espeasy?

Thanks for the info.

I hope that we can use this display and maybe that we can reprogram the chip so that we can use it with espeasy. This display is really nice.
by jongerenchaos
09 Sep 2018, 14:29
Forum: ESP Easy: Hardware
Topic: New E-Ink display can we make it work with espeasy?
Replies: 2
Views: 2994

New E-Ink display can we make it work with espeasy?

I bought a new Eink display from xiaomi (+-10 euro!) with case. I want to make it work with espeasy so that displaying info on this eink display is possible. Another person open this eink display: https://kknews.cc/news/ypmrlpa.html . There is CPU controller on board (HT66F0182) and a sensor. Is the...
by jongerenchaos
05 Jan 2017, 20:57
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119209

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

There is a MQTT bug in this version. When you use domoticz incombination with ESPEASY it works ok for the maximum IDX +- 600. When you have a higher number (added in domoticz), the ESPEASY module does nothing with these commands from domoticz. With a previous version (like 82) it works well also wit...
by jongerenchaos
05 Jan 2017, 20:53
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 168330

Re: OLED Scrolling Display

Thanks for this scrolling option it works OK with one display! When you add another second OLED display (3C & 3D) it doesn't work and one display displayed only the WIFI logo. Can you fix this so that everyone can use two of this displays?
by jongerenchaos
03 Mar 2016, 13:58
Forum: ESP Easy: General Discussion
Topic: MQTT request domoticz
Replies: 10
Views: 14261

Re: MQTT request domoticz

@Martinus

You're right! It works without any problems. I only check the sourcecode before i try it :( my fault... Excuse me!

I change action = F("gpio,"); to action = F("pcfgpio,"); and it works well!
by jongerenchaos
01 Mar 2016, 16:41
Forum: ESP Easy: General Discussion
Topic: MQTT request domoticz
Replies: 10
Views: 14261

Re: MQTT request domoticz

Thanks for implementing this feature! There is only one issue; when you create a output in domoticz (for example IDX 222) and add this as a outgoing device to esp8266 with the 222 idx. The esp accept this command and put the light on/off when you send a command from the domoticz system. But when i t...
by jongerenchaos
24 Feb 2016, 13:38
Forum: ESP Easy: General Discussion
Topic: MQTT request domoticz
Replies: 10
Views: 14261

Re: MQTT request domoticz

Thanks! The http protocol is much much slower than the MQTT protocol incombo with domoticz. Currently i use a switch (input) and relais (output). When i push the switch button first a MQTT message goes to domoticz after that domoticz send a http command back. It takes sometimes 0.5sec / 1 sec to put...
by jongerenchaos
23 Feb 2016, 11:15
Forum: ESP Easy: General Discussion
Topic: MQTT request domoticz
Replies: 10
Views: 14261

MQTT request domoticz

For now it is not possible to do something with received commands from domoticz with MQTT connection. I have a suggestion how we can make this work. Every IDX in domoticz is auto generated and can't be generate manualy. Therefore maybe it is a solution to add this IDX/Variable to the devices list an...
by jongerenchaos
18 Feb 2016, 19:37
Forum: ESP Easy: Projects / Applications
Topic: Feature request - Toggle command for domoticz
Replies: 1
Views: 3044

Feature request - Toggle command for domoticz

Is there someone who can add the Toggle function (for example as checkbox for sensors and switches?) It is possible to use this option (describe on) http://www.esp8266.nu/forum/viewtopic.php?f=2&t=36 but this is very slow.If you can use this directly from the ESP from every input it is much fast...
by jongerenchaos
22 Jan 2016, 20:50
Forum: ESP Easy: Software
Topic: 2 switches (domoticz & input sensor) with one light bulb (for example)
Replies: 0
Views: 2496

2 switches (domoticz & input sensor) with one light bulb (for example)

I have following situation: 1 - I create a on off button and connect them to the esp8266 on a PCF8574 chip and send all the data directly to an domoticz IDX switch with light bulb when i push the button the lights goes on and off 2 - I want to control this device also from the domoticz gui at the sa...
by jongerenchaos
21 Jan 2016, 22:33
Forum: ESP Easy: Projects / Applications
Topic: Feature request - Short pulses with PCF8574
Replies: 1
Views: 2859

Feature request - Short pulses with PCF8574

I add the PCF8574 to my esp8266 controller and i want to send some short pulses from this IC to another one who can read this signals as input. Therefore i need the function to send short pules as described on the GPIO page http://www.esp8266.nu/index.php/GPIO . Is it possible to activate this optio...