Search found 12 matches
- 02 Mar 2019, 11:38
- Forum: ESP Easy: General Discussion
- Topic: Token from Blynk where to enter = ???
- Replies: 3
- Views: 5077
Re: Token from Blynk where to enter = ???
I tried using blink, it worked. But blynk says that the device is offline (disconnect), it can be removed in a blynk , but then I don't know when esp8266 off or on. It's not very convenient. I installed platformio and added it to asp easy.info (#include <BlynkSimpleEsp8266.h>, char auth [], Blink.co...
- 05 Oct 2018, 19:00
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
here is almost a working version
only sometimes on or off works the second time.
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 0
Nextion,page0.bt0.val=0
endon
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 1
Nextion,page0.bt0.val=1
endon
only sometimes on or off works the second time.
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 0
Nextion,page0.bt0.val=0
endon
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 1
Nextion,page0.bt0.val=1
endon
- 05 Oct 2018, 16:55
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
Can I change the state of the button on the display with this rule?
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 1
Publish Nextion#page0.bt0.pic=0
if [STH#Sw-Lamp] = 0
Publish Nextion#page0.bt0.pic=1
endif
endon
on STH#Sw-Lamp do
if [STH#Sw-Lamp] = 1
Publish Nextion#page0.bt0.pic=0
if [STH#Sw-Lamp] = 0
Publish Nextion#page0.bt0.pic=1
endif
endon
- 05 Oct 2018, 14:47
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
- 05 Oct 2018, 14:39
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
it was possible to transfer temperature data using node red.
now trying to make feedback with the switch nextion display , something is not working yet.
now trying to make feedback with the switch nextion display , something is not working yet.
- 04 Oct 2018, 20:10
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
I understood.
- 04 Oct 2018, 20:04
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
I do not get you.
need to use node red?
need to use node red?
- 04 Oct 2018, 19:38
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
I have 2 entries domoticz/out (lam swith and bme280) domoticz/out { "Battery" : 255, "RSSI" : 12, "description" : "", "dtype" : "Light/Switch", "id" : "00014053", "idx" : 3, "name" : "Lamp",...
- 04 Oct 2018, 17:56
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
do not tell where to look how to make it?
- 04 Oct 2018, 15:34
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
everything worked. :) my carelessness, I did not use "Rules" http and mqtt now work correctly. Today I will try to send temperature data from Domotikz--Nextion and I will look for feedback from Domoticz-Nextion but it turns out that when you change the value of domotikz value on the displa...
- 03 Oct 2018, 22:35
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
I could not install your latest update. Arduino Ide gives a lot of mistakes. I am newbie :) I have domoticz with button (swith type on/off- IDX3) and temperature sensor bme280-idx1. i have nextion touch display :) I thought it would be nice to control the button from the display and get this tempera...
- 03 Oct 2018, 11:24
- Forum: ESP Easy: Software
- Topic: Nextion display plugin
- Replies: 587
- Views: 3829867
Re: Nextion display plugin
Hi, I tried to follow the instructions. i use espeasy Release mega-20181002+nextion+domotikz. i tried 2 protocol domotikz http and domotikz mqtt. as a result, I can only turn off the switch. 2018-10-03 02:59:41.762 MQTT: Topic: domoticz/in, Message: {"idx":5,"RSSI":6,"nvalue...