How to read properties from BACpypes to YABE as a simulated BACnet device?
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
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.
I use this sample, but can I read the property one by one in different conditions instead of change the 'present value' together?
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.