Ben Bartling

Results 46 comments of Ben Bartling

Super cool information thanks @Joel Bender ***@***.***> ! So what will BACnet S/C throw into this mix?? On Tue, Aug 23, 2022 at 4:25 PM Joel Bender ***@***.***> wrote: >...

@stan-janssen if I understand this correctly the VEN stores the report data and the VTN does not? > The VEN will receive this message on its next poll, will then...

Gosh not seeing a drop down....here? ![image](https://user-images.githubusercontent.com/29737117/191094111-ae9b18d1-256c-433d-bc3f-97b4b3f39e32.png)

try this....don't do a `BAC0.connect` but instead do a `BAC0.lite()` app and make reads, writes, releases, or what not to the BAC0.lite app directly. I played around with mqtt a...

It would be really cool to make a BAC0 MQTT gateway that is compliant by Google's Universal Device Management Interface (UDMI) schema: - https://github.com/faucetsdn/udmi - https://github.com/faucetsdn/udmi/tree/master/docs/learning

I can squash some code to together where this works for me to publish a sensor reading to an mqtt topic: ```python import BAC0, time, random import random import time...

For what its worth I was curious to build off these concepts on issue #346 where I almost think it would be better practice (?) using a data base to...

@Ferkelcode, here's an example with the `connect()` instead of `lite()` way of scraping BACnet data....where I said early to use `lite()` instead of `connect` I think I take that back...

Hi I am interested in this project too. I am familiar with Python learning both Django & MQTT. Can client MQTT device data be viewable through a Django web dashboard...

did you ever figure this out? This helped me I think I had a wine issue...but now I have a different wine issue now that its installed: https://gist.github.com/RobinCPC/9f42be23a1343600507aabdfecc5061d Now I...