Search found 437 matches

by michap
05 Feb 2024 19:53
Forum: Z-Uno
Topic: Z-Uno2 OTA Sketch Update Issue
Replies: 13
Views: 2218

Re: Z-Uno2 OTA Sketch Update Issue

Hi,

I can only say that OTA update with 3.0.12 is working fine without problems using Z-Way...

It doesn't help you, but looks like not a problem with Z-Uno FW, maybe...

Michael
by michap
22 Dec 2023 17:27
Forum: Discussions in English
Topic: New weather app?
Replies: 9
Views: 43473

Re: New weather app?

I made a pull request today for LocalWeather app with added temperature, humidity and wind speed/direction sensors (can be selected).
This can be used in future in automation.
Additional you can select the refresh interval then.

If you have some time you can wait while update is available.

Michael
by michap
20 Dec 2023 21:56
Forum: Discussions in English
Topic: New weather app?
Replies: 9
Views: 43473

Re: New weather app?

Yes, you are right of course - I haven't seen that this element is a widget with multiple device values... One simple way could be to create a new HTTP-device and configure it like this: weather_device.jpg Use here the device name of your weather device and your z-way-IP - and insert the Javascript ...
by michap
20 Dec 2023 19:49
Forum: Discussions in English
Topic: Fluid pressure sensor
Replies: 10
Views: 36068

Re: Fluid pressure sensor

lanbrown wrote:
19 Dec 2023 20:32
That is a very limited use case.
Right.
I would take a Z-UnoG2 and this sensor and make it myself. It is really not hard to do.
The "hardest" work is to find/make/print a case for the sensor ;)

Michael
by michap
18 Dec 2023 21:33
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 25860

Re: V4.1.2: steadily increasing cpu load

piet66 wrote:
15 Dec 2023 15:34
Unfortunately, I noticed that the CPU load is constantly increasing, just like in 4.1.0.
Hi,
what tool you have used for this (CPU load table)? (for compare the values)

My htop does not show such high usage - but maybe really depend on the used modules...

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

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: 43473

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: 37801

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: 25984

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: 25984

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