Page 1 of 1

POPP Smoke Detector sensors

Posted: Sunday 06 December 2015 10:15
by revenger
Hi,

Just starting with Domoticz and Z-Wave, and having trouble identifying correct sensors of a POPP smoe detector. Hardware is detected as Popp Unknown.

I see 5 sensors all of them are Lighting 2 types...which one is the actual smoke detection alarm?

And which one is the manuel siren function? Is it the only one I can turn on...or is that the actual smoke alarm?

Kind regards,

Remko

Re: POPP Smoke Detector sensors

Posted: Sunday 06 December 2015 12:27
by gizmocuz
i think the one with 29 on the end is the actual smoke sensor

Code: Select all

static const _tAlarmNameToIndexMapping AlarmToIndexMapping[] = {
		{ "General",			0x28 },
		{ "Smoke",				0x29 },
		{ "Carbon Monoxide",	0x2A },
		{ "Carbon Dioxide",		0x2B },
		{ "Heat",				0x2C },
		{ "Flood",				0x2D },
		{ "Alarm Level",		0x32 },
		{ "Alarm Type",			0x33 },
		{ "Access Control",		0x34 },
		{ "Burglar",			0x35 },
		{ "Power Management",	0x36 },
		{ "System",				0x37 },
		{ "Emergency",			0x38 },
		{ "Clock",				0x39 },
		{ "Appliance",			0x3A },
		{ "HomeHealth",			0x3B },
		{ "", 0 }
};

Re: POPP Smoke Detector sensors

Posted: Monday 09 January 2017 17:30
by antares
Hi gizmocucz,

is the "I think it's 29" now proven to be the smoke sensor? Could be severe to just rely on "I think" ;-)

Thanks for the great work!