Andreas Motl

Results 1168 comments of Andreas Motl

`--port " COM10"` > Invalid serial port " COM10"! Use list command to show valid ports.

Dear @poesel, we can well move `dist-packages` into the `src` folder and finally add a `pymakr.conf` (#32). With kind regards, Andreas.

Dear @poesel, we might well consider that in the future. Currently, due to other obligations elsewhere but also within Terkin, I don't think I will able to dedicate myself to...

Basic support for the INA219 has been added, see [ina219_sensor.py](https://github.com/hiveeyes/terkin-datalogger/blob/b2443379/src/lib/terkin/driver/ina219_sensor.py) and [settings.example.py#L468-L475](https://github.com/hiveeyes/terkin-datalogger/blob/b2443379194f61fb20b1d3d0cbd7f305c8fdde6c/src/settings.example.py#L468-L475). While the code base supports it on MicroPython and CPython, it has only been tested on CPython so...

@smlng was quick to submit a patch for the issue outlined at https://github.com/smlng/pycayennelpp/issues/104 already, see https://github.com/smlng/pycayennelpp/pull/105. Thank you very much!

Another `pymakr.conf`: ``` { "address": "192.168.4.1", "username": "micro", "password": "python", "sync_folder": "", "open_on_start": true, "safe_boot_on_upload": false, "py_ignore": [ "pymakr.conf", ".vscode", ".gitignore", ".git", "project.pymakr", "env", "venv", "README.md", "Not_Included" ], "fast_upload": false...

Yet another `pymakr.conf`: ``` { "address": "192.168.4.1", "username": "micro", "password": "python", "sync_folder": "src", "sync_file_types": [ "py", "txt", "log", "json", "xml", "html", "js", "css", "mpy", "pem", "cet", "crt", "key" ], "sync_all_file_types":...

Yet another one: ``` { "address": "/dev/ttyUSB0", "username": "micro", "password": "python", "sync_folder": "", "open_on_start": true, "sync_file_types": "py,txt,log,json,xml", "ctrl_c_on_connect": false } ``` -- https://github.com/teusH/MySense/blob/master/PyCom/WiPy/firmware/pymakr.conf

Hi Manu, thanks a stack for this excellent patch, we will be happy to accept it. As I am not a VSC user and don't use Docker for developing Terkin,...

When thinking about this once more, and when looking at the [ci job #4274673219], it looks like the MQTT payload already includes three timestamp fields: ``` system.runtime 17.281501054763794 system.time 1637434163.607122...