Search found 9 matches

by lyovav
11 Dec 2018, 11:52
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 30213

Re: Can't compile with a new plugin (PZEM004T)

The library has not been updated for a long time and is unlikely to be updated). I have a lot of sensors working on a new one and I didn’t want to use an old binary, as it’s not working well. For a long time, it showed that everything is working fine. Who helped - put like)
by lyovav
08 Dec 2018, 22:55
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 30213

Re: Can't compile with a new plugin (PZEM004T)

For latest of ESPeasy just replace 3 files from ESPEasyPluginPlayground-master to base dir //####################################################################################################### //################### Plugin 171 PZEM-004T AC Current and Voltage measurement sensor ##################...
by lyovav
30 Sep 2018, 09:32
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Re: Help you create the device rules for the following requirements

Thanks again for the help. For my smart house (majordomo) I used different custom firmware until I chose on ESP Easy Since I like it as a universal platform for sensors, relays and etc. I have not really figured it out yet but I try not to miss the opportunity to acquire certain knowledge on the for...
by lyovav
30 Sep 2018, 09:14
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Re: Help you create the device rules for the following requirements

The fact is that with a new start or when changing the name of a Unit Name: of this topic does not exist and control via MQTT will not work.
by lyovav
30 Sep 2018, 08:23
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Re: Help you create the device rules for the following requirements

Ok) thx Mqtt import that's exactly what I needed) on lamp_on do Publish /%sysname%/state,1 gpio,12,1 gpio,13,0 endon on lamp_off do Publish /%sysname%/state,0 gpio,12,0 gpio,13,1 endon on lamp_change do if [relay#Switch]=1 event,lamp_off else event,lamp_on endif endon [code] on button#Switch do even...
by lyovav
29 Sep 2018, 20:40
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Re: Help you create the device rules for the following requirements

Thank you very much for your help I almost found a rule what I wanted on lamp_on do gpio,12,1 gpio,13,0 endon on lamp_off do gpio,12,0 gpio,13,1 endon on lamp_change do if [relay#Switch]=1 event,lamp_off else event,lamp_on endif endon on button#Switch do event,lamp_change endon I can remotely contro...
by lyovav
27 Sep 2018, 17:51
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Re: Help you create the device rules for the following requirements

I have Sonof BASIC and I really liked the project esp easy like custom software.
but I could not find a ready-made solution to manage Sonof BASIC using mqtt server
I've already figured out how to control the relay using a button but can not do it with a mqtt server with a reverse connection...
by lyovav
27 Sep 2018, 13:04
Forum: ESP Easy: General Discussion
Topic: Help you create the device rules for the following requirements
Replies: 16
Views: 11849

Help you create the device rules for the following requirements

Help you create the device rules for the following requirements 1. is the control button on the off 1 relay (GPIO2) 2. is a mqtt server with the help of which is remotely controlled by 1 relay by topic /neopixel/relay1/status for that 2 threads are created on the mqtt server topics /neopixel/relay1/...