Search found 41 matches

by ftrueck
01 Jan 2018 18:30
Forum: RaZberry
Topic: Install razberry on lates raspbian lite fails
Replies: 0
Views: 2617

Install razberry on lates raspbian lite fails

Hi, I've set up a plain install from raspbian lite (stretch). I then ran the installer script which did complete with errors regarding stat on devices*.xml failed. After Install the z-way-server is not running. After some painfull inspection I found that libssl was not installed by the installer bec...
by ftrueck
01 Jan 2018 17:03
Forum: RaZberry
Topic: install razberry on read-only filesystem
Replies: 1
Views: 2760

install razberry on read-only filesystem

Hi,
is it possible to install razberry software on a read-only filesystem?

I want to prevent SD-Card wearing as my SD cards usually die after a month or two.

Regards,
Florian
by ftrueck
13 May 2017 03:13
Forum: Discussions in English
Topic: Alexa Skill
Replies: 28
Views: 32345

Re: Alexa Skill

OK,
maybe I'm too dumb. How does this work?

I try to login but get wrong id/password error.
What do I have to do exactly?

I've installed tha app and just want to enable the popp skill. But I have no idea how this exactly works because I get the error mentioned above.
by ftrueck
07 Feb 2017 16:05
Forum: Z-Uno
Topic: Multiples Channels
Replies: 2
Views: 5151

Re: Multiples Channels

by ftrueck
17 Jan 2017 22:19
Forum: RaZberry
Topic: Error after update to latest version
Replies: 3
Views: 5035

Re: Error after update to latest version

How can I fix that? And why does this happen?
by ftrueck
30 Dec 2016 02:02
Forum: RaZberry
Topic: Error after update to latest version
Replies: 3
Views: 5035

Error after update to latest version

[2016-12-29 22:45:22.703] [core] Executing script: exit() [2016-12-29 22:46:53.549] [core] Executing script: /*** Z-Way Home Automation Engine main executable ***************************** ... [2016-12-29 22:46:54.023] [core] Executing script: // Comon utilities and functions ... [2016-12-29 22:46:5...
by ftrueck
14 Nov 2016 12:47
Forum: Z-Uno
Topic: Sleeping Z-Uno - Power consumption
Replies: 17
Views: 19134

Re: Sleeping Z-Uno - Power consumption

What about considering a jumper Bridge for R12 in future hardware revisions?
Would be much more convenient for development... :-)
by ftrueck
20 Oct 2016 11:42
Forum: Z-Uno
Topic: bmp180 reading of values
Replies: 31
Views: 28621

Re: bmp180 reading of values

you could try to use the adafruit code in the ZUNO Library.
It should not be so hard to copy/paste it into the library.

I've recently seen a library which uses a function called computeB5(). I think this one will provide better values but I am not sure because I could not test it with my BMP280.
by ftrueck
19 Oct 2016 13:44
Forum: Z-Uno
Topic: adding library to toolchain
Replies: 15
Views: 17545

Re: adding library to toolchain

As uploading in forum does currently not work, I've added my code to pastebin.

http://pastebin.com/tsCC9dvQ
http://pastebin.com/jXZPVPVv
by ftrueck
19 Oct 2016 11:54
Forum: Z-Uno
Topic: bmp180 reading of values
Replies: 31
Views: 28621

Re: bmp180 reading of values

Seems the sensor resolution is not high enough to provide more granularity. Maybe the calculation is too much rounding through the casts. Currently I have no BMP180 for testing here. I have only a BMP 280 and currently I'm porting a library for Z-UNO. I can test when I'm finished with porting.