希望你过得很好。
CrateHistorian 不工作。我已经使用以下配置安装了它:
{
"connection": {
"type": "crate",
# Optional table prefix defaults to historian
"schema": "monday_schema",
"params": {
"host": "localhost:4200"
}
}
}
看着 crate admin UI localhost:4200
,我得到了两个表,其中包含名称数据和主题。
主题存储在主题表中,但数据表不添加任何内容。
尝试运行 tail volttron.log来查看可能是什么问题,并得到了 crate 代理的以下结果:
2021-02-08 15:02:32,748 (cratedbagent-3.3 8267)主要调试:无效数据未保存('2021-02-08T09:47:40.340678+00:00'、'my_campus/my_building/room2/Setpoint.3 ', 'scrape', 63.0, {'units': 'degreesFahrenheit', 'type': 'integer', 'tz': 'UTC'})
这是针对我要保存的所有数据点完成的。
配置中可能有什么问题?
感谢期待。