Could you kindly share with me how to add a pseudo sensor to Pi Agent 2.0 and show its data on the Raspberry Pi project web page? let’s say another temperature or humidity sensor. I am a beginner for Pi Agent even Python. I just want a clear understanding about Pi Agent structure and operations, and I think a pseudo sensor means more focus on the software, in case I don’t have sensor hardware on my hand.
I try to learn from the README on the github, but there are too abstract for me. Hope anyone can give me a more detail example.
Thanks for your reply!
I am trying the Raspberry Pi Agent 2.0 now, and I have very limited knowledge about python, sorry about this.
I am trying to add a pseudo sensor, that I want to see it on the Cayenne web page together with other Raspberry Pi value, like RAM, CPU and so on.
I read the README on the github, but I don’t know how to run the test script.
Could do show me how to add a pseudo sensor to Raspberry Pi Agent 2.0?
I want to add another temperature sensor to Raspberry Pi Agent 2.0. The temperature sensor is not a real one,
it just a pseudo sensor, means I put a temperature value, like 23 Celsius degree, and want to see it on the Cayenne web page.
It is helpful for better understanding Raspberry Pi Agent 2.0, I can add a real temperature sensor and its driver later.
Looks it is a from top to bottom way.
I want to add a temperature sensor HTS221, which is come from ST. It is I2C interface and similar to BMP180. but I can not find it in the dashboard.
What should I do?
Many thanks!