Here is my config for the battery and temperature that works,
But the smoke alarm I haven’t tested lately so i didn’t include here. (don’t want to get my wife annoyed with the sound, you know…) Will test the alarm part later.
Switch Smoke_1_Tamper “Tamper trigger [MAP(tamper.map):%s]” <_stop> (Fire) { zwave=“14:0:command=SENSOR_ALARM,alarm_type=0” }
Switch Smoke_1_heat “HEAT detection [MAP(smoke.map):%s]” (Fire) { zwave=“14:0:command=SENSOR_ALARM,alarm_type=4” }
Number Smoke_1_Battery “Smoke Battery [%.0f %%]” (Fire) { zwave=“14:command=BATTERY,refresh_interval=43200” }
Number Smoke_1_Temp “FGSD Temperature [%.1f °C]” (Fire) { zwave=“14:command=SENSOR_MULTILEVEL,sensor_type=1”,refresh_interval=7200" }