Search found 36 matches
- 17 Jul 2014 01:41
- Forum: RaZberry
- Topic: PHP-HTML theme on Z-Way Web server?
- Replies: 1
- Views: 3770
PHP-HTML theme on Z-Way Web server?
Hi, I'm planing to use one of the available responsive WebApp themes available in internet together with the web server provided by Z-Way. Sometimes you can get themes which have various versions: AJAX version AngularJS version HTML version PHP-AJAX version PHP-HTML version I have already tested suc...
- 15 Jul 2014 17:05
- Forum: Recipes
- Topic: [HowTo] Example:Creating Virtual devices & Remote Logging
- Replies: 13
- Views: 59252
Runing the ExternalEventLogging Module for the first time
ExternalEventLogging is not part of the any Z-Way versions. It is a userModule, which can be added to the installation manually. You need to unzip the file ExternalEventLogger.zip into the folder /opt/z-way-server/automation/userModules/ Then, very important: restart the z-way-server , otherwise yo...
- 15 Jul 2014 10:51
- Forum: Discussions in English
- Topic: Troubles Writing My First Automation Module
- Replies: 2
- Views: 28088
Re: Troubles Writing My First Automation Module
You may find some answers and how to bind events you are looking for by going through the example code found in the post: viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:50
- Forum: Device specific
- Topic: SensorValueLogging with Fibaro FGFS-101
- Replies: 5
- Views: 15596
Re: SensorValueLogging with Fibaro FGFS-101
After studying all provided information in this post I was able to create my own automation userModule and solve my problem discussed in this post. More data is available in this post:
viewtopic.php?f=3424&t=20528
viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:48
- Forum: RaZberry
- Topic: Why do different devices use same Z-Way data path?
- Replies: 10
- Views: 15242
Re: Why do different devices use same Z-Way data path?
After studying all provided information in this post I was able to create my own automation userModule and solve my problem discussed in this post. More data is available in this post:
viewtopic.php?f=3424&t=20528
viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:44
- Forum: Recipes
- Topic: [HowTo] Understanding, viewing and editing JSON files
- Replies: 6
- Views: 21698
Example code for module.json file
After studying the information given on
http://www.alpacajs.org/examples/compon ... field.html
I could manage to create my own module.json file for my first automation userModule.
More data is available in this post:
viewtopic.php?f=3424&t=20528
http://www.alpacajs.org/examples/compon ... field.html
I could manage to create my own module.json file for my first automation userModule.
More data is available in this post:
viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:37
- Forum: RaZberry
- Topic: Custom User Code
- Replies: 5
- Views: 12083
Re: Custom User Code
You might like to have a look on this post:
viewtopic.php?f=3424&t=20528
viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:36
- Forum: RaZberry
- Topic: Creating virtual devices in new automation
- Replies: 19
- Views: 26573
Re: Creating virtual devices in new automation
You might like to have a look on this post:
viewtopic.php?f=3424&t=20528
viewtopic.php?f=3424&t=20528
- 13 Jul 2014 20:34
- Forum: Recipes
- Topic: [HowTo] Example:Creating Virtual devices & Remote Logging
- Replies: 13
- Views: 59252
[HowTo] Example:Creating Virtual devices & Remote Logging
Introduction I have started 3 weeks ago to work on RaZberry and gained a lot of data out of this forum to understand how to write a user module for a home automation task. As a result I like to share my first automation code for study purposes to others in the hope this could be helpful. I apprecia...
- 08 Jul 2014 16:54
- Forum: Recipes
- Topic: [HowTo] Understanding, viewing and editing JSON files
- Replies: 6
- Views: 21698
Reference documentation for module.json files
PoltoS, based on your information I found the link: http://www.alpacajs.org/examples/components/fields/any-field.html which explains in detail many of my questions and I see in addition modifications beyond namespaces:... stuff . For example you use the keyword defaults {...} instead the keyword dat...