DivanX10

Results 89 comments of DivanX10
trafficstars

> Hi everyone, real nice project! I have the problem that the mqtt broker is losing the connection every one till two days. At the moment my broker sends me...

A working reboot command via the MQTT service for this [firmware](https://drive.google.com/drive/folders/15WgpG_04JhWDdBxhBjB9pIWSCzyGV4ll) ``` service: mqtt.publish data: topic: esprfid/cmd payload: "{cmd:'reboot',doorip:'192.168.1.48'}" ```

Or as the simplest way to output audio to a bluetooth speaker, this is through the [Mopidy addon](https://github.com/Llntrvr/Hassio-Addons/tree/main/mopidy), where we select a bluetooth speaker from the list as an audio...

Tell me how it should work? I did, I see that the microphone hears, but the virtual microphone Alt Denoised Mic Monitor does not hear ![image](https://user-images.githubusercontent.com/64090632/230799216-4eb8a6fc-2339-471e-b38d-0b31fd7e6b5c.png) ![image](https://user-images.githubusercontent.com/64090632/230799231-5bfe4208-5b9e-49c8-9bac-2dd225f889b9.png) If I use...

> Подтверждаю, обновление не решило проблему. Попробуйте принудительно обновить счетчики через службу, мне это помогало ``` service: homeassistant.update_entity data: {} target: entity_id: - sensor.saures_gvs - sensor.saures_khvs alias: Обновить данные водосчетчика...

Как вариант можно использовать встроенный [RESTFull сенсор](https://www.home-assistant.io/integrations/sensor.rest) в Home Assistant. Я реализовал через RESTFull и все подтягивается само. Все подробности можно изучить на сайте [Saures API](https://api.saures.ru/doc/1.0/) Скриншоты ![image](https://github.com/volshebniks/sauresha/assets/64090632/59be1c18-2328-4d1a-906d-0c38867ebc15) ![image](https://github.com/volshebniks/sauresha/assets/64090632/5810e6bb-d1ac-4d57-a6f0-f20f276e2ca1) ![image](https://github.com/volshebniks/sauresha/assets/64090632/711e0a1c-e133-4e6f-ba67-7b0c6e043f2e)...

> это всё конечно замечательно.. но мы требуем внимание разработчика к проблеме. ![IMG_20231020_123113](https://user-images.githubusercontent.com/113246384/276888175-6b008016-4927-4067-8346-7856198f8a13.jpg) Странно что-то требовать от автора открытого проекта. Это открытый проект, никто, никому, ничего не обязан. Автор сделал...

> это RestFull сенсоры - код выложил выше. > > подскажи, плиз, сенсоры в конфиге прописываем? Да, прописываем в конфиге. Подробно про RESTful Sensor читаем [здесь](https://www.home-assistant.io/integrations/sensor.rest) Для справки. Я добавил...

Tell me, how do I manually add this to the firmware to make the web ui + web ota work?

There is no feed button, there are only sliders. When you change the number in the Feed slider, then the feed is poured, and where is the button? Can you...