Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The changes we talked about in issue #23 #24

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    983d357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c197d View commit details
    Browse the repository at this point in the history
  3. Conversion is not needed anymore

    CCU will accept strings containing the ENUM value
    dersimn committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    00b7932 View commit details
    Browse the repository at this point in the history
  4. Fix hm/paramset/# topics

    dersimn committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b8170d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Option to replace colons in topic name

    Enables compatibility to OpenHAB MQTT binding, there the colon (:) is used as seperator in configuration and can’t be used in topic name: <http://docs.openhab.org/addons/bindings/mqtt1/readme.html#item-configuration-for-inbound-messages>
    dersimn committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    2a1087c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9bcf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Replace Dockerfiles

    dersimn committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    43b3ac0 View commit details
    Browse the repository at this point in the history
  2. Add exposed ports

    dersimn committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    448f07f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Publish ENUM as string-value, apped option list

    Before:
    
        {
          "val": 1,
          "ts": 1513329359300,
          "lc": 1512324435548,
          "hm": {
            "ADDRESS": "LEQ1519968:4",
            "ENUM": "MANU-MODE"
          }
        }
    
    After:
    
        {
          "val": "MANU-MODE",
          "ts": 1513329359300,
          "lc": 1512324435548,
          "hm": {
            "ADDRESS": "LEQ1519968:4",
            "VALUE_LIST": [
              "AUTO-MODE",
              "MANU-MODE",
              "PARTY-MODE",
              "BOOST-MODE"
            ]
          }
        }
    dersimn committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    8c07bd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Update README

    dersimn committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    e079774 View commit details
    Browse the repository at this point in the history
  2. Merge older commits from dersimn's dev tree into hobbyquaker's master

    # Conflicts:
    #	config.js
    #	index.js
    dersimn committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    6c72d35 View commit details
    Browse the repository at this point in the history
  3. Rename option

    dersimn committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    cf6a115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e145d3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd93621 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f5d777 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    492317e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bd1205 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    7a7fb59 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    4efaef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. README

    dersimn committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    1b93405 View commit details
    Browse the repository at this point in the history