Search found 62 matches

by seb82
24 Jan 2019, 10:17
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

Great !

It means you used hardware serial RX/TX, doesn't it ?

Normally, you should be able to change it directly in the web interface. But first, you must disable serial log in the advanced page.
by seb82
22 Jan 2019, 10:54
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

To be sure, I have just recompiled with the files directly from my github (library + .ino) for release 20190116 and it works. PZEM004T.png Maybe you could try setting PLUGIN_171_DEBUG to true in the .ino file and see if you get more information. And also, maybe try other pins and double check wiring...
by seb82
19 Jan 2019, 10:52
Forum: RFLink: Development and announcements
Topic: RFLink Wifi ESP
Replies: 8
Views: 30362

Re: RFLink Wifi ESP

I developped my own firmware to retrieve data throught MQTT if interested : https://github.com/seb821/espRFLinkMQTT
by seb82
19 Jan 2019, 10:05
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

I forked the library and included modifications to get it to work with ESPEasy last release (20190116): https://github.com/seb821/PZEM004T The .ino plugin file I use is also included. To compile with platformio : - .ino file goes into source/src - other files go into source/lib/PZEM004T - in platfor...
by seb82
19 Jan 2019, 09:40
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

I tested first with an Arduino Nano to make sure hardware was ok with code from these links: https://github.com/JhonControl/PZEM-004t-basic-ESP32-Arduino-ESP8266-Python-RPi/tree/master/PZEM_ArduinoNANOSoftSerial http://pdacontrolen.com/electricity-consumption-meter-peacefair-pzem-004-esp8266-arduino...
by seb82
19 Jan 2019, 09:22
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 505379

Re: RPIEasy

[...] I am a little uncertain what do you need exactly. [...] Because "#" character will be replaced by taskname and valname automatically. This is the default behaviour of the Generic MQTT controller. I can implement %taskname% and %valuename% if the above is not working with OpenHab. In...
by seb82
16 Jan 2019, 09:26
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 505379

Re: RPIEasy

Just tested it on an old Raspberry 1 and it is really nice. I like it. To keep everything consistent with other ESPEasy devices, would it be possible to take in account %tskname% and %valname% in the MQTT topics ? This is the default publish topic when selecting OpenHAB MQTT in ESPEasy : /%sysname%/...
by seb82
07 Jan 2019, 14:42
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

It does compile with release 20181231. In release 20190107, it looks like they changed the name of the library from ESPEasySoftwareSerial to ESPEasySerial (in source/lib). These changes will have to be reported in the plugin .ino file and possibly in the modified PZEM004 library as references and ob...
by seb82
03 Jan 2019, 19:29
Forum: ESP Easy: General Discussion
Topic: Can't compile with a new plugin (PZEM004T)
Replies: 22
Views: 36377

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

@goldriver In the PZEM004T library folder, in library.json remove the dependancy to EspSoftwareSerial : { "name": "PZEM004T", "frameworks": "arduino", "keywords": "peacefair, pzem, powermeter", "description": "Enables communi...
by seb82
23 Oct 2018, 19:28
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21524

Re: Serial Server - how to send commnad to Serial port from ESP?

Thanks for the link. It is great if there is a plugin for ESP Easy, I shall try for sure.

At the time, I believe it was not existing so I made my own firmware with the help of some existing code from github. It can be found here : https://github.com/seb821/espRFLinkMQTT
by seb82
05 Sep 2018, 11:04
Forum: ESP Easy: General Discussion
Topic: Event Processing - RFLink
Replies: 5
Views: 6039

Re: Event Processing - RFLink

This is working for me with "RFLink" selected for event processing and this rule: On !RFLink#* do Publish test,%eventvalue% endon Or if you select "Generic" for event processing: On !Serial#* do Publish test,%eventvalue% endon I had to put a "RX Receive Timeout" of 10 m...
by seb82
05 Sep 2018, 11:04
Forum: Experimental
Topic: Serial Server - how to send commnad to Serial port from ESP?
Replies: 10
Views: 21524

Re: Serial Server - how to send commnad to Serial port from ESP?

This is working for me with "RFLink" selected for event processing and this rule: On !RFLink#* do Publish test,%eventvalue% endon Or if you select "Generic" for event processing: On !Serial#* do Publish test,%eventvalue% endon I had to put a "RX Receive Timeout" of 10 m...