Search found 442 matches

by michap
09 Dec 2023 10:17
Forum: Discussions in English
Topic: Fluid pressure sensor
Replies: 10
Views: 36353

Re: Fluid pressure sensor

You think about something like this?

https://www.aliexpress.com/i/33028576390.html

You can find it also in local stores...
The analog output you can connect to Z-Uno.

Michael
by michap
08 Dec 2023 19:02
Forum: Discussions in English
Topic: New weather app?
Replies: 9
Views: 43871

Re: New weather app?

Genius wrote:
02 Dec 2023 16:09
I've installed local weather app. But there is no device I can work with.
There will be created a device with name of your location (if API key is not wrong) - check again ;)
You can check it in event log too...

Michael
by michap
07 Dec 2023 17:04
Forum: Discussions in English
Topic: RaZberry 7 Pro serial problem RPI4b bookworm
Replies: 8
Views: 38123

Re: RaZberry 7 Pro serial problem RPI4b bookworm

HI,

try to modify the config.txt (at f=/boot/firmware/config.txt ) :

Code: Select all

...
[all]
dtoverlay=pi3-disable-bt
enable_uart=1
If it does not help use raspi-config to disable the not needed options.

Michael
by michap
19 Nov 2023 13:40
Forum: Discussions in English
Topic: Z-way installation on Raspberry PI 5
Replies: 14
Views: 26542

Re: Z-way installation on Raspberry PI 5

So looks like z-way is not running at all... try following: /etc/init.d/z-way-server stop (to be sure that not running) cd /opt/z-way-server ./z-way-server Here you see any error messages why it cannot start. And - I would try to reinstall z-way using the script - without the "q" option, s...
by michap
18 Nov 2023 22:13
Forum: Discussions in English
Topic: Z-way installation on Raspberry PI 5
Replies: 14
Views: 26542

Re: Z-way installation on Raspberry PI 5

2. Serial port enabled
BTW:
in file /boot/firmware/config.txt you have inserted the last line?

Code: Select all

...
[all]

dtoverlay=pi3-disable-bt
enable_uart=1
Michael
by michap
18 Nov 2023 21:49
Forum: Discussions in English
Topic: Z-way installation on Raspberry PI 5
Replies: 14
Views: 26542

Re: Z-way installation on Raspberry PI 5

Hi, have you checked /var/log/z-way-server.log ? On 'find.z-wave.me' I can see IP for direct connection to Raspberry. But the link is not accessible. Here you can see if z-way-server is running or why was not started. You can find out the IP with ifconfig on shell - and then use the direct link http...
by michap
17 Nov 2023 20:30
Forum: Discussions in English
Topic: Time Concition in Automations
Replies: 13
Views: 29036

Re: Time Concition in Automations

BTW: the App "System Clock (CRON)" is enabled in your Z-Way installation? ;)
by michap
17 Nov 2023 20:15
Forum: Discussions in English
Topic: Time Concition in Automations
Replies: 13
Views: 29036

Re: Time Concition in Automations

Hi, the second rule (json) will not work as far as I understand, because there is no "trigger" inside. Time only cannot be a trigger, only a condition. Here is missing the changing altitude event like "if altitude <5". But if time scheduler is also not working - then it sounds st...
by michap
17 Nov 2023 19:38
Forum: Discussions in English
Topic: Debian 12 Bookworm?
Replies: 4
Views: 11224

Re: Debian 12 Bookworm?

Hi,

maybe better:

Code: Select all

f=/boot/firmware/config.txt ...
because the /boot/config.txt is now a link to /boot/firmware/config.txt file ?
Otherwise the link will be overwritten (but not the linked file)

Michael
by michap
17 Nov 2023 15:20
Forum: Discussions in English
Topic: Debian 12 Bookworm?
Replies: 4
Views: 11224

Re: Debian 12 Bookworm?

SOLVED! After we have connected via SSH, the last command to install the Z-Way server remains: wget -qO - https://raw.githubusercontent.com/msazanov/Z-WayInstallScript/main/Z-Way-Install | sudo bash Thanks, with your installation script the software is working again! Thank you for your help! Michael