Jevgeni Kiski
Jevgeni Kiski
Hello. Thank you for a great integration! As electricity price got up I am working on a script that would control my heating depending on current electricity price. I have...
## Feature description - EVO192 supports alarm triggering in versions 7.15+ - SP/MG supports alarm triggering in versions 7.10+ Implement an MQTT endpoint to send a message to alarm.
When installed as a hassio plugin it is simple to implement notifications via home assistant. Then users would not need to configure pushover, gsm or pushbullet interfaces.
Trying to connect to remote serial port served by ser2net with pyserial-asyncio. Fails due to error: `NotImplementedError: write_timeout is currently not supported` Trace: ``` _ _ _ _ _ _...
I have MacBook Pro (Retina, 15-inch, Late 2013) with embedded NVIDIA GeForce GT 750M. Does it make sense to try to run tensorflow-gpu on it? I am feeling that I...
Can we make netifaces optional? I am running homie-python on a router and it does not have netifaces compiled.
## Proposed change This PR updates `vallox_websocket_api` to the latest version `5.0.2` and makes the necessary adjustments. It also simplifies unit tests to avoid repetition. I (@yozik04) am the maintainer...
I tried to test with this example: https://github.com/eclipse/paho.mqtt.python/blob/master/examples/loop_asyncio.py Using iptables on the server with mosquitto to block requests from my Pi(192.168.1.3) to the brocker. ```bash sudo iptables -D OUTPUT -p...
## Proposed change This PR adds a `button` platform that enables resetting the filter replacement date for Vallox ventilation units. ## Type of change - [ ] Dependency upgrade -...
Recently we have seen more users trying to use serial connection with firmwares using encrypted serial connection. Looks that encrypted protocol for EVO and SP/MG branches is the same. Currently...