Antonín Skala

Results 16 issues of Antonín Skala

Address issue #24 - Set default unit of measurement based on device class - Added optional config entry: `unit_of_measurement` to override default unit - Enables 2D History Graph

Hello, I have a problem compiling deserializeJson example in PlatformIO and Espressif 8266 (2.6.2). Code is placed in function called from class function: ```c StaticJsonDocument doc_in; DeserializationError error = deserializeJson(doc_in,...

Hi, I would like to add step by step for using self compiled Precise Engine and Precise Runner with Mycroft. It took me a quite time to figure it out...

Hi, I'am having trouble getting working engine from dev branch 3.0.0. Steps tu build and install: ``` cd /srv/mycroft-precise rm -r .venv rm -r build rm -r dist bash setup.sh...

Hello, I just bought a refrigerator LG GBB72PZDZN. If You would like to add a support, I can help with testing.

Hi, is there a way to set github-status-action state based on result from allure report?

## Description Hi, I'm proposing a fix for issue #3137. For getting directory use `$PWD` and for getting directory of script which was caller use `$0`. ## How to test...

CLA: Yes
hacktoberfest-accepted

## Description Hi, PR contain Czech version of noise words. ## Contributor license agreement signed? CLA [x] (Whether you have signed a [CLA - Contributor Licensing Agreement](https://mycroft.ai/cla/)

CLA: Yes
hacktoberfest-accepted

## Description As described in Issue #3124, `--tempfile` was deprecated in Nano version 5.0. Switching to `--saveonexit` would break function on older versions (Ubuntu 20.04 LTS use 4.8 version). Thankfully,...

CLA: Yes
hacktoberfest-accepted

Hi commit 56ceb80179a79dfb294f0b3eecdc6612642964c1 break function of `start-mycroft.sh`. As pointed by @emphasize, when `mycroft-start` is called, `SOURCE="$0"` will point to `/srv/mycroft-core/bin` and thus break function as everything is run in incorrect...

bug