ioBroker / ioBroker.mysensors

Support of mysensors from
https://www.mysensors.org/
MIT License
7 stars 9 forks source link
arduino esp8266 home-automation iobroker iot mysensors smarthome

Logo

ioBroker.mysensors

Number of Installations Number of Installations NPM version Downloads Tests

NPM

This adapter communicates with mysensors serial or ethernet gateway (TCP or UDP). If ethernet gateway selected in this case ioBroker is server, that expects connections.

TCP Client

This option works only together with TCP<=>Serial bridge, like esp-link.

Pre requires

To use serial port on Windows it is VS required to build the binary. To use serial port on linux it is build-essential and python2.7 required. To install them just write:

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install python2.7

Changelog

3.0.0 (2022-03-21)

2.0.3 (2021-11-10)

2.0.1 (2020-06-01)

2.0.0 (2019-05-15)

1.2.2 (2018-09-17)

1.2.1 (2018-01-23)

1.2.0 (2018-01-23)

1.1.0 (2017-12-17)

1.0.10 (2017-10-24)

1.0.8 (2017-04-18)

1.0.7 (2017-04-10)

1.0.6 (2016-12-17)

1.0.5 (2016-12-15)

1.0.4 (2016-07-01)

1.0.2 (2016-07-06)

1.0.1 (2016-07-01)

1.0.0 (2016-06-28)

0.2.6 (2016-06-16)

0.2.5 (2016-06-14)

0.2.4 (2016-06-10)

0.2.3 (2016-04-13)

0.2.2 (2016-04-10)

0.2.1 (2016-03-21)

0.2.0 (2016-03-21)

0.1.10 (2016-03-21)

0.1.9 (2016-03-15)

0.1.8 (2016-03-02)

0.1.7 (2016-03-02)

0.1.6 (2016-03-02)

0.1.5 (2016-03-02)

The MIT License (MIT)

Copyright (c) 2016-2022, Bluefox dogafox@gmail.com

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.