Search found 34 matches

by tuxmartin
17 Mar 2020, 10:31
Forum: ESP Easy: General Discussion
Topic: Support for IPv6
Replies: 6
Views: 4936

Re: Support for IPv6

I would like to try to have IPv6 only network. No dual stack - IPv6 only.
by tuxmartin
17 Mar 2020, 00:50
Forum: ESP Easy: General Discussion
Topic: Support for IPv6
Replies: 6
Views: 4936

Re: Support for IPv6

Hi, any news about that?
by tuxmartin
01 Nov 2018, 06:23
Forum: ESP Easy: Hardware
Topic: Sonoff Basic "R2 v1.0 2017-10-11" not working
Replies: 2
Views: 2553

Re: Sonoff Basic "R2 v1.0 2017-10-11" not working

grovkillen wrote: 29 Oct 2018, 15:41 PUYA build is probably needed.
Thank you! It works.
by tuxmartin
29 Oct 2018, 14:51
Forum: ESP Easy: Hardware
Topic: Sonoff Basic "R2 v1.0 2017-10-11" not working
Replies: 2
Views: 2553

Sonoff Basic "R2 v1.0 2017-10-11" not working

Hi, I have a lot of old Sonoff Basic and all works great. Now I bought new sonoffs.After open the case I see text "Sonoff Basic R2 v1.0 2017-10-11" on PCB. I cannot flash espeasy :-( esptool.py -p /dev/ttyUSB0 -b 115200 flash_id esptool.py -p /dev/ttyUSB0 -b 115200 erase_flash esptool.py -...
by tuxmartin
08 Oct 2018, 13:03
Forum: ESP Easy: Hardware
Topic: Sonoff basic - use RX and TX pins as GPIO
Replies: 4
Views: 11410

Re: Sonoff basic - use RX and TX pins as GPIO

grovkillen wrote: 08 Oct 2018, 12:30 Have you measured the pull-up voltage so it's close to 3.3V?
I have RJ11 splitter. One of RJ11 connector have 4k7 resistor - about 15 centimeters long wires from Sonoff PCB. DS18B20 have about 1 meter cable.
by tuxmartin
08 Oct 2018, 12:09
Forum: ESP Easy: Hardware
Topic: Sonoff basic - use RX and TX pins as GPIO
Replies: 4
Views: 11410

Sonoff basic - use RX and TX pins as GPIO

Hi, I have Sonoff basic with ESP Easy Mega, GIT version: mega-20180910 . I would like to use all available (3) GPIOs - GPIO14, TX, RX. I found this Sonoff GPIO mappings: sonoff-header.jpg sonoff header 1 - vcc 3v3 2 - rx (gpio3 = D9) 3 - tx (gpio1 = D10) 4 - gnd 5 - gpio 14 esp8266 connections gpio ...
by tuxmartin
17 Mar 2018, 13:15
Forum: ESP Easy: Hardware
Topic: M-Bus water meter (like S0 output)
Replies: 3
Views: 3996

Re: M-Bus water meter (like S0 output)

Currently there is no support yet for Mbus. We're working on Modbus support and I guess Mbus does also has it advantages, since some meters don't support both. (e.g. Eastron has some power meters which only do one or the other) No, it is not Modbus, but M-Bus. Great news! When could it be done? Ple...
by tuxmartin
15 Mar 2018, 13:37
Forum: ESP Easy: Hardware
Topic: M-Bus water meter (like S0 output)
Replies: 3
Views: 3996

M-Bus water meter (like S0 output)

Hi, Is there any way how to use the M-Bus module on water meter? I'm using S0 counter in esp easy for kWh meter, but I cannot find M-Bus support. M-Bus is standard for water meters. For example: https://i.ebayimg.com/00/s/MzJYMzI=/z/4-QAAOSw~epZiD6J/$_86.JPG https://www.mwatechnology.com/products/gs...
by tuxmartin
27 Feb 2018, 22:47
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy with disabled wifi (battery and deep sleep)
Replies: 4
Views: 4993

ESP Easy with disabled wifi (battery and deep sleep)

Hi, I need to build WiFi thermometer for heating control with one DS18B20 temperature sensor. I would like to use only ESP8266 ESP-12 , 18650 battery and DS18B20 sensor. I read about project with 3 Ikea AA alkaline batteries and DHT22 . It use deep sleep and wake up every 1 minute and send data over...
by tuxmartin
26 Feb 2018, 22:40
Forum: ESP Easy: General Discussion
Topic: ESP Easy watchdog
Replies: 3
Views: 3886

Re: ESP Easy watchdog

All modules has "v2.0.0-dev12". One is on Sonoff Basic and second on Wemos D1 Mini . It is less than 50 days and absolutely random. For example from this year: wemos stoped responding only once, about 30 days uptime. Sonooff stoped responding after about 5-8 hours uptime, after that works ...
by tuxmartin
25 Feb 2018, 23:18
Forum: ESP Easy: General Discussion
Topic: ESP Easy watchdog
Replies: 3
Views: 3886

ESP Easy watchdog

Hi, I'm using Sonoff Basic modules with ESP Easy firmware. Sometimes Sonoff stop responding to Domoticz and I cannot connect to web interface of espeasy. I would like to use watchdog. Is it possible? I found only "watchodog" using ESP easy rules: https://www.letscontrolit.com/forum/viewtop...
by tuxmartin
27 Jan 2018, 02:18
Forum: ESP Easy: Projects / Applications
Topic: Read button state from deep sleep
Replies: 10
Views: 10220

Re: Read button state from deep sleep

@tuxmartin Look at my link in this thread: https://www.letscontrolit.com/forum/viewtopic.php?f=2&t=3717&p=21358#p21358 Do you mean link from https://www.letscontrolit.com/forum/viewtopic.php?f=2&t=3717&start=20#p21320 ? It's broken http://www.kevindarrah.com/wiki/index.php?title=Pus...
by tuxmartin
26 Jan 2018, 01:09
Forum: ESP Easy: Projects / Applications
Topic: Read button state from deep sleep
Replies: 10
Views: 10220

Re: Read button state from deep sleep

When someone press button, it will power up ESP, on "on System#Boot do" hold power through gpio with transistor or relay, send event and then, after some time switch ESP itself off. It sounds great. How can I send state about 3-4 times per day (for check if esp still alive) and when butto...
by tuxmartin
21 Jan 2018, 23:25
Forum: ESP Easy: Projects / Applications
Topic: Read button state from deep sleep
Replies: 10
Views: 10220

Read button state from deep sleep

Hi, I'm trying to build door bell using ESP8266 and ESP Easy firmware. I would like to deep sleep for maximum of possible time (1h + 11m). After that ESP8266 wake up, connect to wifi and send message - button not pushed for last hour. But I don't know how to wake up and read value of pushed button. ...
by tuxmartin
04 Dec 2017, 22:38
Forum: ESP Easy: Software
Topic: Out of Sync state due to MQTT QOS 0
Replies: 10
Views: 10224

Re: Out of Sync state due to MQTT QOS 0

Hi, is possible to recompile espeasy with mqtt qos 1 or 2? I found at espeasy mqtt lib (pubsubclient): It can only publish QoS 0 messages. It can subscribe at QoS 0 or QoS 1. https://github.com/letscontrolit/ESPEasy/blob/mega/lib/pubsubclient/README.md and https://github.com/letscontrolit/ESPEasy/bl...
by tuxmartin
27 Nov 2017, 17:16
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 16351

Re: Increase number of devices

Thank you, it works!
by tuxmartin
26 Nov 2017, 00:36
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 16351

Re: Increase number of devices

I found limits in file ESPEasy.ino:

Code: Select all

#define TASKS_MAX                          12 // max 12!
#define CONTROLLER_MAX                      3 // max 4!
#define NOTIFICATION_MAX                    3 // max 4!
What is the reason for comments with exclamation mark?
by tuxmartin
26 Nov 2017, 00:01
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 16351

Re: Increase number of devices

I'm using Wemos D1 mini https://wiki.wemos.cc/products:d1:d1_mini

I found on wiki Why only 12 tasks?.
But there is no info how to compile firmware with more devices support.
by tuxmartin
25 Nov 2017, 23:51
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 16351

Increase number of devices

Hi, I'm using ESPeasy v2.0.0-dev12 . Firmware has limit to 12 devices. Is possible to increase this limit? I would like to connect 5 relays ( Switch input ) and 10 DS18B20 sensors on one gpio pin. For each relay I need "virtual mqtt device" ( Output - (Domoticz MQTT helper) ). I would like...
by tuxmartin
09 Oct 2017, 11:36
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

This works for me: Set Controller Subscribe: domoticz/fix in ESP easy. Run python_mqtt_fix.py: import paho.mqtt.client as mqtt import json def on_message(client, userdata, message): msg_data = str(message.payload.decode("utf-8")) if message.topic == "domoticz/out": try: json_dout...
by tuxmartin
08 Oct 2017, 23:53
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

It seems that the later versions of Domoticz have a change in the MQTT message. The item Description is added and ESPEasy is not handling this well. I am using ESPeasy build 142. "description" : "", <------ removing this line from the message to ESPeasy solves the problem. "...
by tuxmartin
05 Oct 2017, 23:58
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

ArJay60 wrote: 05 Oct 2017, 21:19 It seems that the later versions of Domoticz have a change in the MQTT message. The item Description is added and ESPEasy is not handling this well.
I am using ESPeasy build 142.
Please create new github issue for it: https://github.com/letscontrolit/ESPEasy/issues
by tuxmartin
21 Sep 2017, 19:22
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

There is log: 131505 : SYS : -44.00 131506 : EVENT: wifi_rssi#wifi_rssi=-42.01 138648 : IMPT : [mqtt_import#GPIO12] : 0.00 138648 : EVENT: mqtt_import#GPIO12=0.00 142098 : IMPT : [mqtt_import#GPIO12] : 1.00 142098 : EVENT: mqtt_import#GPIO12=1.00 With your rules: on mqtt_import#GPIO12 do if [mqtt_im...
by tuxmartin
21 Sep 2017, 15:49
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

I tried to add device " MQTT Import ": mqtt_import.png If I send mosquitto_pub -h 10.123.1.18 -t /sonoff/modul1/GPIO12 -m "1" value to defined topic, espeasy show it: mqtt_import2.png If I uderstand it, now can I use variable [mqtt import#GPIO12] . But is not possible to set [mqt...
by tuxmartin
21 Sep 2017, 15:34
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

No, it not works :-(

Can you please try it? I will open mqtt port and espeasy web port on my firewall.
by tuxmartin
21 Sep 2017, 14:34
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

I tried it. No command is working: espeasy_mqtt_test.png I have in espeasy: Unit Name: modul1 Unit Number: 7 In dhcp log name is "modul1_7": Sep 21 14:25:41 baru dhcpd: DHCPDISCOVER from 5c:cf:7f:e9:c5:89 via br0 Sep 21 14:25:42 baru dhcpd: DHCPOFFER on 10.123.1.188 to 5c:cf:7f:e9:c5:89 (m...
by tuxmartin
21 Sep 2017, 13:00
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

http command works: http://10.123.1.188/control?cmd=GPIO,12,1

I have problem only with MQTT: mosquitto_pub -h 10.123.1.18 -t /sonoff/modul1/cmd -m "GPIO,12,1"

Yes, I rebooted esp8266 (sonoff) about ten times - using software and unplug/plug 230V AC.
by tuxmartin
21 Sep 2017, 12:20
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

I set Controller Subscribe: sonoff/%sysname%/cmd in esp easy. Esp easy name is "modul1".

Code: Select all

$ mosquitto_pub -h 10.123.1.18 -t sonoff/modul1/cmd -m "GPIO,12,0"
$ mosquitto_pub -h 10.123.1.18 -t sonoff/modul1/cmd -m "GPIO,12,1"
Nothing happens :-(

What I do bad?
by tuxmartin
21 Sep 2017, 10:22
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Re: Domoticz MQTT: read works, but cannot control relay

Thanks for reply. But I can't find <MQTT subscribe template> I found this image in tutorial: https://www.projetsdiy.fr/wp-content/uploads/2017/01/esp-easy-configuration-mqtt-publish-subsribe-template-mesage-delay.png But I can't find these page in my espeasy. In Domoticz there is not possible to sen...
by tuxmartin
21 Sep 2017, 09:57
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28895

Domoticz MQTT: read works, but cannot control relay

Hi, I'm testing ESP Easy Mega v2.0.0-dev11 with Domoticz V3.8153 on Sonoff Basic. I have 1xDS18B20 and 1xHHT22 - works great. But I have problem with two relays. If I control relay through http://10.123.1.188/control?cmd=GPIO,12,1 it works. There is output: { "log": "GPIO 12 Set to 1&...
by tuxmartin
11 Sep 2017, 20:43
Forum: ESP Easy: General Discussion
Topic: Cannot enable MQTT in v2.0.0-dev11
Replies: 2
Views: 3046

Re: Cannot enable MQTT in v2.0.0-dev11

stefbo wrote: 11 Sep 2017, 14:15 Hi,
I have seen this at my devices as well for controler 2. But controler 1 works fine with all three MQTT devices.
Stefan
I don't understand it, but it works.
Thank you!
by tuxmartin
10 Sep 2017, 13:14
Forum: ESP Easy: General Discussion
Topic: Cannot enable MQTT in v2.0.0-dev11
Replies: 2
Views: 3046

Cannot enable MQTT in v2.0.0-dev11

Hi,
I would like to try MQTT in ESP Easy. I have "GIT version: v2.0.0-dev11"

I see MQTT in controller list, but is not possible to select it. How can I enable it? Is there any firmware with mqtt build in support?