Coder Social home page Coder Social logo

iobroker.innoxel's Introduction

Logo

ioBroker.innoxel

Adapter for Innoxel Master 3 (https://innoxel.ch)

node NPM version Downloads license

Number of Installations Current version in stable repository Dependency Status

Test and Release

NPM

Requirements

  • NodeJS >= 14.x
  • ioBroker >= 4.x, with admin >= 5.x
  • Innoxel Master 3 Smart Home system

Installation

Until the adapter is part of the latest or stable repository, you can install the latest version by enabling expert mode in ioBroker and install the adapter from npm or github.

After installation, create a new instance and configure the settings:

  • Connection Settings for accessing innoxel master
    • ip address
    • port
    • username
    • password
  • Polling intervals for different areas
    • state changes (i.e. switches, dimmer)
    • room climate / thermostats
    • weather
    • innoxel master device details

Supported Modules and Firmware

A pre-release version of this adapter has been working for more than 2 years with firmware 1.4.1.0 and then 1.5.1.0.

This initially released version has been tested with firmware 1.6.0.0.

The following modules have been tested/are supported:

  • Innoxel Master 3
  • Switch 8 G1
  • Motor 4 x 230 VAC G1
  • Dim 4 x 600 VA
  • Taster RGB
  • Thermo
  • Wetterstation P03/3-RS485-CET

If it works for you with different modules, or you have other modules that don't work, please feel free to open an issue.

Messages

The adapter supports the messages described in the following sections.

triggerInModule

Simulate pressing of a button on a "Taster".

sendTo("innoxel.0", "triggerInModule", "<moduleId>:<channelId>", callback);

// i.e. to trigger button 1 on "Taster" with id/address 20
sendTo("innoxel.0", "triggerInModule", "20:1");
sendTo("innoxel.0", "triggerInModule", "20:1", () => {
    // do something after the button press has been executed
});
  • moduleId is the id/address of the "Taster"
  • channelId is the index of the button on the "Taster"
  • callback (optional) callback function to call when action has been performed

setDimValue

Simulate pressing of a button on a "Taster".

sendTo("innoxel.0", "setDimValue", "<moduleId>:<channelId>:<dimValue>:<dimSpeed>", callback);

// i.e. to set the value of channel 7 on dim module 1 to 80%
sendTo("innoxel.0", "setDimValue", "1:7:80");
sendTo("innoxel.0", "setDimValue", "1:7:80", () => {
    // do something after value has been set
});
  • moduleId is the id/address of the dimmer module
  • channelId is channel of the dimmer on the module
  • dimValue is the value in percent to set (0-100)
  • dimSpeed (optional) is the dimming speed to use (0-15)
  • callback (optional) callback function to call when action has been performed

Changelog

0.2.0 (2022-09-28)

  • (matthsc) drop support for Node 12 and js-controller 3
  • (matthsc) implement migrations from create-adapter
  • (matthsc) dependency updates

0.1.5 (2022-02-12)

  • (matthsc) don't always terminate adapter on errors while updating identities
  • (matthsc) improve error messages

0.1.4 (2022-01-25)

  • (matthsc) fix double decryption issues with password in adapter admin
  • (matthsc) change input field types in adapter admin

0.1.3 (2022-01-16)

  • (matthsc) improve error messages

0.1.2 (2022-01-07)

  • (matthsc) catch authentication errors
  • (matthsc) fix authentication
  • (matthsc) remove build folders from git

0.1.1 (2022-01-01)

  • (matthsc) implement adapter review feedback

0.1.0 (2021-12-30)

  • (matthsc) initial release

License

MIT License

Copyright (c) 2022 matthsc [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.innoxel's People

Contributors

dependabot[bot] avatar matthsc avatar

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.