All Projects → ioBroker → ioBroker.hm-rpc

ioBroker / ioBroker.hm-rpc

Licence: MIT license
Connects HomeMatic Interface-Processes to ioBroker

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ioBroker.hm-rpc

ioBroker.hm-rega
Connects HomeMatic CCU "Logic Layer" ("ReGaHSS") to ioBroker
Stars: ✭ 36 (-34.55%)
Mutual labels:  home-automation, ccu, homematic, iobroker
ioBroker.mihome-vacuum
Control your Xiaomi vacuum cleaner
Stars: ✭ 96 (+74.55%)
Mutual labels:  home-automation, smarthome, iobroker
Iobroker.js Controller
ioBroker controller
Stars: ✭ 238 (+332.73%)
Mutual labels:  home-automation, smarthome, iobroker
ioBroker.ecovacs-deebot
Control your Ecovacs Deebot vacuum cleaner with ioBroker
Stars: ✭ 36 (-34.55%)
Mutual labels:  home-automation, smarthome, iobroker
Iobroker.javascript
Script engine for JavaScript and Blockly
Stars: ✭ 244 (+343.64%)
Mutual labels:  home-automation, smarthome, iobroker
ccu-addon-mosquitto
Mosquitto packaged as Addon for the Homematic CCU3 and RaspberryMatic
Stars: ✭ 23 (-58.18%)
Mutual labels:  smarthome, ccu, homematic
ioBroker.homepilot20
Rademacher Homepilot 2.0 (version >= 5.0.39)
Stars: ✭ 19 (-65.45%)
Mutual labels:  home-automation, smarthome, iobroker
Iobroker
Automate your life!
Stars: ✭ 826 (+1401.82%)
Mutual labels:  home-automation, smarthome, iobroker
ioBroker.cloud
Enable access to ioBroker from internet
Stars: ✭ 36 (-34.55%)
Mutual labels:  home-automation, smarthome, iobroker
ioBroker.jarvis
jarvis - just another remarkable vis
Stars: ✭ 129 (+134.55%)
Mutual labels:  home-automation, smarthome, iobroker
ccu-jack
CCU-Jack bietet einen einfachen und sicheren REST- und MQTT-basierten Zugriff auf die Datenpunkte der Zentrale (CCU) des Hausautomations-Systems HomeMatic. Zudem können einfach Fremdgeräte an die CCU angebunden werden.
Stars: ✭ 63 (+14.55%)
Mutual labels:  smarthome, ccu, homematic
ioBroker.denon
Denon AVR adapter for ioBroker
Stars: ✭ 15 (-72.73%)
Mutual labels:  home-automation, smarthome, iobroker
ccu-historian
Der CCU-Historian erfasst die Betriebsdaten des Hausautomations-Systems HomeMatic der Firma eQ-3.
Stars: ✭ 105 (+90.91%)
Mutual labels:  smarthome, ccu, homematic
ioBroker.openhab
Connect ioBroker with openHAB
Stars: ✭ 13 (-76.36%)
Mutual labels:  home-automation, smarthome, iobroker
ioBroker.knx
connect KNX via eibd
Stars: ✭ 46 (-16.36%)
Mutual labels:  home-automation, smarthome, iobroker
Iobroker.discovery
This adapter tries to discover all known devices
Stars: ✭ 20 (-63.64%)
Mutual labels:  home-automation, smarthome, iobroker
Iobroker.admin
user interface for configuration and administration
Stars: ✭ 207 (+276.36%)
Mutual labels:  home-automation, smarthome, iobroker
XML-API
HomeMatic CCU Addon implementing a xml request functionality
Stars: ✭ 106 (+92.73%)
Mutual labels:  smarthome, homematic
ioBroker.heatingcontrol
heating control incl. simple actor handling
Stars: ✭ 43 (-21.82%)
Mutual labels:  smarthome, iobroker
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (-7.27%)
Mutual labels:  smarthome, iobroker

Logo

ioBroker HomeMatic RPC Adapter

Build Status Number of Installations Number of Installations NPM version Downloads

NPM

Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker

This adapter uses the service Sentry.io to automatically report exceptions and code errors and new device schemas to me as the developer. More details see below!

What is Sentry.io and what is reported to the servers of that company?

Sentry.io is a service for developers to get an overview about errors from their applications. Exactly this is implemented in this adapter.

When the adapter crashes or another Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you have allowed ioBroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID without any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of these helps me to provide error free adapters that basically never crashs.

Configuration

HomeMatic Address

Homematic Address is the IP of the HomeMatic CCU respectively the Host that is running the BidCos-Service(s). CCU IP address.

HomeMatic Port

