You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone recommended to take a look at OpenHAB demo installation, so found the instruction to install demo where the zip file location is not valid.
Downloaded from openhab/target/.
The demo package consists of example configuration files and samples of add-ons and UIs. In order to install the demo, you must edit the file ‘conf/services/addons.cfg’. Uncomment the line package= and set it to demo as shown below
36
members
link "http://130s-rpi2:8080/rest/items/Weather"
state "UNDEF"
type "Group"
name "Weather"
label "Weather"
category "sun"
But then I don't find my own setting in the same output, nor in the same /etc dir.
Instead found here /var/lib/openhab2/jsondb/org.eclipse.smarthome.core.thing.Thing.json.
Anyways, what I'm curious is how to include my own setting in the rest output.
Ooh, beginner.tutorials says the following. Ok, need to write a file for defining items.:
Note that you still need to define your items, sitemaps, persistence configurations and rules in the according configuration files (as done in openHAB 1). Such functionality will be added bit by bit to the Paper UI only.
After some point some Things started being "Uninitialized" incl. those with Chromecast and Network bindings. Maybe after having installed demo? For now I'll ignore them.
The text was updated successfully, but these errors were encountered:
Driven from corb555/iot_bridge#5, I like to test setting a group.
Someone recommended to take a look at OpenHAB demo installation, so found the instruction to install demo where the zip file location is not valid.
Downloaded from openhab/target/.
So instead of launching a new instance of OpenHAB on my tiny RPI, I just modify
/etc/openhab2/services/addons.cfg
after making a backup. Then,This seems to mix up my setting AND the demos. Right now I don't care but maybe in the near future I'll have to clean up.
I now see in the result of http://130s-rpi2:8080/rest/items/
members:
andtype: Group
as following:But then I don't find my own setting in the same output, nor in the same
/etc
dir.Instead found here
/var/lib/openhab2/jsondb/org.eclipse.smarthome.core.thing.Thing.json
.Anyways, what I'm curious is how to include my own setting in the rest output.
Ooh, beginner.tutorials says the following. Ok, need to write a file for defining
items
.:After some point some Things started being "Uninitialized" incl. those with Chromecast and Network bindings. Maybe after having installed demo? For now I'll ignore them.
The text was updated successfully, but these errors were encountered: