Search found 136 matches

by aLiEnHeAd
19 Jul 2019 23:39
Forum: RaZberry
Topic: Introducing Z-Way package for Raspbian
Replies: 37
Views: 40963

Re: Introducing Z-Way package for Raspbian

I just updated.
Needed to call

Code: Select all

sudo apt-get update
before installing dirmngr...
And the Android 'Popp Hub" App couldn't connect from within my WiFi. Switched to mobile data -> Connection established.
Now everything is running again.
by aLiEnHeAd
18 Jul 2019 09:37
Forum: RaZberry
Topic: Introducing Z-Way package for Raspbian
Replies: 37
Views: 40963

Re: Introducing Z-Way package for Raspbian

It seems like Z-Way 3.0.0 was officially released today: https://storage.z-wave.me/z-way-server/?C=M;O=D https://storage.z-wave.me/z-way-server/ChangeLog To update from 2.3.8 do I have to follow the steps described in the first post or will it be possible (and probably safer) to start the upgrade fr...
by aLiEnHeAd
12 Jun 2019 16:25
Forum: Official announcements
Topic: Advertising forum Posts
Replies: 5
Views: 17140

Re: Advertising forum Posts

I think that would be a good way to reduce the spam by newly created accounts:

https://www.phpbb.com/community/viewtopic.php?t=2480141
user registration settings
new member post limit
1

This means new accounts can only post freely after their first post has been approved.
by aLiEnHeAd
11 Jun 2019 09:14
Forum: Discussions in English
Topic: [solved] Mobile App Support - Push Messages - No notification sound
Replies: 6
Views: 6136

Re: [solved] Mobile App Support - Push Messages - No notification sound

PoltoS wrote:
10 Jun 2019 22:40
Looks like your change is not applicable to the latest develop branch anymore. What version are you on?
Perhaps someone else already fixed it on the dev branch but it has not been released yet?
My Versions:
Z-Way: v2.3.8 UI: 1.9.0, build date: 24-09-2018 14:06:19
Mobile App Support 1.3.4 (stable)
by aLiEnHeAd
28 Apr 2019 01:55
Forum: Discussions in English
Topic: [solved] Mobile App Support - Push Messages - No notification sound
Replies: 6
Views: 6136

Re: Mobile App Support - Push Messages - No notification sound

OK... got it. in MobileAppSupports index.js for command "alarm" the message creation for android phones is wrong. I changed it from message = { to: deviceToken, notification: { title: "Z-Way Control", body: alarmMessage } to if (os === self.ANDROID) { message = { to: deviceToken,...
by aLiEnHeAd
28 Apr 2019 01:01
Forum: Discussions in English
Topic: [solved] Mobile App Support - Push Messages - No notification sound
Replies: 6
Views: 6136

[solved] Mobile App Support - Push Messages - No notification sound

Hi! I use the Popp HUB App to control Z-Way. If I get push notifications (from a logical rule) there is no notification sound on my android phone, but the push test message plays my notification sound. I noticed that these seem to be two types of notifications. The one that works with sound is grey ...
by aLiEnHeAd
27 Apr 2019 23:34
Forum: Device specific
Topic: Qubino Flush Module not updating Status
Replies: 6
Views: 18191

Re: Qubino Flush Module not updating Status

I just installed my qubino flush and had the same problem. This is the only source in the entire internet that explained and solved it. 8-)
@lindm: Thank you so much.
by aLiEnHeAd
05 Feb 2019 16:38
Forum: Diskussion in Deutsch
Topic: Mobile App Support
Replies: 5
Views: 6322

Re: Mobile App Support

Oh das weiß ich nicht :oops:
Falls sich hier keiner meldet, versuch es mal mit einer Mail an support(at)zwaveeurope.com
by aLiEnHeAd
04 Feb 2019 23:35
Forum: Diskussion in Deutsch
Topic: Mobile App Support
Replies: 5
Views: 6322

Re: Mobile App Support

Verwendest du die Popp-App oder die Z-Way-App?
Bei Verwendung der Z-Way-App gab es auch bei mir massive Probleme.
Ich habe alle mobilen Geräte in Z-Way gelöscht und verwende jetzt die Popp-App, seitdem läuft's :roll:
by aLiEnHeAd
08 Jan 2019 11:50
Forum: Diskussion in Deutsch
Topic: Abwesenheitssimulation
Replies: 4
Views: 6840

Re: Abwesenheitssimulation

Ich arbeite ganz gerne mit Logischen Regeln und Dummy-Schaltern. Bestimmt lässt sich das alles auch ganz anders realisieren, aber hier mal meine Idee dazu: 1) Binärsensor schaltet Dummy Schalter "Abwesend" an. Zum Hochfahren der Rollläden: - Zeitplan steuert Dummy Schalter "Rollladen ...