I could have sworn I remember hearing in the Ignition Live video where Maker Edition was announced that EAM would be supported. I guess I was wrong, haha.
I’d also like to use BACnet in my own home automation setup with Ignition Maker. It seems a lot more likely people are running BACnet at home than some of the other drivers available in the OPC host setup.
Any update on bacnet driver for Maker addition? Have a home HVAC system like to monitor and it requires bacnet communication.
Are there any other ways to get the info from bacnet to Maker edition? Other software to convert to something Maker will accept?
It’s a residential geothermal system with variable speed compressor and variable speed blower. Also has water flow controls for heat and cool and hot water heating.
That’s pretty cool, you have a home hydronic system essentially. I do a fair bit of work in the HVAC industry, and BACnet is very common from commercial mechanical plants to home thermostats. It would be great to have it in Maker.
Probably not the solution you are looking for, but you can spin up a docker container running Node-Red and a flow to poll your Bacnet devices using the node-red-contrib-bacnet node. Get extra fancy, and plug the output of the Bacnet node to Ignition’s OPCUA server using the node-red-contrib-opcua node