I’m gradually getting to grips with OH but am struggling with Nest. I have added the Nest Binding through PaperUI. I have configured and all of my devices were auto discovered. I have tried to add items through my items file but they never return any data.
If I add the items through the paperUI then for a smoke alarm i am only given three data points (Low Battery, CO Alarm State and Smoke Alarm State). The binding documentation suggests that I should also be able to add (Manual Test, Last Connection, Last Manual Test and UI Color).
I have tried adding each of these as below but no joy:
Frame item=Test {
Text item=Smoke_CO_Alarm
Text item=Smoke_Battery_Low
Text item=Smoke_Manual_Test
Text item=Smoke_Last_Connection
Text item=Smoke_Last_Manual_Test
Text item=Smoke_Smoke_Alarm
Text item=Smoke_UI_Color
}
I am sure that I am doing something wrong and i’m sure it’s obvious but not to me. I’ve checked the log file and there is no mention of the above items in there.
I should also add, if I add a linked item through the PaperUI from the thing then it shows in Control and has a value.
Anyone know of a good walkthrough for how to get this working?
I am sure i’ve left out information so if I have, please ask and i’ll do my best to answer.
Frame item=Test {
Text item=Smoke_CO_Alarm
Text item=Smoke_Battery_Low
Text item=Smoke_Manual_Test
Text item=Smoke_Last_Connection
Text item=Smoke_Last_Manual_Test
Text item=Smoke_Smoke_Alarm
Text item=Smoke_UI_Color
}
This works fine for the smokealarm, COalarm and UIColor but the other fields don’t return any data.
Any ideas? I seem to have the datapoint names correct but don’t get anything back from them.
As a side question, can I do anything to change the returned value e.g. “green” becomes “Green”
You know i’ve been looking at this documentation for days and have only just noticed that 2.2 only has 5 channels. I have found a version of 2.4 too so fingers crossed for a fresh install.
Will report back. Thanks for your help so far. Sorry for the silly questions!!
Well i’ve had some success. I have found a 2.4 installer and it’s on. I can open PaperUI and add the binding etc. What I can’t do is find any of the userdata folders to put in my own sitemap/items files. The install instructions suggest creating an openHAB share which I have. This is what 2.2 used successfully but 2.4 doesn’t want to use it.
Finally, I have the 7 data points for a Nest Protect. For some reason the installation of 2.4 has chosen not to use my share for the config files but I have found them buried in the OS root. Thank you very much for your help!!