bacpypes icon indicating copy to clipboard operation
bacpypes copied to clipboard

How to read properties from BACpypes to YABE as a simulated BACnet device?

Open julia-tech opened this issue 6 years ago • 3 comments

Hi,

I would like to use YABE to read properties from BACpypes. So is there any simulated BACnet device in BACpypes could be read in the YABE?

For example, if the BACnet device in BACpypes is a temperature simulator. Then I can read the properties such as set point and temperature to YABE.

Thanks, Julia

julia-tech avatar Nov 06 '19 23:11 julia-tech

This sample is a BACnet device that has a collection of random analog value objects, every time you read the presentValue property it returns a new number in the range 0..100.

JoelBender avatar Nov 06 '19 23:11 JoelBender

I use this sample, but can I read the property one by one in different conditions instead of change the 'present value' together?

julia-tech avatar Nov 26 '19 15:11 julia-tech

What kinds of conditions would you like to have? I guessing that you would like the application to switch between multiple "states" given some event and the values of the objects staying constant until the application switches to a new state.

JoelBender avatar Nov 28 '19 02:11 JoelBender