Apollon77 / ioBroker.mbus

Communicate with mbus devices
MIT License
11 stars 9 forks source link
iobroker iot mbus node-mbus serial tcp

Logo

ioBroker.mbus

======================

Number of Installations (latest) Number of Installations (stable) NPM version

Test and Release Translation status Downloads

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.

This adapter for ioBroker connects to a M-Bus Master via TCP or serial to provide the status and details of connected M-Bus devices.

Description of parameters

Gateway IP / TCP Port

IP address and port of the M-Bus Master/Gateway when using TCP.

Serial port / baud rate

Serial Port and Baud rate of M-Bus Master/Gateway.

Update Interval

Interval in Seconds to update the data. Default (if empty) is 3600s (1h). Consider how the devices on the M-Bus bus are powered to prevent draining batteries. If you set the interval to 0 then the device is read only once on adapter start, but then no longer automatically.

Device IDs

You can use primary (1-250) and secondary (16 characters long) M-Bus IDs

How to read the Device on request?

In the created states for each device one state exists called "updateNow". When you set this to true (as control action with ack=false) the device is updated immediately. If an interval is configured the interval restarts after the data are received.

Todo

How to report issues and feature requests

Please use GitHub issues for this.

Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). If you do not like providing it in GitHub issue you can also send it to me via email (iobroker@fischer-ka.de). Please add a reference to the relevant GitHub issue AND also describe what I see in the log at which time.

Changelog

2.7.0 (2024-04-05)

2.6.1 (2023-11-25)

2.5.0 (2023-08-11)

2.4.0 (2022-06-30)

2.3.4 (2021-03-07)

2.3.2 (2021-02-27)

2.3.1 (2020-10-30)

2.3.0 (2020-08-02)

2.2.3 (2020-07-26)

2.2.2 (2020-07-23)

2.2.1 (2020-06-30)

2.2.0 (2020-04-13)

2.1.6 (2020-04-12)

2.1.5 (2020-03-08)

2.1.4 (2020-02-08)

2.1.3 (2020-02-05)

2.1.0 (2019-12-18)

2.0.0 (2019-10-16)

1.1.1 (2018-12-10)

1.1.0 (2018-05-06)

0.1.8 (2018-04-03)

0.1.7 (2018-04-02)

0.1.6 (2018-03-26)

0.1.5 (2018-03-26)

0.1.4 (2018-03-26)

0.1.2

0.0.1

License

The MIT License (MIT)

Copyright (c) 2018-2024 Apollon77 ingo@fischer-ka.de

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.