Search found 36 matches

by kambis
02 Jul 2014 00:35
Forum: RaZberry
Topic: CPU Limitation
Replies: 8
Views: 9476

Re: CPU Limitation

htop gave me more details than top and is in my eyes more well organized in showing the data.
Look in the column CPU% to find out which process is consuming your CPU resources.
You can check this in htop easily.
by kambis
02 Jul 2014 00:14
Forum: RaZberry
Topic: CPU Limitation
Replies: 8
Views: 9476

Re: CPU Limitation

This might not be dependent by the number of the devices. You must be aware of how many tasks you are running simultaneously. Active modules and the number of active automation-roles will have definitely an impact. I'm using htop for monitoring my RPi CPU. If you don't have it, here you can get it: ...
by kambis
01 Jul 2014 23:49
Forum: RaZberry
Topic: Upload image on UI Razberry
Replies: 4
Views: 6466

Re: Upload image on UI Razberry

I was faced to same problem. uploading image seems to have a bug. You can manually copy your desired .jpg file to the folder /opt/z-way-server/config/maps In this path you find the original map shown in expert UI named 1.jpg Rename the original one to something else and then rename your one to 1.jpg...
by kambis
01 Jul 2014 23:30
Forum: RaZberry
Topic: Why do different devices use same Z-Way data path?
Replies: 10
Views: 13257

Re: Why do different devices use same Z-Way data path?

wow, lot of under-the-hood stuff!
The picture is now also clear to me and I could verify and understand all your points mentioned.
Thank you pofs and pz1. the discussion solved several questions I had.
by kambis
01 Jul 2014 20:07
Forum: RaZberry
Topic: Why do different devices use same Z-Way data path?
Replies: 10
Views: 13257

Re: Why do different devices use same Z-Way data path?

Thank you pofs. In expert UI I have checked my devices if the RaZberry is included into any of the association groups or not. All association groups are empty and no devices/controllers are listed there, but the RaZberry, which is the controller, is receiving the Basic Set data. Does this mean that ...
by kambis
01 Jul 2014 16:24
Forum: RaZberry
Topic: Why do different devices use same Z-Way data path?
Replies: 10
Views: 13257

Why do different devices use same Z-Way data path?

When I look in my z-way-server log file I can find entries of different devices updating same path in the Z-Way data subtree: 20140701 - logfile.png Devices.12 is a Flood Sensor (FGFS-101) from Fibaro and Devices.16 is the Key Fob2 from Z-Wave.me Both are included in the network but none of them hav...
by kambis
01 Jul 2014 14:41
Forum: Recipes
Topic: Powerful tool for working with XML & JSON files
Replies: 3
Views: 15038

Powerful tool for working with XML & JSON files

During my studies to understand Z-Way I came to the point to search for a tool making my life easier while dealing with XML and JSON files. I found one tool very useful: The " XML Maker " from http://symbolclick.com/ . I can now easily parse into JSON and XML files and edit them as needed....
by kambis
30 Jun 2014 10:17
Forum: RaZberry
Topic: Trigger example modules?
Replies: 4
Views: 14949

Re: Trigger example modules?

Any modules located in in automation/modules or automation/userModules will be started when Z-Way server starts. Have a look inside automation/classes/AutomationController.js and search for AutomationController.prototype.loadModules (line 111). Any subfolder containing a index.js script will be load...
by kambis
30 Jun 2014 09:36
Forum: Device specific
Topic: SensorValueLogging with Fibaro FGFS-101
Replies: 5
Views: 14057

Re: SensorValueLogging with Fibaro FGFS-101

pofs, I have to study all these and try around. I'll share my results as soon I have something working.
Thank you for the input.
by kambis
30 Jun 2014 09:25
Forum: Recipes
Topic: [HowTo] Understanding, viewing and editing JSON files
Replies: 6
Views: 19343

Understanding module.json files

Thank you pofs. The features I'm asking are about keywords possible for module.json files mentioned in the latest Z-Way Developers Documentation, version 1.7 ( http://razberry.z-wave.me/docs/zwayDev.pdf ) on page 49. The few lines there explaining about autoload, singleton, defaults, actions and met...