|
HVAC controller standards
I've been working on creating a generic, standard if you will, HVAC management system for interfacing with a carputer's climate control system.
Now when I code something, I like to make it as broad and generic as possible yet clean and sharp enough to be simple to use.
Anyhow, the software interface layer of the lib I've created works fine. You can toggle AC, set temperatures either by a vector or scalar (this is to cater for older and newer car systems), set airflow levels (scalar) and register ducts to be interfaced with.
So it's pretty generic really, it's only limited by the hardware/software interface that it's connected to. And that's where I'm up to now. I was wondering if anyone was interested in perhaps defining some sort of, erm incipient I guess you could call it, standard for HVAC interfaces which would allow my software system to easily communicate with anyone else's software/hardware interface.
I'm pretty tired so I probably wrote a rather verbose explaination of my idea but hopefully you guys get it.
I am planning to release my HVAC manager and standard as open source.
|