Dear Support Team,
Did you progress installing new server to stabilise the Alexa service?
Search found 20 matches
- 16 Jan 2018 00:17
- Forum: Discussions in English
- Topic: find.z-way.me working?
- Replies: 76
- Views: 25272
- 06 Jan 2018 15:23
- Forum: Discussions in English
- Topic: find.z-way.me working?
- Replies: 76
- Views: 25272
Re: find.z-way.me working?
I confirm that an improvement is visible for me but the service is still not reliable. Sometimes it works and sometimes it does not work. Hope you can fix this in reasonable time.
- 03 Jan 2018 14:00
- Forum: Discussions in English
- Topic: find.z-way.me working?
- Replies: 76
- Views: 25272
Re: find.z-way.me working?
Any update on this very annoying issue?
- 24 Apr 2017 17:42
- Forum: Diskussion in Deutsch
- Topic: Google Text to Speech als Sprachausgabe mit Zway nutzen
- Replies: 2
- Views: 2208
Re: Google Text to Speech als Sprachausgabe mit Zway nutzen
Hallo Osorkon, ich habe mir Ansagen als mp3.Dateien erzeugt und spiele diese Ansagen mit dem omxplayer ab. Dazu habe ich mir ein JS geschrieben, welches abhängig vom Status eines Binary Device den omxplayer aufruft. Das läuft ungefähr einen Tag perfekt und stabil. Meistens am zweiten oder dritten Ta...
- 19 Mar 2017 18:19
- Forum: Official announcements
- Topic: v2.3.0 is out!
- Replies: 19
- Views: 47390
Re: v2.3.0 is out!
I upgraded my Popp hub controller to v2.3.0 without changing anything else in the configuration. Now all of the sudden I do not see anymore status changes of my danalock. The lock is working fine means I can open and close it but the changes are not visible in the Events Log and the status change is...
- 15 Jan 2017 20:51
- Forum: Recipes
- Topic: Simple example JS code for "Load Custom JS Code" app
- Replies: 9
- Views: 5911
Re: Simple example JS code for "Load Custom JS Code" app
I changed the code accordingly (see below) and kept only one command in the function to read the device level. When I switch DummyDevice_9 via GUI from on to off and vice versa I get following errors in the log file. "Testattrappe 1" is the name of DummyDevice_9 in GUI. 18:41 | Error during perform ...
- 14 Jan 2017 14:12
- Forum: Recipes
- Topic: Simple example JS code for "Load Custom JS Code" app
- Replies: 9
- Views: 5911
Re: Simple example JS code for "Load Custom JS Code" app
Thank you very much. That works. Meanwhile I extended my script to bind the virtual device "DummyDevice_9 and to switch two other virtual devices if the level of virtual device DummyDevice_9 is changing. I checked zwayDev.pdf document to find the right syntax but when I load the script it is not wor...
- 09 Jan 2017 01:08
- Forum: Recipes
- Topic: Simple example JS code for "Load Custom JS Code" app
- Replies: 9
- Views: 5911
Re: Simple example JS code for "Load Custom JS Code" app
I try to use the status of a binary device in an if-command as condition to switch another binary switch. Can you tell me in which format the binary switch state is reported when I use "get" command. I tried different styles for the if-command but nothing worked. Can you have a look at below JS code...
- 08 Jan 2017 14:56
- Forum: Recipes
- Topic: Simple example JS code for "Load Custom JS Code" app
- Replies: 9
- Views: 5911
Re: Simple example JS code for "Load Custom JS Code" app
That works. Many thanks for your help.
Rolf
Rolf
- 03 Jan 2017 19:18
- Forum: Recipes
- Topic: Simple example JS code for "Load Custom JS Code" app
- Replies: 9
- Views: 5911
Simple example JS code for "Load Custom JS Code" app
I run a z-wave system based on a Raspberry Pi with more than 15 physical devices (montion sensors, door and windor sensors a.s.o.) connected to protect my house. For the entire logic I use only available standard apps. Now I would like to start writing own apps by using 'Load Custom JS Code' app. I ...