npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.openhomecontrol

v1.2.14

Published

ioBroker OpenHomeControl Adapter

Downloads

22

Readme

Logo

ioBroker.OpenHomeControl

Number of Installations Number of Installations Downloads NPM version

Known Vulnerabilities GitHub Actions

NPM

node-lts Libraries.io dependency status for latest release

GitHub GitHub repo size GitHub commit activity GitHub last commit GitHub issues

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

If you like it, please consider a donation:

paypal

Implementation of open protocol to control different sensors, actors and visualisation devices. The devices must be connected to serial port. The adapter reads data from serial port.

A implementation of RF transceiver based on Atmel Atmega328p and CC1101 is available. We also provide sample implementation of environemant sensor based on Atmel Atmega Atmega328p and a Display based on Atmel Atmega644

Everytime a new device is recognized it will be added to a list in admin page only. If you enable that device in admin the adapter creates datapoints and will update datapoints whenever new telegram will be received.

With broadcast function adapter sends date and time information to every device. Device can use that information if needed.

protocol

general

| Byte | description | length | |---------|--------------------------------|---------| | 0 | Start-Byte | 1 Byte | | 1 - 6 | source ID | 6 Byte | | 7 - 12 | target ID | 6 Byte | | | 0xFE for broadcast | | | | 0x10 for central receiver | | | 13 | modul type | 1 Byte | | | 0x01 sensor | | | | 0x02 actor | | | | 0x03 display | | | | 0x10 central station | | | 14 | number of following datapoints | 1 Byte |

datapoint

| Byte | description | |---------|-------------------------| | 0 | type of datapoint | | | 0x01 temperature | | | 0x02 hunidity | | | 0x03 air quality | | | 0x04 date | | | 0x05 time | | | 0x06 brightness | | | 0x07 battery state | | | 0x08 sabotage | | | 0x09 air pressur | | | 0x0A error message | | | 0x0B Weather Icon | | | 0x0C cance of rain | | | 0x0D average wind speed | | | 0x0E wind gust | | | 0x0F wind direction | | | 0x10 Rain Forecast | | | 0x11 Temperature Forecast| | | 0x12 Rain | | 1 | type of data | | | 0x01 Byte | | | 0x02 int | | | 0x03 float | | | 0x04 string | | | 0x05 date | | | 0x06 time | | 2 - n | data | | n + 1 | unit | | | 0x00 without | | | 0x01 °C | | | 0x02 % | | | 0x03 mBar | | | 0x04 lux | | | 0x05 m/s | | | 0x06 deg | | | 0x07 mm |

known issues

  • please create issues at github if you find bugs or whish new features

Changelog

1.2.14 (2024-08-25)

  • (René) update dependencies

1.2.13 (2024-05-28)

  • (René) bugfix: clearInterval instead of clearTimout

1.2.12 (2024-05-28)

  • (René) change of dependencies

1.2.11 (2024-01-12)

  • (René) update of dependencies

1.2.10 (2023-11-19)

  • (René) update of dependencies

1.2.9 (2023-04-07)

  • (René) update of dependencies

1.2.8 (2023-01-31)

  • (René) update of dependencies

1.2.7 (2022-08-18)

  • (René) update of dependencies

1.2.6 (2021-11-07)

  • (René) bug fix: type of datapoint

1.2.5 (2021-07-08)

  • (René) bug fix: remove warning regarding wrong datatype with js-controller 3.3
  • (René) dependencies updated

1.2.1 (2021-03-21)

  • (René) dependencies updated

1.2.0 (2020-07-20)

  • (René) add new device to list only if device type is valid
  • (René) show last update of device in admin

1.1.0 (2020-06-15)

  • (René) handling if port is not created

1.0.0 (2019-05-01)

  • (René) first public release version

0.0.20 (2019-01-08)

  • (René) support of compact mode

0.0.19

0.0.18

  • (René) support only for HomeControl raw data
  • (René) new devices are shown in admin and needs to be confirmed before they are used as objects
  • (René) update to admin3

0.0.17

  • (René) update serial port lib

0.0.16

  • (René) protocol extension: wind average speed, wind gust and wind direction added

0.0.15

  • (René) Percentage of precipitation (PoP) to send added
  • (René) update to serialport 5.0.0

0.0.14

  • (René) bug fixing

0.0.13

  • (René)

0.0.12

  • (René) Configuration for display date to be sent are now objects and needs to be written from javascript or similar

0.0.11

  • (René) renamed to myHomeControl

0.0.10

  • (René) interpretes raw data instead of telegram, so we are more flexible in new data points; this needs a new version of firmware on Nano. It's not supported with CUL yet.

0.0.9

  • (René) new datapoint 'last update'

0.0.8

0.0.7

  • (René) error telegarm added ignore sensor ID FFFFFFFFFFFF

0.0.6

  • (René) just cleanups

0.0.5

  • (René) supports HomeControl and CUL (with modified culfw) available serial ports in admin page shown

0.0.4

  • (René) receive function optimized

0.0.3

  • (René) update to run under linux (debian) ARM system (Allwinner A10)

0.0.2

  • (René) initial release

License

MIT License

Copyright (c) 2017-2024 René G. [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.