BigPro

Results 9 comments of BigPro

@ChristianTremblay Hi Sir...... I know you are super super excellent in this field...... Could you help me take a look when you have time, I would be very very grateful...

> Try removing the subnet in your request. OInly use subnet when you define your bacnet network. > > ```python > import BAC0 > myIPAddr = '10.192.62.18/24' > bacnet =...

Exactly!! I think this is the key point! This is my first time use BACnet through a router, and I am still confused about the **_"MAC adress of 4 in...

Hey!!!!!!!!!!!!!!!!!!!!!!!!!!! Thanks for the very important hint!!! import BAC0 myIPAddr = '10.192.62.18/24' bacnet = BAC0.connect(ip=myIPAddr) point = bacnet.read('20393:7 analogValue 86 presentValue') print(point) I tried this one and worked!!!

I start to understand the meaning of 2:5, COOL! I will try to overwrite next step! Thank you!!!!!!!

wow, sad.... Trouble again... I am using **_mycontroller['point_name'] = 23_** and **_bacnet.write('address object object_instance property value - priority')_** No error but the value didn't change.... I can change it by...

Hi Sir, thanks for your kind help. I use same priority as I used in bacnet tool. but **mycontroller['point']=15.0** can't help me to overwrite; **prop = ('analogValue',86,'presentValue') mycontroller.write_property(prop,value=8,priority=8)** this one...

OMG This is working! And I don't need to call controller again! Awesome! Thank you so much otherwise it will take me 10000000000 years.

Hey folks, same issue.. I don't know how to use 15min as my freq... > I am currently using this dataset [BTC_USD_BITSTAMP_15m.csv](https://github.com/zhouhaoyi/Informer2020/files/9188429/BTC_USD_BITSTAMP_15m.csv) Hey folks, same issue.. I don't know how...