I have my done my house control using Raspberry PI and Python. Before ordering ThermIQ I would like to know if I can:
– Get alarms passed to Python SW somehow
– Clear alarms (using Python)
– Control temperature settings (using Python)
Generally, what are the possibilities to make additions to the ThermIQ SW?
Hi Jutzi,
The ThermIQ web-application is built using standard php and sqlite and you get the complete code so adding and modding is possible. There’s no built in support for python access, but very possible to do either by writing your own sql towards the thermiq-database or by accessing the Thermiq-card directly through a com-port.