SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Linux - impulse counters should have option to store counter value in case of missing reading from external integration #32

Closed klew closed 9 months ago

klew commented 9 months ago

This was fixed on server side, by providing functionality, that server ignores impulse counter value 0. So if readout from external device is not available, io should send counter=0, and server will ignore it as invalid value.