Search found 10 matches

by Bergman
14 Mar 2016 15:15
Forum: Discussions in English
Topic: Connecting Fibaro Wall Plug crashes SmartHome
Replies: 4
Views: 7384

Re: Connecting Fibaro Wall Plug crashes SmartHome

I think you should not pool devices once a second.... this is way too fast. Also, you must know, that most device automatically send changes to the network controller... may be not every devices, but most of them. Your "every second pooling" is a torture for the z-wave network. Just don't...
by Bergman
10 Mar 2016 15:44
Forum: Discussions in English
Topic: Connecting Fibaro Wall Plug crashes SmartHome
Replies: 4
Views: 7384

Connecting Fibaro Wall Plug crashes SmartHome

Hello, My problem is that when I connect my Fibaro Wall Plug to, well anything, the entire SmartHome server becomes inaccessible. My browser does not outright tell me that it cant be accessed, but it takes forever to load and does not really give me any more information. The only other device connec...
by Bergman
25 Feb 2016 12:43
Forum: Discussions in English
Topic: Sensor Values Logging, log all data at same timestamp?
Replies: 0
Views: 3134

Sensor Values Logging, log all data at same timestamp?

So I am using Sensor Values Logging with my Aeon Labs ZW075-C16 binary switch to read changes to a database. Currently, I am forced to set up 4 different Sensor Values Logging apps (One for each of W/kWh/A/V). This, unfortunately, creates a problem for my database where different kinds of values are...
by Bergman
23 Feb 2016 11:26
Forum: Discussions in English
Topic: "Time" in Sensor Values Logging App
Replies: 5
Views: 6871

Re: "Time" in Sensor Values Logging App

PoltoS wrote:It logs every change. Sensors have their own report rate
I am currently using a Aeon Labs ZW075-C16 to send data to my raspberry. It seems according to the data that I am getting that it reports every 10 minutes(!). This must be possible to change somehow? Or should I get some other switch model?
by Bergman
19 Feb 2016 16:27
Forum: Discussions in English
Topic: "Time" in Sensor Values Logging App
Replies: 5
Views: 6871

Re: "Time" in Sensor Values Logging App

Ok, thanks! Is it possible to change how frequent data is logged?
by Bergman
19 Feb 2016 16:17
Forum: Discussions in English
Topic: "Time" in Sensor Values Logging App
Replies: 5
Views: 6871

"Time" in Sensor Values Logging App

Hello, What exactly is "time" in the json data created by the Sensor Values Logging app? Example: {"time":1455887653291,"value":24.333},{"time":1455887656294,"value":25.884},{"time":1455887674288,"value":21.798} Milliseconds from ...
by Bergman
19 Feb 2016 15:56
Forum: Discussions in English
Topic: Log Data to MySQL Database
Replies: 6
Views: 8730

Re: Log Data to MySQL Database

I am also reading about a module called Sensor Value Logging? Could that be something that I could use? As far as I understand this way available under Z-Way HA, but I cannot find it now? Was it removed?
by Bergman
19 Feb 2016 14:47
Forum: Discussions in English
Topic: Log Data to MySQL Database
Replies: 6
Views: 8730

Re: Log Data to MySQL Database

I have been reading the Z-Way API and other documents for days now and I still cannot figure out how to do it in an easy way.
by Bergman
18 Feb 2016 11:16
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 16803

Re: Explain how to use low level C API

Hello, I am trying to follow these steps to use the C API.

"Create a project with main.c from z-way-test in NetBeans and add ZWay libraries to linker. ". Where can I find the ZWay libraries? I try to Google for it but find nothing.

Best regards,
Anton
by Bergman
17 Feb 2016 16:32
Forum: Discussions in English
Topic: Log Data to MySQL Database
Replies: 6
Views: 8730

Log Data to MySQL Database

Hello! I am very new to ZWave in general, so please bear with me if I misunderstand something. What I am trying to do is log all data from my ZWave and send it as it is being gathered to my MySQL database so that I can use it for graphs. My current setup is a Raspberry Pi running the image found at ...