Git Product home page Git Product logo

ccu-historian-highcharts's Introduction

ccu-historian-highcharts

Aim of this project is to provide a responsive/touch enabled frontend for the ccu-historian based on angularjs and highcharts.

This is very basic state based on my private homematic setup. Please feel free to suggest improvements or request features.

Installation

  1. Copy contents of "dist/" to a webserver or into the "webapp/custom/" direcory of your historian installation.
  2. Edit config.js to your needs
    1. Insert IP-Address and Port of your ccu-historian server
    2. Uncomment Colums to show them in the data-points table
    3. Add Favorties to the Main-Menu. Take ids from "idx" column
  3. Open index.html in Browser

Configuration

Configuration sample:

var ChhConfig = {
    "CcuHistorianHost": "http://192.168.1.57:81",
    "ShowColumns": [
        //'address',
        'displayName',
        'room',
        'identifier',
        //'preprocType',
        //'preprocParam',
        'function',
        //'comment',
        //'paramSet',
        //'tabOrder',
        //'maximum',
        'unit',
        //'minimum',
        //'control',
        //'operations',
        //'flags',
        'type',
        //'interfaceId',
        //'defaultValue',
        'idx'
    ],
    "lineStyle": {
        "step": {
            "identifier": [
                'SET_TEMPERATURE',
                'VALVE_STATE'
            ],
            "type": [
                'BOOL',
                'ACTION',
                'ALARM'
            ]
        },
        "marker": {
            "identifier": [
                'PRESS_SHORT',
                'PRESS_LONG'
            ],
            "type": [
                'ACTION',
                'ALARM'
            ]
        },
    },
    "favorites": [
        {
            title: "Wohnzimmer",
            ids: [178, 107]
        },
        {
            title: "Büro",
            ids: [147, 149, 322]
        }
    ]
}


ccu-historian-highcharts's People

Contributors

izzycole avatar

Stargazers

Jens Zech avatar Mathias avatar

Watchers

 avatar  avatar  avatar Mathias avatar  avatar

ccu-historian-highcharts's Issues

missing values on other devices than localhost

hey Izzycole,

i just staggerd on your ccu historian highcharts project because i was thinking to do something similar.

When I tried yours I faced the issue, that I was able to load the CCU channels and values on localhost (Raspi3) but was no able to see these channels when opening the page from a different device within my network... . I guess I made a mistake in my server config file. Would you mind helping me?

Best Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.