Author Topic: Some coding help for BACNet data  (Read 1773 times)

0 Members and 1 Guest are viewing this topic.

Offline WI1SKY

  • Member
  • *
  • Posts: 34
Some coding help for BACNet data
« on: July 23, 2021, 04:00:18 PM »
I wonder if anyone is using their data for a BACnet system.  I would love to be able to get data out of Meteobridge or Weatherlink to populate BACnet objects on a local network.

Alternatively, if there is a coder that is bored and would like to help me out, I found a bit of code that does what I am looking for but is pulling the data from weatherunlocked.  If this could be modified to pull the data from a Meteobridge , that would be amazing. 

https://sourceforge.net/p/yetanotherbacnetexplorer/code/HEAD/tree/trunk/CodeExamples/Wheather2_to_Bacnet/

Thanks in advance!

« Last Edit: September 14, 2021, 12:58:39 PM by WI1SKY »

Offline WI1SKY

  • Member
  • *
  • Posts: 34
Re: Some coding help for BACNet data
« Reply #1 on: September 17, 2021, 10:54:30 PM »
Just giving this a little bump since I edited the content..

Offline johnd

  • Forecaster
  • *****
  • Posts: 4823
    • www.weatherstations.co.uk
Re: Some coding help for BACNet data
« Reply #2 on: September 18, 2021, 06:09:20 AM »
Most of the BACnet users I know of will be using a VP2 gateway device like https://oceancontrols.com.au/KTA-302.html. (Though that said, most customers still seem to be going for the Modbus KTA282 version of the same thing.)

Can't imagine that rejigging the data from another source would present many programming challenges but obviously still needs someone with the time/inclination and/or budget to actually do it. Not really much called-for in hobbyist circles - much more of a BMS requirement and then there's usually some budget available.
Prodata Weather Systems
Prodata's FAQ/support site for Davis stations
Includes many details on 6313 Weatherlink console.
UK Davis Premier Dealer - All Davis stations, accessories and spares
Cambridge UK

Sorry, but I don't usually have time to help with individual issues by email unless you are a Prodata customer. Please post your issue in the relevant forum section here & I will comment there if I have anything useful to add.

Offline WI1SKY

  • Member
  • *
  • Posts: 34
Re: Some coding help for BACNet data
« Reply #3 on: September 18, 2021, 02:20:57 PM »
Thanks John. 

I looked at the Ocean Controls device, but for home use, that seems a bit pricey.  I have my home HVAC/HW system controlled with industrial BACNet devices that I had left over from a project a number of years ago so I thought that I might add the weather to the mix.  I feel like if I play with it enough I might be able to make the Wheaterh2Bacnet [sic] code work but the truth is that I am not much of a programmer.