Search found 442 matches

by michap
10 Nov 2021 22:56
Forum: Z-Uno
Topic: Library for CCS811 CO2/VOC sensor for testing.
Replies: 14
Views: 13255

Re: Library for CCS811 CO2/VOC sensor for testing.

Hi, The problem is that when I associate the device to my ZWAVE network (I use ZWAY on a Raspberry PI 3 with a UZB stick) the CO2 and VOC values are always 0 (zero)... What give the Serial.print(CO2_int); Serial.print(VOC_int); in your application as result? Real values? So is it Z-Way related? Mich...
by michap
18 Feb 2021 11:42
Forum: Discussions in English
Topic: Corrupt SD card...again!
Replies: 32
Views: 19075

Re: Corrupt SD card...again!

If there are many write processes to /opt/z-way-server/automation/storage/configjson-xxxx.json you can check the device settings - any device is reporting with short interval. (I have found an Aeon switch with default setting of 10 sec. report ....) In this time every value change of parameter will ...
by michap
17 Feb 2021 20:02
Forum: Discussions in English
Topic: Corrupt SD card...again!
Replies: 32
Views: 19075

Re: Corrupt SD card...again!

sudo strace -fp 344 -e trace=write,open strace: attach: ptrace(PTRACE_SEIZE, 344): No such process the "344" is the PID of the z-way process (you can see it in ps -x |grep z-way as sample) if using strace -fp [PID] -e trace=write,open -s100 -y you will get additional the filenames (as sam...
by michap
15 Feb 2021 20:03
Forum: Discussions in English
Topic: Corrupt SD card...again!
Replies: 32
Views: 19075

Re: Corrupt SD card...again!

try to find out what are the big files/ directories (from root directory):

Code: Select all

du -aBM 2>/dev/null | sort -nr | head -n 50 | more
maybe it help...
by michap
10 Feb 2021 16:10
Forum: Recipes
Topic: MxChartJS
Replies: 5
Views: 20991

Re: MxChartJS

In all those cases you should use Graph Type = rectangle. Yes, for energy rectangle is an option, right. bars looks more elegant / professional, but ok... About the spanGaps - I can change it in code in my version, no problem ;) I thought it maybe interesting for you. Attached 2 pictures about the ...
by michap
10 Feb 2021 13:23
Forum: Recipes
Topic: MxChartJS
Replies: 5
Views: 20991

Re: MxChartJS

What do you thing about the option spanGaps: true / false I'm not quite sure whether I've understood right. I think you can use Graph Type = single points in such case. But actually the purpose of this app is to illustrate sensor value trends, not single events. I mean, as sample for wind the user ...
by michap
09 Feb 2021 22:57
Forum: Recipes
Topic: MxChartJS
Replies: 5
Views: 20991

Re: MxChartJS

Just have seen this topic - great! At first - thank you for your work and time - a great app for the users! About the window with deleting/continue - it is not critical at all. Maybe only add a text that define it in settings once again for understanding. And - is a second y-axis possible to realize...
by michap
09 Feb 2021 20:13
Forum: Recipes
Topic: MxChartJS tip: start index from SmarthomeUI
Replies: 6
Views: 20120

Re: MxChartJS tip: start index from SmarthomeUI

Hi, I have used the most easy version :D <iframe src="user/MxChartJS/index.html" style="border:none;height:580px !important" width="90%" title=graph""> </iframe> BTW: is there already any topic about MxChartJS app? Would like to use it for requests and feedbac...
by michap
09 Feb 2021 20:00
Forum: Diskussion in Deutsch
Topic: Neue Software auf Raspi
Replies: 4
Views: 8805

Re: Neue Software auf Raspi

Hallo,
hast Du mal probiert das Gerät in der Expert-View zu inkludieren? Auch ohne Secure?
Was fehlt denn beim Interview?

Das mit der App ist bekannt, hier soll es mit der 3.1.3 Verbesserungen geben.
(Die 3.1.2 ist die letzte Version)

Gruss
Michael
by michap
09 Feb 2021 16:05
Forum: Recipes
Topic: MxChartJS tip: start index from SmarthomeUI
Replies: 6
Views: 20120

Re: MxChartJS tip: start index from SmarthomeUI

Thanks, I already tried it before like this - but after closing the called page there will be the JS window still visible with the Start... , right?
I use iframe instead - it is working fine ;)
Michael