Hi Jamr,
I missed your post, I'm sorry for that.
I then tested them by pushing the button on my nest protects twice and my Vera did not respond at all nor show the correct status. I then set of f each if the Nest's with smoke and my Vera did not respond nor show the correct status of the two sensors.
I will be calling to get this fixed but if you use this add on, be careful as it may not be working.
The manual test does not modify the actual status of your Nest protect. Plugin will update the CO or the smoke sensor only when the status is actually changed. For getting the status, plugin connects to Nest cloud service and gets the new events from there. If the status reported is "ok" then the plugin will not updated the child devices, respectively the CO and the Smoke ones. During the manual test, the values reported by Nest are not changing, so the status for the child devices will not change, take a look here :
"smoke_co_alarms" : {
"some_id" : {
"name" : "Office 1",
"locale" : "en-US",
"structure_id" : "some_id",
"software_version" : "1.0.2rc2",
"device_id" : "some_id",
"name_long" : "Office Nest Protect 1",
"is_online" : true,
"battery_health" : "ok",
"co_alarm_state" : "ok",
"smoke_alarm_state" : "ok",
"ui_color_state" : "green",
"is_manual_test_active" : true,
"last_manual_test_time" : "2015-10-16T09:47:38.000Z" },
"protect_id_2" : {
"name" : "Office 2",
"locale" : "en-US",
"structure_id" : "some_id",
"software_version" : "1.0.2rc2",
"device_id" : "some_id",
"name_long" : "Office Nest Protect 2",
"is_online" : true,
"battery_health" : "ok",
"co_alarm_state" : "ok",
"smoke_alarm_state" : "ok",
"ui_color_state" : "green",
"is_manual_test_active" : false,
"last_manual_test_time" : "2015-10-16T09:50:34.000Z" }
}
If you want to test the plugin, you can do it like this :
http://www.wikihow.com/Test-a-Smoke-DetectorAll the Bests,
- Andrei -