Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

For each Thing, therea a Location field, that represents (at least) a Tab in the Paper UI:

Image Modified . Image Modified

Camera Binding

I use https://github.com/Skinah/IpCamera for my HIKVisions, but only with images currently. It works okay.

ipcamera15-12-2018.zip


MQTT Bindings

First Install 2 parts:

  • The MQTT Service - this in an Internal MQTT Broker (Server)
  • Image Added
  • The MQTT Binding
  • Image Added

Then Create Things and Channels:

Image Added

The Thing is the "physical" device, like a light Switch, and the Channels is the properties the Light switch has - now, a switch has only On/Gff, but other Things may have several properties, an engine have On/Off, Teperature, RPM etc.

Pressing "+" for adding a channel gives the options.

Define the Channel - typically where to send the command, and where to read the state:

Image Added

Finally, link the Channel to an Item in an items file:

Kodeblok
titlemqtt.items
Switch mqtt_test "Test switch" {channel="mqtt:topic:61a4bec6:mqtt_test"}


Links

Great tutorial: https://mysmarthomeweb.wordpress.com/

...