mqboard icon indicating copy to clipboard operation
mqboard copied to clipboard

Micro Framework for MicroPython Boards Managed via MQTT

Results 21 mqboard issues
Sort by recently updated
recently updated
newest added

As I can see in PR in micropython, there is only one which is still open: https://github.com/micropython/micropython/pull/6785

Good evening, In mqboard/board/main.py ligne 123 in context["future"].coro.coro, i think a coro is enought thank

Hi Thorsten, I'm loving your work - this is an excellent model for remote communication and management of IoT devices - thanks. I'd be really grateful if you could provide...

I can't observe the behavior stated in point 5 of https://github.com/tve/mqboard/tree/master/blinky . > `Note that there is a time-out on safe mode (set to 3 minutes in the board config)...

Any idea what might be happening here. Running /blinky/sync (venv) fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/mqboard/blinky$ ./sync.sh --server mqtt.xxxxxxx.com --port 8883 --tls --prefix aiotcomqtt Target directory /lib ok sntp.py ok sysinfo.py ok logging.py ok board.py...

The default timeout is too short, need to make it longer.

Sorry for the verbose post. While building cloned source (tag v1.12-tve2) it is failing with the below errors... fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/micropython-1.12-tve/ports/esp32$ make PORT_DIR=/home/fredrick/Development/micropython/micropython-1.12-tve/ports/esp32/ Use make V=1 or set BUILD_VERBOSE in your environment...

``` File "/home/src/esp32/mpy-mqtt/mqboard/view.py", line 24, in on_log m = msg.payload.decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte ``` It's sometimes convenient to use something...