Advanced Search
Search Results
17 total results found
Maison
node red
Deconz
openhab
tasmota
Light node
Add node for light
Update du 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
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
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
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
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
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
# 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
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
[{"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
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
Set parameter like this pictuce To invert Button,in console enter : SetOption11 1