Hello, I am trying make my openhab working with IFTTT, but no luck. It is still showing Options Unavailable.
I am using persist:
Strategies {
default = everyChange
}
Items {
- : strategy = everyChange
}
and items
Group gMyOpenHAB
Switch Roller_Sunset_Event {astro=“planet=sun, type=set, property=end, offset=-10”}
Switch Roller_Sunrise_Event {astro=“planet=sun, type=rise, property=start, offset=60”}
Number Moisture “Gleba wilgotnosc: [%d %%]” { exec="<[sh /share/Backup/OPENHAB/qnap/scripts/gleba.sh:60000:REGEX((.?))]" }
Number Hum “Wilgotnosc powietrza: [%d %%]” { exec="<[sh /share/Backup/OPENHAB/qnap/scripts/wilgotnosc.sh:60000:REGEX((.?))]" }
Number Temp “Temperatura powietrza: [%.1f °C]” { exec="<[sh /share/Backup/OPENHAB/qnap/scripts/temp.sh:60000:REGEX((.*?))]" }
DateTime Date “Data [%1$tA, %1$td.%1$tm.%1$tY]” { ntp=“Europe/Warsaw:pl_PL” }
Rollershutter ROLETY_ALL “Rolety” <rollershutter,gMyOpenHAB> { exec=“UP:/share/Backup/OPENHAB/opt/rolety/ALL_UP.sh,DOWN:/share/Backup/OPENHAB/opt/rolety/ALL_DOWN.sh,STOP:/share/Backup/OPENHAB/opt/rolety/ALL_STOP.sh”, autoupdate=“false” }
WAS_protocol://my.openhab.org/rest/items
is showing all items
This XML file does not appear to have any style information associated with it. The document tree is shown below.
GroupItem
gMyOpenHAB
Uninitialized
ROLETY_ALL is showing:
RollershutterItem
ROLETY_ALL
Uninitialized
Should it show command list in rest api?
Do you have any tips how to check what can be wrong ?
I have replaced all urls, becsaue cannot add them.
Thank you.