jdiazbb / rfxcmd

Automatically exported from code.google.com/p/rfxcmd
1 stars 0 forks source link

Imagintronix Soil Sensor not decoding (52 0C) #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Imagintronix Soil Sensor protocol not decoded

Adding this line on file lib/rfx_sensors.py solves the problem:

        rfx_subtype_52 = {"01":"THGN122/123, THGN132, THGR122/228/238/268",
                                                "02":"THGR810, THGN800",
                                                "03":"RTGR328",
                                                "04":"THGR328",
                                                "05":"WTGR800",
                                                "06":"THGR918, THGRN228, THGN50",
                                                "07":"TFA TS34C, Cresta",
                                                "08":"WT260,WT260H,WT440H,WT450,WT450H",
                                                "09":"Viking 02035, 02038",
                                                "0A":"Rubicson",
                                                "0B":"EW109"
                                                "0C":"Imagintronix Soil Sensor"}

Original issue reported on code.google.com by jdiaz...@gmail.com on 13 Oct 2014 at 12:40

GoogleCodeExporter commented 8 years ago
Thanks, now added to RFXcmd and updated to SVN.

Original comment by sebastia...@gmail.com on 27 Nov 2014 at 6:36