Cygnus を使用して Orion Context Broker データにサブスクライブしています。Cygnus は以下のように MongoDB にデータを格納します。Mongoの集計機能を使用できるように、attrValueをStringではなくfloatとして保存する可能性はありますか?
> db['cygnus_/kurapath_enocean_power_enocean'].find().pretty()
{
"_id" : ObjectId("55e81e9631d7791085668331"),
"recvTime" : ISODate("2015-09-03T10:19:02Z"),
"attrName" : "power",
"attrType" : "string",
"attrValue" : "2085.0"
}