smoke detector sd90 rfxtrx

Begonnen von kroonen, 18 Dezember 2014, 22:09:18

Vorheriges Thema - Nächstes Thema

kroonen

Hi,

I also have some trouble with smoke detector. I got this in the config:

define Rookmelder_hal TRX_SECURITY sd90 54d4 Smoke 54c4 Smoketest
attr Rookmelder_hal IODev TRX
attr Rookmelder_hal icon secur_smoke_detector

When i press smoke test button, it fails


2014.12.18 22:06:56 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_DS10A_54d4 TRX_SECURITY DS10A 54d4 Window
2014.12.18 22:06:56 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_DS10A_54d4, please define it
2014.12.18 22:07:00 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_KR18_54d1 TRX_SECURITY KR18 54d1 key
2014.12.18 22:07:00 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_KR18_54d1, please define it
2014.12.18 22:07:05 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_DS10A_54d4 TRX_SECURITY DS10A 54d4 Window
2014.12.18 22:07:05 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_DS10A_54d4, please define it

kroonen

Hi is willi the main developer not working on the fhem modules anymore?

kroonen

For The modules of rfxcom and Trx

Willi

Zitat von: kroonen am 18 Dezember 2014, 22:09:18
Hi,

I also have some trouble with smoke detector. I got this in the config:

define Rookmelder_hal TRX_SECURITY sd90 54d4 Smoke 54c4 Smoketest
attr Rookmelder_hal IODev TRX
attr Rookmelder_hal icon secur_smoke_detector

When i press smoke test button, it fails


2014.12.18 22:06:56 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_DS10A_54d4 TRX_SECURITY DS10A 54d4 Window
2014.12.18 22:06:56 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_DS10A_54d4, please define it
2014.12.18 22:07:00 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_KR18_54d1 TRX_SECURITY KR18 54d1 key
2014.12.18 22:07:00 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_KR18_54d1, please define it
2014.12.18 22:07:05 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_DS10A_54d4 TRX_SECURITY DS10A 54d4 Window
2014.12.18 22:07:05 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_DS10A_54d4, please define it
I am sorry, but I am very busy on other things. Means I do only look into the Forum from time to time and I will only look for errors but not enhancements.

Do you have autocreate disabled? What happens if autocreate is enabled.

To test this:
- Please show the code for this on RFXmngr
-Which Version of my module aree you using?

Regards Willi
FHEM@Q600(debian) mit DS9490R (1Wire) | FHEM@Sheevaplug(debian) mit RFXCOM-Receiver(80002), CULv3 & USB-WDE1 | FHEM@odroid mit CULv2 & RFXtrx433

herrmannj

sd90 has two modes of operation. search for a switch inside the closure of it and try changing it. it is supported by trx.


kroonen

Hi willi,


Autocreate creates 2 other devices:

2014.12.26 19:50:33 2: autocreate: define FileLog_TRX_KR18_54c2 FileLog /var/log/fhem/TRX_KR18_54c2-%Y.log TRX_KR18_54c2
2014.12.26 19:50:33 2: autocreate: define TRX_KR18_54c2 TRX_SECURITY KR18 54c2 key
2014.12.26 19:50:33 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_KR18_54c2, please define it
2014.12.26 19:50:33 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_KR18_54c2 TRX_SECURITY KR18 54c2 key
2014.12.26 19:50:28 2: autocreate: define SVG_TRX_DS10A_54d2 SVG FileLog_TRX_DS10A_54d2:fht80tf:CURRENT
2014.12.26 19:50:28 2: autocreate: define FileLog_TRX_DS10A_54d2 FileLog /var/log/fhem/TRX_DS10A_54d2-%Y.log TRX_DS10A_54d2
2014.12.26 19:50:28 2: autocreate: define TRX_DS10A_54d2 TRX_SECURITY DS10A 54d2 Window
2014.12.26 19:50:28 3: TRX_SECURITY_parse_X10Sec() Unknown device TRX_DS10A_54d2, please define it
2014.12.26 19:50:28 1: TRX_SECURITY_parse_X10Sec() UNDEFINED TRX_DS10A_54d2 TRX_SECURITY DS10A 54d2 Window


rfxmngr gives this ad response

------------------------------------------------
08200005D2DD540279
Packettype    = Security1
subtype       = X10 security
Sequence nbr  = 5
id1-3         = D2DD54
status        = Alarm
battery level = OK
Signal level  = 7
------------------------------------------------
08200206C2CD540689
Packettype    = Security1
subtype       = X10 security remote
Sequence nbr  = 6
id1-3         = C2CD54
status        = Panic
battery level = OK
Signal level  = 8
------------------------------------------------
08200007D2DD540089
Packettype    = Security1
subtype       = X10 security
Sequence nbr  = 7
id1-3         = D2DD54
status        = Normal
battery level = OK
Signal level  = 8

I tried it also on my old rfxcom receiver. Here also goes autocreate nog good, but when I manual it set it it works as always.

I'm using the latest TRX and TRX_SECURITY

TRX # $Id: 45_TRX.pm 5957 2014-05-24 13:46:29Z wherzig $
TRX_SECURITY# $Id: 46_TRX_SECURITY.pm 5616 2014-04-23 20:51:14Z wherzig $

regards RIchard