Sergey Trofimov

Results 8 issues of Sergey Trofimov

Здравствуйте! Хочу получить цену последней сделки по валютным парам. Вот такой запрос для USD/RUB работает: `quik.Trading.GetParamEx("EES_CETS", "USDRUB_1$", "LAST");` А аналогичный запрос для EUR/RUB - не работает: `quik.Trading.GetParamEx("EES_CETS", "EURRUB_1€", "LAST");` (в...

I have installed ["HASS Pyscript kernel shim for Jupyter"](https://github.com/craigbarratt/hass-pyscript-jupyter) on my Windows client machine. If I create new hass pyscript in web interface: ![image](https://user-images.githubusercontent.com/24802646/189979599-539c0a28-e6e2-4ff5-a22d-5baba77dfe4a.png) I see the following error(s) in...

Hello! I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between...

enhancement
good first issue

I have installed pyscript into Home Assistant (HA). It works properly (I can execute python scripts). On my client Windows machine I installed HASS Pyscript kernel shim for Jupyter and...

I have installed Pyscript integration to Home Assistant (it runs on Ubuntu machine). Then I installed HASS Pyscript kernel shim for Jupyter on my Windows machine (where VSCode installed). If...

I have used Frigate integration for a long time. But it's motion detection function loads CPU too much (my CPU is old and doesn't support AVX). I decided to install...

Здравствуйте! Увидел два предупреждения в логе Home Assistant 2024.2.1: ``` Logger: homeassistant.components.climate Source: components/climate/__init__.py:354 Integration: Климат (documentation, issues) First occurred: 21:28:28 (3 occurrences) Last logged: 21:28:28 Entity None () does...

bug
Home Assistant

Hello! I installed ProxiFyre as Windows 11 service. My config: ``` { "logLevel": "None", "proxies": [ { "appNames": ["browser.exe"], "socks5ProxyEndpoint": "IP_ADDR:PORT", "username": "LOGIN", "password": "PASSWORD", "supportedProtocols": ["TCP", "UDP"] } ]...