Search found 11 matches
- 05 Nov 2016, 23:35
- Forum: ESP Easy: Software
- Topic: show external value on LCD
- Replies: 0
- Views: 2437
show external value on LCD
Hello, Is there any way to show some value from domoticz on easy esp lcd? I mean something like following python script: data = http.get("http://yyy:xxx@ipadress:8080/json.htm?type=devices&rid=1") temp = json.loads(data) print "Converted to JSON: ",json.dumps(temp) print &quo...
- 16 Feb 2016, 11:47
- Forum: ESP Easy: Software
- Topic: MQTT : Failed to connected to broker
- Replies: 41
- Views: 76099
Re: MQTT : Failed to connected to broker
I have considered wifi-problem and I'm testing network (ping test). At this moment I don't see any problems with network.
Also I used few ESPs in two localizations in two AP.
Is there any way to switch off a subscription from esp mqtt?
Also I used few ESPs in two localizations in two AP.
Is there any way to switch off a subscription from esp mqtt?
- 15 Feb 2016, 11:24
- Forum: ESP Easy: Software
- Topic: MQTT : Failed to connected to broker
- Replies: 41
- Views: 76099
Re: MQTT : Failed to connected to broker
Thanks tozeet for try to help me. dpkg -l mosquitto ||/ Name Version Architecture Description +++-===================-==============-==============-=========================================== ii mosquitto 1.4.7-0mosquit armhf MQTT version 3.1/3.1.1 compatible message and seems to be correct. I don't...
- 15 Feb 2016, 00:10
- Forum: ESP Easy: Software
- Topic: R78 loop reset on ESP8266 12E v3 board
- Replies: 1
- Views: 2675
Re: R78 loop reset on ESP8266 12E v3 board
I solved this problem: back to R60, clear configuration by console reset, update to R78 and write a new config.
- 13 Feb 2016, 10:12
- Forum: ESP Easy: Software
- Topic: R78 loop reset on ESP8266 12E v3 board
- Replies: 1
- Views: 2675
R78 loop reset on ESP8266 12E v3 board
After esp v3 upgraded to R78, my board is in reset loop state. NIT : Booting Build nr:78 WIFI : Connecting... 1 WIFI : Connected! ets Jan 8 2013,rst cause:4, boot mode:(3,6) wdt reset load 0x4010f000, len 1264, room 16 tail 0 chksum 0x42 csum 0x42 ~ld ŞU INIT : Booting Build nr:78 WIFI : Connecting....
- 12 Feb 2016, 22:42
- Forum: ESP Easy: Software
- Topic: MQTT : Failed to connected to broker
- Replies: 41
- Views: 76099
MQTT : Failed to connected to broker
After changed protocol to mqtt domoticz I noticed that all my nodemcu (v2 i v3) have some problem with broker (mosquitto) connection. From time to time (1 hour) I see something as: 1455311799: Client ESPClient1 has exceeded timeout, disconnecting. 1455311799: Socket error on client ESPClient1, disco...
- 24 Jan 2016, 19:56
- Forum: ESP Easy: Projects / Applications
- Topic: Send sensor value to the other ESP with LCD
- Replies: 15
- Views: 17645
Re: Send sensor value to the other ESP with LCD
Domoticz at the same time can send info only to one LCD but it can send many value from many sensor.
- 15 Jan 2016, 15:52
- Forum: ESP Easy: Projects / Applications
- Topic: Send sensor value to the other ESP with LCD
- Replies: 15
- Views: 17645
Re: Send sensor value to the other ESP with LCD
Michal,
I think that is no problem.
small modification url string
url: http://192.168.10.107/control?cmd=lcd,1,8,%20%v%20%20%
and you can write name by LCD line setup on esp.
this should resolve problem (not checked by me) .
I think that is no problem.
small modification url string
url: http://192.168.10.107/control?cmd=lcd,1,8,%20%v%20%20%
and you can write name by LCD line setup on esp.
this should resolve problem (not checked by me) .
- 12 Jan 2016, 00:55
- Forum: ESP Easy: Projects / Applications
- Topic: Send sensor value to the other ESP with LCD
- Replies: 15
- Views: 17645
Re: Send sensor value to the other ESP with LCD
This configuration is working for me (base on Domoticz server):
url: http://192.168.10.107/control?cmd=lcd,1 ... 20%v%20%20%
method: post
data: value=%v
Although, I'd rather send value from esp directly. So if somebody have any suggestion, please let me know.
url: http://192.168.10.107/control?cmd=lcd,1 ... 20%v%20%20%
method: post
data: value=%v
Although, I'd rather send value from esp directly. So if somebody have any suggestion, please let me know.
- 11 Jan 2016, 22:37
- Forum: ESP Easy: Projects / Applications
- Topic: Send sensor value to the other ESP with LCD
- Replies: 15
- Views: 17645
Re: Send sensor value to the other ESP with LCD
Hello, at the beginning - thanks you for excellent project. And small question related to my project implementation. Is there any way to send sensor value from one esp01 to other esp02 with is LCD display connected? I think your controller should be able to do this, collect data from one sensor and...
- 09 Jan 2016, 20:32
- Forum: ESP Easy: Projects / Applications
- Topic: Send sensor value to the other ESP with LCD
- Replies: 15
- Views: 17645
Send sensor value to the other ESP with LCD
Hello,
at the beginning - thanks you for excellent project.
And small question related to my project implementation.
Is there any way to send sensor value from one esp01 to other esp02 with is LCD display connected?
at the beginning - thanks you for excellent project.
And small question related to my project implementation.
Is there any way to send sensor value from one esp01 to other esp02 with is LCD display connected?