Skip to content

Commit

Permalink
changed loxone pdf links
Browse files Browse the repository at this point in the history
  • Loading branch information
codmpm authored Jul 17, 2021
1 parent 2cc73c2 commit a001d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
---

This node connects the Loxone Miniserver to node-red. It uses [node-lox-ws-api](https://github.com/alladdin/node-lox-ws-api)
by Ladislav Dokulil based on Loxone's documenation for the [Websocket API](https://www.loxone.com/dede/wp-content/uploads/sites/2/2018/10/1000_Communicating-with-the-Miniserver.pdf).
by Ladislav Dokulil based on Loxone's documenation for the [Websocket API](https://www.loxone.com/dede/wp-content/uploads/sites/2/2021/06/1201_Communicating-with-the-Miniserver.pdf).

It enables you to connect the Loxone Miniserver directly to node-red and work with the data
on occuring events. As this uses the official Websocket, you will only see controls that are
visualized in Loxone-Config.

**You will get the data from Loxone's websocket _as is_. There is and will be no abstraction layer!**

So please know how to handle the data according to the [structure file](https://www.loxone.com/dede/wp-content/uploads/sites/2/2018/10/1000_Structure-File.pdf)
So please know how to handle the data according to the [structure file](https://www.loxone.com/dede/wp-content/uploads/sites/2/2021/06/1201_Structure-File.pdf)
or the [webservice documenation](https://www.loxone.com/enen/kb/web-services/).

As of Loxone V9 the new token based authentification should be used. If you are still using V8 or earlier, please use `AES-256-CBC` or
Expand Down

0 comments on commit a001d14

Please sign in to comment.