Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

17 total results found

Maison

node red

Deconz

openhab

tasmota

Light node

node red

Add node for light

Update du deCONZ

Deconz

Update deCONZ manually Manuel Pietschmann edited this page 6 days ago · 3 revisions As this question came up recently, this one should come in handy for some people having trouble to update deCONZ and the firmware via Phoscon App. Requirements ...

Setup port

openhab

Webserver Ports openHAB has a built-in webserver, which listens on port 8080 for HTTP and 8443 for HTTPS requests. In general, it is advised to use HTTPS communication over HTTP. The default ports 8080 and 8443 can be changed by setting the environment varia...

Install

openhab

Installation Overview openHAB 2 is based on the Eclipse SmartHome framework and is fully written in Java. As such, it only depends on a Java Virtual Machine, which is available for many platforms. openHAB can be executed on different versions of macOS and Win...

SMB setup

openhab

Network Sharing openHAB depends on configuration files and folders with custom content (details in Configuration articles). Because your openHAB installation most probably is stored on a remote device, being able to easily access and modify these files from y...

OpenHAB2 console command

openhab

Logging in openHAB This article describes the logging functionality in openHAB 2. This includes how to access logging information and configure logging for user-defined rules. There are two ways to check log entries: Through files stored on the file syste...

OpenHAB2 acces console and config

openhab

The Console The console offers the option to: Monitor the log in realtime Manage bundles Execute runtime commands #Accessing the Console The method to access the console depends on how openHAB was started. When started in interactive mode using...

start stop openhab2

openhab

# initialize the new service (execute only once) sudo systemctl daemon-reload sudo systemctl enable openhab2.service #start,stop and retrieve status sudo systemctl start openhab2.service sudo systemctl stop openhab2.service sudo systemctl status openha...

Insert value and split from payload

node red

Whit parseInt parseInt will take the first number in the payload and store it var output = msg.payload.split(",");  // split value whit ,var R = parseInt(output[0]); // store value var G = parseInt(output[1]);var B = parseInt(output[2]); msg.payload ={ "rg...

store value in flow

node red

[{"id": "23f23ed.59af2c2","type": "switch","z": "d2b0b2fb.dc997","name": "","property": "parts.index","propertyType": "msg","rules": [{"t": "eq","v": "0","vt": "num"},{"t": "eq","v": "1","vt": "num"},{"t": "eq","v": "2","vt": "num"}],"checkall": "true","repair...

insert value in payload

node red

var R = msg.payload  //value from external payloadpayload msg.payload ={ "rgb": R //"name":value from var R }return msg;

enable double toggle in tasmota for kuled switch

tasmota

Set parameter like this pictuce To invert Button,in console enter : SetOption11 1