0

Is it possible to run lite-historian and mysql-historian together, and save data to their database (SQLite and MySQL) respectively?

I had a failed with Timeout error: volttron.platform.vip.agent.core.Core object at 0. I was only able to save data into one of the database.

1 Answers1

0

Yes you certainly can run more than one historian at a time. The platform was designed so that this was possible.

You may only specify one Agent with the identity 'platform.historian' at a time. More than one and the second one started will not be able to communicate with the platform. (This is better handled in an upcoming feature for VOLTTRON 4.0). That might be what is happening to you in this case.

Kyle Monson
  • 471
  • 1
  • 3
  • 6
  • Yes, I saw both historian agents have a identity platform.historian. So, what do I do now? Can I change one of the identity to something else? Platform.historian_2, maybe? – Da-Wei Huang Jul 27 '16 at 21:50
  • Yes either change or comment out the identity in the new configuration file. If commenting out the server will auto generate an identity for it. – Craig Jul 28 '16 at 00:00