Search found 50 matches

by ScotsDon
10 Jan 2022 22:49
Forum: RaZberry
Topic: ZWAY server fails at 03:00 regularly
Replies: 37
Views: 12589

Re: ZWAY server fails at 03:00 regularly

Thanks! Will try what you suggest tomorrow. As a work-around, I have set the pi to reboot at 03:10, which is one option. Will report back tomorrow.
by ScotsDon
10 Jan 2022 22:05
Forum: RaZberry
Topic: ZWAY server fails at 03:00 regularly
Replies: 37
Views: 12589

Re: ZWAY server fails at 03:00 regularly

Further info: I tried running my process at 03:01 by changing the Cron entry, and setting the Pi clock to 02:58. This time, the first device, Instance 1, on the list did not respond, even after 9 re-tries, but the remaining devices gave no error and appear to be OK. including a change of state to th...
by ScotsDon
10 Jan 2022 18:53
Forum: RaZberry
Topic: ZWAY server fails at 03:00 regularly
Replies: 37
Views: 12589

Re: ZWAY server fails at 03:00 regularly

Further information: My process runs at 00, 15, 30, 45 minutes past the hour (CRON). I set the time of the Pi manually to 02:59 and waited a minute. At 03:00, my process ran and the ZWay server failed again, as previously. I rebooted and set the time to 03:14, 03:29 and 03:59. In all 3 cases, a minu...
by ScotsDon
10 Jan 2022 16:47
Forum: RaZberry
Topic: ZWAY server fails at 03:00 regularly
Replies: 37
Views: 12589

ZWAY server fails at 03:00 regularly

I am a private individual who has developed a Z-Wave system using Python and not any "commercial" app. This system has been running faultlessly for the last 7 years on a Raspberry Pi 1 (since Raspbiam Wheezy, then Jessie) using the Razberry PCB. I changed the Razberry PCB to the newer Gen-...
by ScotsDon
09 Aug 2018 17:48
Forum: RaZberry
Topic: ZWaveAPI
Replies: 7
Views: 8542

Re: ZWaveAPI

For some reason, the url after "post" has been destroyed. It keeps getting chopped up (not me), so I'll try in segments:

r = requests.post('http://192.168.1.30:8083
/ZAutomation/api/v1
/login',data=json.dumps(payload))

It's all one line, so join it up again!
by ScotsDon
09 Aug 2018 17:39
Forum: RaZberry
Topic: ZWaveAPI
Replies: 7
Views: 8542

Re: ZWaveAPI

Just to say that I have been looking everywhere to find either: a) How to authenticate ZWaveAPI from Python so I can issue commands via the ZWayAPI or b) How to disable ZWaveAPI authentication. Although the above post solved (b) - many thanks for that - I want to say how difficult this setting is to...
by ScotsDon
28 Jul 2018 16:00
Forum: Official announcements
Topic: Razberry 2 and Wheezy
Replies: 2
Views: 21955

Re: Razberry 2 and Wheezy

Edit 2: Using v2.3.7, the problems seem to have gone away. I needed to have the "Restore Network Topology" box ticked to restore the devices. Following a quick test of one device, I was able to switch it on and off via the Smartphone app. I will let my RPi run and see how it gets on. I don...
by ScotsDon
28 Jul 2018 15:20
Forum: Official announcements
Topic: Razberry 2 and Wheezy
Replies: 2
Views: 21955

Re: Razberry 2 and Wheezy

Edit: In Item (3) above, I found I had a typo in my wget command. I had put an exclamation mark in (!) instead of the vertical line |. The upgrade now ran and gave me v2.3.7. Ignore Item (3).
by ScotsDon
28 Jul 2018 14:56
Forum: Official announcements
Topic: Razberry 2 and Wheezy
Replies: 2
Views: 21955

Razberry 2 and Wheezy

Several queries: 1) The "ZWay Essentials" manual says "You already have a working Linux (Jessie) running", implying maybe Jesse only. Does anyone know if the Razberry 2 runs under Wheezy? 2) I am trying to upgrade from Razberry (1) to Razberry 2, on a RPi model 1 B, running Wheez...
by ScotsDon
22 Jan 2017 18:00
Forum: RaZberry
Topic: zway v2.2.5 - no Timing Info, no Reorganisation
Replies: 4
Views: 4982

Re: zway v2.2.5 - no Timing Info, no Reorganisation

As a matter of interest, the Release Notes for approx v2.2.4 refer to a timestamp error being fixed. Could you possibly expand on that? Like under what circumstances this occurred, which timestamp? I use the updateTime to check that a command to open or close a switch has actually been actioned, and...