To start off I have to say that I am an absolute beginner when it comes to Python and the BAC0 library.
I want to create a Bacnet Analog Value with my python script that is supposed to be sent to another (physical) Bacnet-device.
For now I have only "created" a Bacnet-device with the bacnet = BAC0.lite()
command. It's not much but it works.
I spend a lot of time browsing the documentation but I can not find the right way to let my script send an Analog Value.
Can anyone help?
Background: I have a device that is able to send an analog value (0 ... 10 V) to an MQTT-broker very easiliy. Now I want to let a Raspi recieve that analog value and "transform" it into a Bacnet Analog Value. This Bacnet Analog Value will be sent to a DDC in order to controll the power of a pump. To do this I need the correct command / code that "creates" the Bacnet Analog Value in the python script.