Sergey Trofimov

Results 11 comments of Sergey Trofimov

I have the same problem in Home Assistant Supervised installed on Raspberry Pi 3B (Ubuntu server). For the first time after I installed BLE Monitor integration everything worked fine. But...

После установки пакета QuikSharp в NetCore-проект в проекте появилась "виртуальная" папка 'lua': ![image](https://user-images.githubusercontent.com/24802646/124182773-01943c00-dac0-11eb-9246-5783c2bbc858.png) Виртуальная, потому что все файлы в этой папке на самом деле находятся тут: C:\Users\ИМЯ_ПОЛЬЗОВАТЕЛЯ\\.nuget\packages\quiksharp\2.0.0\contentFiles\any\netstandard2.0\lua\ Это нормально? Cкрипт...

У меня брокер ВТБ. Инструментов USDRUB_TMS и EURRUB_TMS у него в Квике нет. Да, в Квике от ВТБ есть инструменты USDRUB_TOM и EURRUB_TOM, аналогичные брокеру Открытие. Но мне хотелось бы...

In PMS5003 datasheet that I have there is no information about passive/active mode and any commands to sensor. Thanks for your explanations )

The output of `jupyter notebook` command is: ![image](https://user-images.githubusercontent.com/24802646/189968514-8c2caee4-64b9-4334-9991-59e7fb945ed5.png) The output of `jupyter console --kernel=pyscript` command is: ![image](https://user-images.githubusercontent.com/24802646/189969843-75acc1e2-41e6-4ff8-bf45-415381448833.png) I can run Jupyter server using `python -m notebook` command: ![image](https://user-images.githubusercontent.com/24802646/189970586-7ac9c571-ed3d-4b7c-8ef9-1c1a0ea13bd1.png) It opens...

If I create new hass pyscript in web interface: ![image](https://user-images.githubusercontent.com/24802646/189978400-743ec895-71e1-41fd-844a-e42c32945958.png) I see the following error(s) in the HA logs: ![image](https://user-images.githubusercontent.com/24802646/189978731-934c67a0-bd60-4ca6-87e8-0b99d4b21b00.png)

I edited 'C:\ProgramData\jupyter\kernels\pyscript\kernel.json' file to specify full path to python interpreter: ``` { "argv": [ "C:\\Users\\trofi\\AppData\\Local\\Programs\\Python\\Python38\\python.exe", "-m", "hass_pyscript_kernel", "-f", "{connection_file}" ], "display_name": "hass pyscript", "language": "python" } ``` But it...

Thanks. Sorry for wrong repo.