The on connect message
is published to the on connect topic
every time the client connects or reconnects to the server.
The last will message
is published to the last will topic
every time the client connects or reconnects to the server.
The Server will store this message and send it to its subscribers when the client disconnects.
Comma separated list of topics that are not covered by existing states. Received messages are converted to states within the adapters namespace (e.g. mqtt.0) and subscribed. You can remove topics after all states have been created.
When publishing this will be prepended to all topics. Default is empty (no prefix).
When subscribing this will be prepended to all topics. Default is empty (no prefix).
Enables or disables the mqtt-client functionality for this state. Disabling will delete any mqtt-client settings from this state.
The topic this state is published to and subscribed from. default: state-ID converted to a mqtt topic.
enable
state will be publishedchanges only
state will only be published when its value changesas object
whole state will be published as objectqos
see http://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levelsretain
see http://www.hivemq.com/blog/mqtt-essentials-part-8-retained-messages
enable
topic will be subscribed and state will be updated accordinglychanges only
state will only be written when the value changedas object
messages will be interpreted as objectsqos
see http://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levelsack
on state updates the ack flag will be set accordingly
- when ack is set to true it will overwrite objects ack, see
as object
- to prevent message loops, if both publish and subscribe are enabled
changes only
is always on for subscribe
- test prefixes
- connect/reconnect without clean session
- (algar42) Fix adapter restarting
- (algar42) Fix mqtt issues
- (bluefox) Support of js-controller 2.0 was added
- (bluefox) small fixes
- (bluefox) Translations
- (bluefox) Udpate of MQTT module
- (bluefox) Update io-package.json
- (Pmant) fix initial object parsing
- (Pmant) fix objects view
- (Pmant) fix crash
- (Pmant) add optional publish and subscribe prefixes
- (Pmant) reduce logging -> debug
- (Pmant) use new custom settings
- (Pmant) fix possible loop
- (Pmant) initial commit
The MIT License (MIT)
Copyright (c) 2016-2019 Pmant
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.