Search found 267 matches

by piet66
15 Mar 2023 13:38
Forum: Discussions in English
Topic: HTTP request or MQTT request
Replies: 3
Views: 1414

Re: HTTP request or MQTT request

The easiest way to bring data into Zway is with an http command, for example in a script with curl: USER_PW="username:secret" URL="http://$IP:8083/ZAutomation/api/v1/devices/" curl -sS -u ${USER_PW} ${URL}${TARGET_DEVICE}/command/exact?level=${VALUE} where ${TARGET_DEVICE} is the...
by piet66
22 Feb 2023 23:18
Forum: Discussions in English
Topic: Cannot start Z-Wave binding: Error: Bad data - communication failed
Replies: 10
Views: 2890

Re: Cannot start Z-Wave binding: Error: Bad data - communication failed

Yes, Raz7 was put on the same Raspberry on the same place as the Raz2.

That's great if you would replace it.
by piet66
22 Feb 2023 17:49
Forum: Discussions in English
Topic: Cannot start Z-Wave binding: Error: Bad data - communication failed
Replies: 10
Views: 2890

Re: Cannot start Z-Wave binding: Error: Bad data - communication failed

I have reinstalled my old Razberry board. Z-Way now seems to work properly again.

If nobody knows better, I will say that the board is defective. I will send it back under warranty.

The new Razberry7 Pro board worked perfectly for only 6 weeks.
by piet66
22 Feb 2023 17:40
Forum: Discussions in English
Topic: Cannot start Z-Wave binding: Error: Bad data - communication failed
Replies: 10
Views: 2890

Re: Cannot start Z-Wave binding: Error: Bad data - communication failed

Some more info to the problem: after 23:00 last day, the log was flooded with the messages: [2023-02-21 23:02:08.777] [zway] Adding job: Get background noise level [2023-02-21 23:02:08.984] [zway] Job 0x3b (Get background noise level): No ACK received before timeout [2023-02-21 23:02:09.189] [zway] ...
by piet66
22 Feb 2023 11:48
Forum: Discussions in English
Topic: Cannot start Z-Wave binding: Error: Bad data - communication failed
Replies: 10
Views: 2890

Cannot start Z-Wave binding: Error: Bad data - communication failed

Since this morning, my Zway system suddenly doesn't work anymore. I'm getting these messages: [zway] Job 0x07 (Get controller info and supported function classes): No ACK received before timeout [core] Error: Bad data - communication failed [core] Tried 5 times without success. Stopping tries. [core...
by piet66
21 Feb 2023 11:46
Forum: Discussions in English
Topic: [Solved] Migrating devices from Rasberry2 to Rraspberry7 module
Replies: 10
Views: 3519

Re: [Solved] Migrating devices from Rasberry2 to Rraspberry7 module

It contains config.json + other user concerned files from storage folder (images,..) + some additional information
by piet66
17 Feb 2023 12:23
Forum: Discussions in English
Topic: [Solved] Migrating devices from Rasberry2 to Rraspberry7 module
Replies: 10
Views: 3519

Re: [Solved] Migrating devices from Rasberry2 to Rraspberry7 module

zbk is a zip file. It contains mainly the file 0e0d0c0b-DevicesData.xml with your device data.
zab is a json file. Formerly it contained only config.json with the software configuration (modules, instances,...). Now it contains non-printable data. Don't know what's the contents now.
by piet66
16 Feb 2023 14:47
Forum: Discussions in English
Topic: [Solved] Migrating devices from Rasberry2 to Rraspberry7 module
Replies: 10
Views: 3519

Re: Migrating devices from Rasberry2 to Rraspberry7 module

You need at least ZWay version 3,2.3. I recently did this upgrade with 3.2.3: - took both backups - stopped system and changed the Razberry board - restarted - in ExpertUI upgraded the firmware to 7.28 That needed several steps. I did a restart between every step, don't know whether it's necessary -...
by piet66
26 Jan 2023 11:51
Forum: Discussions in English
Topic: MxMQTT Subscriber from piet66 | Control a switch
Replies: 12
Views: 3124

Re: MxMQTT Subscriber from piet66 | Control a switch

In the new version 1.2.5 it's fixed.
by piet66
20 Jan 2023 15:17
Forum: Discussions in English
Topic: MxMQTT Subscriber from piet66 | Control a switch
Replies: 12
Views: 3124

Re: MxMQTT Subscriber from piet66 | Control a switch

Hi, I've found the place, where it's happening. But I need more information to understand, why. - is this problem persistent, or only at first switching? I think it's persistent. - are there error messages in the log after starting the module? For example, such as ''eval error: wrong format'? - what...