AndroidDesigner

Results 17 comments of AndroidDesigner

Hello @exaby73 Thank you for reply. I'm using raspberry pi 4 model B that is connected to a touch LCD : ``` pi@raspberrypi:~ $ uname -a Linux raspberrypi 5.15.61-v8+ #1579...

I can't use pagination, because I need to plot all data in a Linear chart (not show in a table). I think cached data from the ``isar`` database remains in...

> Interesting, on Linux it throws immediately: > > ``` > SerialPortError: Input/output error, errno = 5 > ``` What is solution for this error in Raspberrypi?

Your welcome dear @andsel Did you implement MQTT 5.0 in the code? You wrote in #808 : ``` Retain As Published The Retain As Published option has two possible values,...

> How it's possible if the `Retain As Published` option only exists in MQTT5 subscribe and that code is part of 0.18? > > `Retain As Published` relates to the...

I think your logic for Qos=0 is wrong! Because there is a lot use cases where we need to retain messages for IoT things with QoS=0. I have read the...

> Give the ability to the broker implementation what to do on retained QoS0 publishes. Please could you explain better where is the error in the logic for QoS0? In...