Search found 4 matches

by Andrey2509
15 May 2019, 19:41
Forum: Experimental
Topic: Get the values in the plugin being developed from other standard plugins
Replies: 0
Views: 9187

Get the values in the plugin being developed from other standard plugins

How to get the values in the plugin being developed from other standard plugins? I want to transfer data from the sensors (via original plugins) to the wired modbus-rtu-slave using the Software serial port and library https://github.com/Trialcommand/ESP8266-Modbus-RTU-Slave . Please give an example ...
by Andrey2509
30 Sep 2018, 19:01
Forum: Experimental
Topic: Please help check code for memory leak
Replies: 3
Views: 11075

Please help check code for memory leak

I developed the Electricity Meter plug-in. The plugin works fine but only 2-3 hours. With each cycle, the amount of free memory is reduced. Help me find a memory leak problem.
Link to plugin:
https://github.com/Andrey2509/ESPEasy/b ... ury230.ino
by Andrey2509
26 May 2018, 05:01
Forum: Experimental
Topic: NEW TYPE OF SENSOR VALUE
Replies: 2
Views: 10981

Re: NEW TYPE OF SENSOR VALUE

No, It is another question. I think if they add future "mqtt send big data" in plugin - it helps me.
by Andrey2509
25 May 2018, 17:47
Forum: Experimental
Topic: NEW TYPE OF SENSOR VALUE
Replies: 2
Views: 10981

NEW TYPE OF SENSOR VALUE

I developed a plugin with 38 values for my electric meter. Since at the moment the "pull request" is not possible, I have now made a new type SENSOR_TYPE_38VALUE S like SENSOR_TYPE_QUAD , but I consider this a bad way. Please help make a new data type SENSOR_TYPE_JSON with length 1024 bytes.