[Visualization] Charts for SensorValuesLogging Module

Tips, Tricks and Scripts to enhance your home automation and workaround known device bugs, limitations and incompatibilities
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: [Visualization] Charts for SensorValuesLogging Module

Post by pz1 »

MODERATOR: The author of this recipe (dolpheen) has not been active in this forum since November 2015. So do not expect any answers from him.
alphons
Posts: 34
Joined: 18 Dec 2015 21:26

Re: [Visualization] Charts for SensorValuesLogging Module

Post by alphons »

Anyone that has a copy of razberry-charts-0.0.2.zip
I
tomshuette
Posts: 73
Joined: 29 Nov 2016 11:26

Re: [Visualization] Charts for SensorValuesLogging Module

Post by tomshuette »

Yes, I have.
view
razberry-charts-0.0.2.zip
(368.17 KiB) Downloaded 975 times
have fun
Eagle
Posts: 105
Joined: 18 Jun 2017 19:04

Re: [Visualization] Charts for SensorValuesLogging Module

Post by Eagle »

is this still working on current versions?
tomshuette
Posts: 73
Joined: 29 Nov 2016 11:26

Re: [Visualization] Charts for SensorValuesLogging Module

Post by tomshuette »

it's not integrated in any version
Eagle
Posts: 105
Joined: 18 Jun 2017 19:04

Re: [Visualization] Charts for SensorValuesLogging Module

Post by Eagle »

sorry that was not the question, i know that this isnt integrated in any version. this app was updated the last time in 2015 and i wonder if this works with a much newer zway version like 2.3.8
tomshuette
Posts: 73
Joined: 29 Nov 2016 11:26

Re: [Visualization] Charts for SensorValuesLogging Module

Post by tomshuette »

Yes, you can wondering..
Charting is no a ZWAVE Modul!

Mayby some problems in the future, google has changed the charting loder app, currently is old and new activ
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

Re: [Visualization] Charts for SensorValuesLogging Module

Post by bogr »

Been struggling with changes from google, but fixed it with the following, it's actually documented by google:

In htdocs/user/charts/index.html replace

Code: Select all

        <script type="text/javascript"
          src="https://www.google.com/jsapi?autoload={
            'modules':[{
              'name':'visualization',
              'version':'1',
              'packages':['corechart']
            }]
          }"></script>
with

Code: Select all

        <script src="https://www.gstatic.com/charts/loader.js"></script>
        <script>
          google.charts.load('current', {packages: ['corechart']});
        </script>
Abramoluna1
Posts: 1
Joined: 14 Sep 2021 22:20

Re: [Visualization] Charts for SensorValuesLogging Module

Post by Abramoluna1 »

I appreciate for the Blockley link, wasn't aware of it's existence.
Post Reply