问题
I have a problem about forward historian.
I install volttron_central on PC called A, and then instlal volttron_sub on Raspberry pi.
I entered the command 'vctl auth keypair' on volttron_central, and then I got the serverkey and secretkey.
and I install forward historian on volttron-sub, and running volttron-sub & volttron-central.
but I saw that 'CURVE I : cannot open client INITIATE vouch' on VOLTTRON_Central terminal.
I want to install forward historian on volttron-sub and send device(Philips-Hue) information to volttron-central machine.
Do you know how to solve this problem?
Thank you.
回答1:
Sure...
Login to PC called A. From a volttron enabled console
volttron-ctl auth serverkey
. This will give you the serverkey that you will use in any remote connection to PC called A.Login to volttron_sub and get the publickey from the forwarder and voltron central platform agents by running
vctl auth publickey
`- (Back on PC called A) add the credentials from the forwarder and volttron central platform using
vctl auth add --credential <publickey>
for each agent.
NOTE: These instructions are assuming you are using releases 5.0 rc branch.
来源:https://stackoverflow.com/questions/48457215/what-is-curve-i-cannot-open-client-initiate-vouch