There're a number of frames that cannot be parsed in the Pi@Finse. For example:
In [13]: frame = base64.b64decode(b'PD0+hgMjNzc0QzY3MDU3QzEwNTQxMyNub2RlX2lkIzQzI01BQzo0MTA1RDRDNSNBQ0M6Nzg7LTE5Mzs5OTIjQkFUOjEwMCM=')
...: print(frame)
...: parse_frame(frame)
...:
b'<=>\x86\x03#774C67057C105413#node_id#43#MAC:4105D4C5#ACC:78;-193;992#BAT:100#'
Warning: text frames not supported (134)
We should resolve all these so the queue is empty.
For instance, in the example above, it's a text frame. Support for parsing text frames was removed a long time ago. Should we support text frames?
There're a number of frames that cannot be parsed in the Pi@Finse. For example:
We should resolve all these so the queue is empty.
For instance, in the example above, it's a text frame. Support for parsing text frames was removed a long time ago. Should we support text frames?