Search found 41 matches

by Dan
29 May 2025 17:14
Forum: Обсуждение на русском / Discussions in Russian
Topic: Версия 5.0.2
Replies: 4
Views: 6745

Re: Версия 5.0.2

Расскажите, а где вы взяли 5.0.2, если на сайте последняя уже год как 4.1.4? https://storage.z-wave.me/z-way-server/
by Dan
20 Sep 2024 20:14
Forum: Discussions in English
Topic: Influx db setup
Replies: 3
Views: 12032

Re: Influx db setup

For me in future. 1) "InfluxDb Statistics Collector" v1.07 in only compatible with InfluxDB v1, not v2 2) "Database Server URL" field should be filled as "localhost" or "192.168.1.10", but not "http://localhost:8086/write" or "http://192.168.1.1...
by Dan
04 May 2024 18:35
Forum: Обсуждение на русском / Discussions in Russian
Topic: RPi4 + RaZberry = An unexpected error occurred while initialising the Z-Wave controller data
Replies: 22
Views: 76620

Re: RPi4 + RaZberry = An unexpected error occurred while initialising the Z-Wave controller data

Недостаточно просто поставить Z-Way. Надо еще выполнить 2 команды: - systemctl disable hciuart - добавить в /boot/config.txt строчку "dtoverlay=pi3-disable-bt" Спустя 5 лет вновь переустанавливаю эту малину с нуля, вновь напарываюсь на эту же ошибку, читаю кучу неподходящих советов в инте...
by Dan
30 Jan 2023 11:21
Forum: Обсуждение на русском / Discussions in Russian
Topic: Уведомление по времени со значениями датчиков
Replies: 4
Views: 31071

Re: Уведомление по времени со значениями датчиков

В теле уведомления перенос строки работает. А разве в почтовом заголовке можно делать перенос строк? мне кажется, нет.
by Dan
18 Jan 2023 22:10
Forum: Discussions in English
Topic: Latest OS Upgrade but port 8083 is not open / listening
Replies: 7
Views: 4615

Re: Latest OS Upgrade but port 8083 is not open / listening

Oh, seems to be no. Looks like you need to clear cache
In Chrome open Developers tools (Ctrl+Shift+I), right clict at page refresh button, "Clear caсhe and ~hard reload"
by Dan
18 Jan 2023 22:00
Forum: Discussions in English
Topic: Latest OS Upgrade but port 8083 is not open / listening
Replies: 7
Views: 4615

Re: Latest OS Upgrade but port 8083 is not open / listening

Am I right, that you have no web interface in 4.0.2?
If yes, try to downdrade to 4.0.1
I have the same issue and that hepled
by Dan
07 Jan 2023 16:03
Forum: Обсуждение на русском / Discussions in Russian
Topic: Количество событий (Events)
Replies: 12
Views: 53258

Re: Количество событий (Events)

... или неправильная настройка? Если Вам не нужны эти значения, то, может, отключить/сократить их отправку на самом устройстве? И сети получше житься будет. Лично мне кажется вполне полезным отображение приходящих с устройства данных, какими бы они ни были. А если какие-то не нужны - их можно скрыть...
by Dan
24 Dec 2022 00:16
Forum: Discussions in English
Topic: How to send notifications about low battery to Telegram?
Replies: 4
Views: 5018

Re: How to send notifications about low battery to Telegram?

### ZWayVDev_zway_2-0-128 if (vdev("ZWayVDev_zway_2-0-128").value() < 20) { var req = {method: "GET", async: true} req.url = "https://api.telegram.org/bot5071110907:AAE49V-Xt2Y8WrNvBaPxbAX3luuHcw_Rkzc/sendMessage?chat_id=-781159907&text=Sensor Battery: " + vdev(&qu...
by Dan
28 Jun 2022 22:04
Forum: Discussions in English
Topic: "Ghost" devices showing up under Signal Strength
Replies: 8
Views: 6312

Re: "Ghost" devices showing up under Signal Strength

PoltoS wrote:
28 Jun 2022 09:05
After upgrade you did please clear statistics
:idea: May be it would be great to clear statistics after firmware update automatically.
by Dan
09 Jan 2022 13:26
Forum: Discussions in English
Topic: How to send notifications about low battery to Telegram?
Replies: 4
Views: 5018

How to send notifications about low battery to Telegram?

Hi Is there any way to check low battery status and send it to Telegram? Unfortunately low battery notification are not included into "warnings" or "errors", so I can't sent it to Telegram using "Notification Filtering" app Is there any other way? Looking all events by ...