CCU Port.

Usually:

  • 2001 for wireless devices (https: 42001),
  • 2000 for wired devices (https: 42000),
  • 8701 for CUxD daemon,
  • 2010 for Homematic IP devices (https: 42010)
  • 9292 for Virtual Devices (https: 49292)

Daemon

CCU/Homematic can support different types of devices (wired, wireless, HM-IP, CUxD) and for every type you should create the instance of adapter separately.

Protocol

There are two protocols for communication XML-RPC and BIN-RPC. BIN-RPC is faster, but it can be, that the end device do not support it or supports it incorrect. In this case switch the protocol to XML.

Notice: CUxD can only communicate with BIN-RPC and HM-IP and RFD only via XML-RPC protocol.

Synchronize objects (once)

After very first start the instance read all devices from CCU/Homematic. If you changed the configuration (rename devices, add or removed devices) you can synchronise the configuration in ioBroker by enabling this option.

The instance will be restarted immediately, synchronize all devices anew and deactivate this option itself.

Adapter Address

This address has to be the IP under which the host that is running the adapter itself is reachable. This address is used by the CCU to connect to the adapter. This address cannot be "0.0.0.0", because CCU/Homematic cannot reach ioBroker under "0.0.0.0" IP address.

Adapter port

The port number on which the ioBroker will run. Let it 0 for automatically selection.

Adapter Callback Address

Sometimes the ioBroker server runs behind the router, to solve this problem, that inbound and outbound addresses are different, this option can be used. Here you can define the IP address of the router and the router will according to the port route the traffic to ioBroker.

Used if ioBroker runs in Docker.

Check communication interval(sec)

Send pings to CCU/Homematic with such intervall.

Reconnect interval (sec)

How many seconds will be waited before connect attempts.

Don't delete devices on adapter start

If this flag is not activated, the ioBroker will remove devices from configuration if device is not found at adapter start in CCU/Homematic. Activate this flag to do not delete such a devices. This is to avoid a bug on CCU side, where HM-IP devices are not correctly transmitted to ioBroker and thus will be deleted on the adapter start and be recreated when transmitted, some milliseconds later. The flag is automatically checked when you selected HM-IP as daemon. However, when you delete devices while adapter is running, the adapter will be notified by CCU and will remove devices which are removed on CCU.

Use https

If this flag is activated, the connection will be established via https instead http. This only works with XML-RPC protocol.

Username and password

If 'use https' is activated you can fill in the username and password of a CCU user. In case the CCU needs authentication on the API, you have to provide the credentials here.

Custom commands

It is possible to send custom commands, e.g. to read and control the master area of a device which allows the user to configure heating week programs and more.

This is done by sending a message to the adapter, which contains the method as first parameter, followed by an object which has to contain the ID of the target device as well as optional the paramType, which specifies e.g. the MASTER area. Additional parameters have to be sent in the params object.

Examples:

Log all values of the MASTER area of a device:

sendTo('hm-rpc.0', 'getParamset', {ID: 'OEQ1861203', paramType: 'MASTER'}, res => {
    log(JSON.stringify(res));
});

Set an attribute of the MASTER area to a specific value:

sendTo('hm-rpc.0', 'putParamset', {ID: 'OEQ1861203', paramType: 'MASTER', params: {'ENDTIME_FRIDAY_1': 700}}, res => {
    log(JSON.stringify(res));
});

List all devices:

sendTo('hm-rpc.0', 'listDevices', {}, res => {
    log(JSON.stringify(res));
});

Set a value, like the adapter does on stateChange:

sendTo('hm-rpc.1', 'setValue', {ID: '000453D77B9EDF:1', paramType: 'SET_POINT_TEMPERATURE', params: 15}, res => {
    log(JSON.stringify(res));
});

Get the paramsetDescription of a devices channel:

sendTo('hm-rpc.1', 'getParamsetDescription', {ID: '000453D77B9EDF:1', paramType: 'VALUES'}, res => {
    log(JSON.stringify(res));
});

Get firmware information of a device (in this case we are logging the FW status):

sendTo('hm-rpc.1', 'getDeviceDescription', {ID: '0000S8179E3DBE', paramType: 'FIRMWARE'}, res => {
    if (!res.error) {
        log(`FW status: ${res.result.FIRMWARE_UPDATE_STATE}`)
    } else {
        log(res.error)
    }
});

Additional information

If you use HomeMatic switches or remotes their button states will only be acknowledged by CCU and thus by ioBroker, when you have a running 'dummy' program on the CCU which depends on the related switch or remote.

You can use a single dummy program for multiple buttons, by just adding all button states in the if clause connected via or/and operator. The then clause of the program can remain empty. Now your state should be updated on a button press.

