DivanX10

Results 89 comments of DivanX10
trafficstars

Можно сделать другим способом. Ставим на пылесос прошивку valetudo и настраиваем таким [способом](https://community.home-assistant.io/t/script-service-data-template-array-based-on-input-boolean/154091/19?u=divanx10). Пылесос отвязывается от облака и управляется через MQTT + делаем зональную уборку. Также пробрасывается в умный дом...

All my attempts to find some solution to make bluetooth work are unsuccessful. I have described everything in detail here. Maybe there is some solution how to make the bluetooth...

I join, a similar problem with Raspeaker Core V2. [Pixel Ring](https://github.com/respeaker/pixel_ring) it works fine for me, but HermesLedControl can't control the LEDs OS Debian 10 Python 3.7.3 ``` ./venv/bin/python3 main.py...

I managed to start the LEDs through hermesledcontrol, but for some reason it works through debugging mode, and if you run it through the service, it doesn't work and there...

### The solution to the problem has been found I found the cause of the problem and understood why HermesLedControl could not control the LEDs. After I fixed it, HermesLedControl...

> I think Respeaker Core v2 mraa uses gpio 12 to power instead of gpio 5. Can you check in `interfaces\apa102.py`, line 26 and change `mraa.Gpio(5)`to `mraa.Gpio(12)` and restart HLC...

> Or install anything python related using sudo? Yes, I installed python-mraa via sudo as specified in [documentation](![image](https://user-images.githubusercontent.com/64090632/230674468-35f93b20-23ac-48ce-8f46-8e68931cd1dc.png)) ``` sudo apt install -y python-mraa python-upm libmraa1 libupm1 mraa-tools ``` ![image](https://user-images.githubusercontent.com/64090632/230674422-f877fc53-ce50-4a77-9616-8436553304ce.png)...

It didn't help. I installed debian from 0, installed Rhasspy, HermesLedControl, python-mraa did not install from root, but did it through sudo, as a result I can run python examples/respeaker_v2_pixel_ring.py...

It didn't work. I repeated the installation, put it from scratch and did everything as usual. I still can't get HLC to work with your method, and by running the...

> Have you tried to copy python-mraa to the HLC venv? I couldn't stand it, I didn't understand what needed to be done. You can describe the detailed steps, I...