*/
#define MAX_PAST_TIME 30*86400
#define MAX_FUTURE_TIME 300
-#undef IGNORE_UNKNOWN_SENSORS
+#define IGNORE_UNKNOWN_SENSORS
typedef unsigned char byte;
static libusb_context *usb_ctxt;
case 10707:
*name = "balcony";
return val - 0.71;
+ case 11699:
+ *name = "outside";
+ return val;
case 19246:
*name = "catarium";
return val + 0.49;
*name = "catarium-rh";
return val;
case 12133:
- *name = "outside";
+ *name = "aquarium";
return val + 0.44;
default:
#ifdef IGNORE_UNKNOWN_SENSORS
DEF:u=$D/sensor-ursarium.rrd:temp:AVERAGE \
DEF:b=$D/sensor-balcony.rrd:temp:AVERAGE \
DEF:o=$D/sensor-outside.rrd:temp:AVERAGE \
+ DEF:t=$D/sensor-aquarium.rrd:temp:AVERAGE \
'AREA:c#cc7777' \
'AREA:u#7777cc' \
'AREA:b#cc77cc' \
'LINE2:c#cc0000:Catarium\n' \
'LINE2:u#0000cc:Ursarium\n' \
'LINE2:b#cc00cc:Balcony\n' \
- 'LINE2:o#00cc00:Outside' \
+ 'LINE2:o#00cc00:Outside\n' \
+ 'LINE2:t#00cccc:Aquarium' \
'HRULE:0#0000ff'