Search found 17 matches

by philippescholtes
27 Apr 2023 19:54
Forum: RaZberry
Topic: Mathematica APP
Replies: 2
Views: 4842

Re: Mathematica APP

A workaround though: (i) you create a virtual device using the local App "Virtual Device JS"--that virtual device will show the "processed data"; (ii) a tiny Python code pulls the "raw data" from your sensor, processes it as you wish, and pushes it onto the Virtual Devi...
by philippescholtes
24 Apr 2023 19:13
Forum: RaZberry
Topic: Mathematica APP
Replies: 2
Views: 4842

Re: Mathematica APP

I have been struggling with it, without success: the formula seems unable to read the input values generated by the sensor(s), and the output is always blank. The Mathematica App v0.0.3 was released in 2016; it was tested at the time with ZWay v2.2.4. SIx years on we are now at ZWay v4.0.2 and the a...
by philippescholtes
02 Feb 2023 20:29
Forum: Official announcements
Topic: Z-Way v4.0.2 Release
Replies: 49
Views: 130963

Re: Z-Way v4.0.2 Release

PoltoS writes "Expert UI got a new configuration UI for Z-Wave Plus v2 devices. The Expert Commands page was reworked and got API command helpers for easier integration in your projects and parameters to tune the Z-Wave engine." I noticed the change in http://YourIP:8083/expert/#/configura...
by philippescholtes
23 May 2022 10:09
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

Re: importing data from mariadb into zway

success! thank you very much seattleneil. you had it right: the correct syntax was ' + str(temperature) + '--I had been struggling for hours with all kinds of fancy symbols around the variable "temperature". if anyone is interested, the entire python code is: ______________________________...
by philippescholtes
20 May 2022 12:41
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

Re: importing data from mariadb into zway

Thank you for the guidance ... and for your patience so far. Python returns an error message "TypeError: can only concatenate str (not "float") to str". And when I try and set the type of the values of temperature and humidity to "str" (thinking that as long as the numb...
by philippescholtes
19 May 2022 12:06
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

Re: importing data from mariadb into zway

No, I am not programming in JavaScript--I have very limited programming skills, and I have been using a small Python programme running on the Raspberry Pi to which the DHT22 sensor is connected. The Python programme reads the temperature and humidity values measured by DHT22 and inserts them into a ...
by philippescholtes
17 May 2022 13:58
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

Re: importing data from mariadb into zway

Update: I can push a number from the Pi to which the DHT22 sensor is connected, to the Pi that hosts the Z-wave controller. However I haven't been able to far to push the actual DHT22 reading of temperature to the virtual device in Z-Way. But I am progressing ...
by philippescholtes
17 May 2022 13:29
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

Re: importing data from mariadb into zway

Thanks a million seattleneil for the step-by-step explanations. I can't get it to work though, but I will, eventually. At this point Step 1-4 are completed, but executing the shell command returns an error message "TypeError: Cannot read property 'set' of null". Something in the syntax of ...
by philippescholtes
09 May 2022 13:45
Forum: Discussions in English
Topic: importing data from mariadb into zway
Replies: 10
Views: 3538

importing data from mariadb into zway

InfluxDB "stores sensor data and ZWave Network data in InfluxDB instances". But what about the opposite migration, i.e. importing into ZWave/ZWay data stored in databases such as MariaDB? Concretely: I have a DHT22 temp+humidity sensor connected to the GPIO board of a Raspberry Pi; a cront...
by philippescholtes
17 Jan 2022 14:12
Forum: Discussions in English
Topic: App - Condition Switch not working
Replies: 2
Views: 3849

Re: App - Condition Switch not working

Hi, I have the exact same issue ... five years later, and after several revisions of the z-way software. Did you solve it in the meantime?