Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [volttron-dev] Challenges using the Forward Historian
  • From: "Allwardt, Craig H" <Craig.Allwardt@xxxxxxxx>
  • Date: Wed, 30 Oct 2024 18:36:41 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=pnnl.gov; dmarc=pass action=none header.from=pnnl.gov; dkim=pass header.d=pnnl.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=iQxREV/DNWLQ+WUFkwHo8CRsmjYTL+ZqgMqAzy5SpT0=; b=A6oMk6SR7jCDZ70JvYlVeT8BIikYdFSRLLwpG55HiNaUnFSh4J1s2TC7YHgtJ+2p20fjigdzmZABnNyjxbnU8mt8Jj0ZF7MPSaJ1uUK3gcgQLqcaO0s2rvATYffS238FBq32245va0HcYsRB6wk3K0btshfsARnLmr37ARo6IBpJyzKqr8VXjGBA2DI2hToczdWOCHd+ahPTEh5xloeJrcJyBcdpPmf0L1hfbAA5P8nw4BsWk7pZUttDm0YbgBerPjrcBSvaZztnN7W2Ezfb8ReghoTGaR6kpcogsSabm2iguQNoGCmtahjcsQ42u+nZe6oKv/uSC7yMdmuUIGnHQA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=j/KWzzn+ToblVZO7hQHQL+fGcRLhWbLCaMhoKX0BQLnr/NtQYudsfuk5s8Ji0y+J7wrIDpEzosdg2HudfF7RIZfFTkRAV1lHukpqTclroarOXJFiF5IDBm6JMrl6yxbqRbJb8HGsw2U8qDVBt/u7EKShhozK9h6MdFLeJK5Kvj2Efa2OPtpENWrUtcdB0NZWI5Od/d+fTI+ZvIlQraifCdPg8KclBQP8c1A/c1NqhuYjnuRgLKuW4nTxtNGvcaoEyafN9zS3v4LTMv2DvFFue8LzV0q6yBl/U/fyfJ5ZRmL6C01aZGx7eCpv5JCHE0X00HF9shcJqhoBbbtow8w/IQ==
  • Delivered-to: volttron-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/volttron-dev/>
  • List-help: <mailto:volttron-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbKusuEVEqJfu0QUacx1k8ut0uVLKfnxWg
  • Thread-topic: [volttron-dev] Challenges using the Forward Historian

Just checking, but the line you mentioned continues past what you wrote here…

 

vctl auth add --address <address of source instance where forwarder is installed> --credentials <publickey of installed forwarder agent>

 

The credentials are what is 100% required.  The address is added protection.

 

Craig

 

From: volttron-dev <volttron-dev-bounces@xxxxxxxxxxx> On Behalf Of Lazlo Paul via volttron-dev
Sent: Wednesday, October 30, 2024 9:46 AM
To: volttron-dev@xxxxxxxxxxx
Cc: Lazlo Paul <lazlopaul17@xxxxxxxxx>
Subject: [volttron-dev] Challenges using the Forward Historian

 

Check twice before you click! This email originated from outside PNNL.

 

Hi All,

 

I am setting up two volttron instances on the same LAN, both are using ZMQ. I have one main volttron instance on a more performant computer, and one volttron instance running on a Raspberry Pi. Both are running Volttron 9.0

 

I am attempting to set up the Forward Historian, but can not make the connection from the platform on the Raspberry Pi to the main platform. I have followed the instructions in the following documentation: https://volttron.readthedocs.io/en/9.0.1/agent-framework/historian-agents/forwarder/forward-historian.html.

 

Is there something I might be missing? For the step in the documentation that calls for `vctl auth add --address <address of source instance where forwarder is installed>` should the address be in the format 192.168.55.55:22916? Is there a method for me to more productively debug this? 

 

Thank you for your help!
Lazlo


Back to the top