- Fixed Error when multiple messages over one node, thanks Jakob-Gliwa
- node-lox-ws-api 0.4.5-bugfix4 which should resolve #58 thanks to @arsiesis
- node-lox-ws-api 0.4.5-bugfix3 so you don't have to build binary dependencies of WebSocket-Node
- Sort the rooms and cats data, fixes #56
online
is emited after the structure file has been parsed, not after authorisation anymore
- fixed missing event parameter for stream-in
- fixed non working keepalive node, introduced in
0.10.6
- fixed translations in miniserver-config
- fixed #44
- new
node-lox-ws-api
for better reconnction handling - fixed missing structure file for miniserver config
- better error messages if miniserver not reachable, also on online nodes
- configurable miniserver keepalive in config node
- fixed #42
- added info that git is needed
- fixed development dependency
package.json
- fixed #35
- using own forked node-lox-ws-api
- better connection information adressing #28 and hopefully #33
miniserver.connected
now after authentification not after initial connection
- updated
node-lox-ws-api
to0.4.4
for nodejs 10.x compatibility. Thanks @alladdin
- fixed category is displayed in room introduced in
0.10.0
, thanks to @Jofagi
- fixed crash on empty room or empty category (unused)
- adapted colors and logo to match new loxone style
- parsing of substates (intelligent room controller > temperatures) fixed
- added
msInfo
andlastModified
tomsg
-object
- added stream-all node, thanks to @JoDehli
- added uuid, isFavorite, isSecured to all messages, except webservice calls as this info is not there
- added
msg.data
on webservice calls to get all return values (e.g. if you query "all")
- added stream-in node
- removed keepalive log message
- refactored event handling and building of msg-object
- fixed missing msg-object data in control-in node introduced in
0.6.1
- updated
node-lox-ws-api
to0.4.3
to fix reconnect bug - removed wrong
client.abort()
onclient.close
- removed "activate connection" checkbox for now
- refactoring
- complete Token-Based-Auth support through updated node-lox-ws-api 0.4.2*
- new option to select encryption type for the miniserver connection, defaults to Token-Enc
- fixed bug where the structure did not load due to wrong active connection interpretation
- updated
node-lox-ws-api
to0.3.4
for an intermediate solution working with Loxone 9 - added checkbox to activate a miniserver connection
node-lox-ws-api
updated to0.3.2
node-lox-ws-api
updated to0.3.1
- disconnect on AES fixed
- AES now also for webservice calls
- dropped support for nodeJS
< 4.5
- webservice-node: added checkbox for appending
msg.payload
to the URI of the webservice node
- review readme
- fixed image display from readme on flows.nodered.org
- added keepalive node
- correct handling of online-node with more than one miniserver connection
- fixed error if empty room name or empty category name
- fixed error on deploying after editing the config node
- added online node
- only controls shown regarding room/category on node editing
- updated
node-lox-ws-api
to 0.2.8groovy - updated
ws
to 2.2.3
- breaks compatibility to 0.0.x
- added webservice-node
- updated
node-lox-ws-api
- control-in
- control-out
- initial release
- testing