Changelog

1.15.15 (2022-08-25)

  • (foxriver76) Retry once on (UNREACH) and Failure errors to avoid tmeporary communication issues (closes #467)
  • (foxriver76) we have updated some device icons

1.15.12 (2022-03-19)

  • (foxriver76) we now adjust min/max correct if a SPECIAL value falls out of range (closes #459)

1.15.11 (2022-03-18)

  • (foxriver76) fallback to old adapter port determination logic (closes #509)

1.15.10 (2022-03-17)

  • (foxriver76) we use our own set of forbidden chars again

1.15.9 (2022-03-15)

  • (foxriver76) fixed handling of replaceDevice event
  • (foxriver76) we have fixed some log messages
  • (foxriver76) added image of HmIP-SMI55-2

1.15.8 (2022-02-23)

  • (foxriver76) we now ensure, that the uuid used for connection is really unique

1.15.7 (2022-02-20)

  • (foxriver76) fixed new devices beeing created as undefined

1.15.6 (2022-02-16)

  • (foxriver76) implemented workaround for the RSSI_DEVICE 128 bug if devices connect to HMIP-HAP (fixes #346, #469, #402)

1.15.5 (2022-02-12)

  • (foxriver76) added handler for readdedDevice event (closes #356)
  • (foxriver76) added error handling on rpc server (fixes #457)
  • (foxriver76) added icon of HmIP-eTRV-E-S (closes #456)

1.15.2 (2022-02-02)

  • (foxriver76) we also fixed type of default value if boolean on heating groups

1.15.1 (2022-02-02)

  • (foxriver76) we fixxed type of default value and min/max of heating groups (closes #443)

1.15.0 (2021-12-26)

  • (foxriver76) added image for HmIP-STE2-PCB
  • (foxriver76) we now handle replaceDevice requests by deleting old device and creating new one (closes #420)

1.14.50 (2021-11-18)

  • (foxriver76) meta.roles is no longer an object, because it is kept in RAM anyway (closes #407)

1.14.49 (2021-11-18)

  • (foxriver76) handle cases where we cannot retrive meta.roles (addresses #407)

1.14.46 (2021-11-14)

  • (foxriver76) added logging for "no dpType" scenarios
  • (foxriver76) added image of HmIP-eTRV-E
  • (foxriver76) added image of HmIPW-WRC6

1.14.45 (2021-08-12)

  • (foxriver76) we fixed several sentry issues (closes #368, closes #370)

1.14.43 (2021-07-05)

  • (foxriver76) we now correctly map the role of smoke detectors (closes #354)

1.14.42 (2021-06-27)

  • (bluefox) Added the roles to thermostat states
  • (bluefox) Added the roles for switch
  • (bluefox) Apply new roles to existing states

1.14.41 (2021-06-05)

  • (foxriver76) we made sure, that controller does not send stopInstance message anymore

1.14.39 (2021-06-04)

  • (foxriver76) remove the stopInstance message handling and put everything in unload
  • (bluefox) removed the white background by some icons

1.14.38 (2021-05-11)

  • (Jens Maus) fixed the VirtualDevices min/max/default assignment (fixes #332)
  • (foxriver76) do not scale on normal '%' UNIT because its inconsistent (fixes #326)

1.14.37 (2021-04-23)

  • (foxriver76) added tier, is now 2
  • (foxriver76) added missing images (closes #319)

1.14.36 (2021-04-14)

  • (foxriver76) error handling improved when deleting obsolete devices/channels
  • (foxriver76) if no message id provided on sendTo, we do not send undefined params anymore (fixes #318)

1.14.35 (2021-02-13)

  • (foxriver76) virtual devices now support ping, so use it, else it can be that instance won't register at CCU again (fixes #308)

1.14.34 (2021-02-11)

  • (foxriver76) use async rpc calls for better error handling
  • (foxriver76) now log error events received by XML-RPC
  • (foxriver76) detect invalid params and log instead of crash

1.14.33 (2021-01-30)

  • (foxriver76) fix problems with CuxD and HM-IP (fixes #307)
  • (foxriver76) more places where we now log message on real errors instead of error object

1.14.32 (2021-01-29)

  • (foxriver76) revert received messages with invalid command
  • (foxriver76) log message on real errors instead of error object
  • (foxriver76) fix for crashes on decrypt

1.14.31 (2021-01-15)

  • (foxriver76) fixed default values of HM-IP value list states

1.14.30 (2021-01-10)

  • (foriver76) in general reject events of unregistered devices, see #298

1.14.29 (2021-01-09)

  • (foxriver76) do not set PONG state anymore

1.14.26 (2021-01-05)

  • (foxriver76) match clientId with namespace to find correct units

1.14.25 (2021-01-04)

  • (foxriver76) we now use a unique id to connect for each client taking the hostname into account

1.14.24 (2020-10-15)

  • (foxriver76) fixed error with some blinds if no adapter restart has been performed

1.14.23 (2020-09-03)

  • (foxriver76) value.temperature will have unit °C no matter of delivered unit by CCU

1.14.21 (2020-08-18)

  • (foxriver76) fixed virtual-devices objects being recreated on the instance start (#271)

1.14.20 (2020-08-17)

  • (foxriver76) fix for % scaling of float numbers

1.14.19 (2020-08-16)

  • (foxriver76) now logging exact command on error

1.14.18 (2020-08-08)

  • (foxriver76) fix issue when CuxD listDevices does not deliver valid array
  • (foxriver76) fix error with % scaling in some edge cases

1.14.15 (2020-07-21)

  • (foxriver76) fix bug on forced reinitialization run

1.14.14 (2020-07-10)

  • (bluefox) Added roles for presence sensor

1.14.13 (2020-07-07)

  • (foxriver76) fix edge case on E-PAPER command (IOBROKER-HM-RPC-5Z)
  • (foxriver76) Catch error on createDevices if CCU does not deliver valid ADDRESS (IOBROKER-HM-RPC-5X)

1.14.12 (2020-07-03)

  • (foxriver76) Continue execution if error on retrieving a paramset from CCU

1.14.11 (2020-06-21)

  • (bluefox) Change name of Instance according to the role (RF, Wired, HM-IP)

1.14.10 (2020-06-14)

  • (foxriver76) removed metadata caching completely because metadata can be dynamic due to FW update or CuxD

1.14.6 (2020-06-05)

  • (foxriver76) added some HM-IP roles for channel 0

1.14.5 (2020-05-29)

  • (foxriver76) fixed edge case problem IOBROKER-HM-RPC-5E

1.14.4 (2020-05-28)

  • (jens-maus) updated all device images to latest ones include HM-IP-wired ones

1.14.3 (2020-05-18)

  • (foxriver76) catch edge case error if row.value has no native

1.14.2 (2020-04-24)

  • (foxriver76) catch errors on rpc client creation

1.14.1 (2020-04-23)

  • (foxriver76) catch potential errors on createServer
  • (foxriver76) new metadata approach: we only store metadata gathered by the user, otherwise cached metadata can be very old and outdated, we have to monitor performance of this approach (more requests to CCU on first setup)
  • (foxriver76) add name and icon to meta folder
  • (foxriver76) minor code improvements

1.13.0 (2020-04-02)

  • (foxriver76) sentry plugin support

1.12.10 (2020-03-05)

  • (foxriver76) fixed no 'dpType for ..' error in all cases

1.12.9 (2020-02-29)

  • (foxriver76) replace DISPLAY_DATA_STRING by DIN_66003 encodings

1.12.8 (2020-02-26)

  • (foxriver76) improved error handling on undefined methods

1.12.7 (2020-02-16)

  • (foxriver76) if role "value.window" is a boolean it is now correctly a "sensor.window"

1.12.6 (2020-01-08)

  • (foxriver76) make all LEVEL dps of unit % if they are w.o. unit and have min/max

1.12.5 (2020-01-06)

  • (foxriver76) handle some metadata more abstract
  • (foxriver76) make DIMMER_REAL.LEVEL of unit '%' even it is not by definition

1.12.2 (2019-12-19)

  • (foxriver76) fix issue on https with less robust ccu emulations

1.12.1 (2019-12-06)

  • (foxriver76) fixed problem with max values of value lists

1.12.0 (2019-12-05)

  • (foxriver76) no longer use adapter.objects
  • (foxriver76) js-controller v > 2 required

1.11.1 (2019-11-20)

  • (foxriver76) LOCK.OPEN is now of type button to prevent misunderstandings

1.11.0 (2019-11-10)

  • (foxriver76) make OFFSET and REPEATS of e-paper configurable
  • (foxriver76) EPAPER_SIGNAL is now type string

1.10.3 (2019-10-27)

  • (foxriver76) fixed info channel

1.10.2 (2019-10-24)

  • (foxriver76) replace min max values of HM-IP with correct numbers

1.10.0 (2019-08-12)

  • (foxriver76) new metadata handling procedure
  • js-controller >= 1.4.2 required

Older entries

here

License

The MIT License (MIT)

Copyright (c) 2014-2022 bluefox [email protected]

Copyright (c) 2014 hobbyquaker

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].