interface thoughts
The pytec interface, especially the excessive parameters, will be cleaned up after the GUI development is over. Better documentation to follow.
interface thoughts
3f6419835f contains pytec/tecQT.py , a GUI for easy configuration, auto tuning (PID) and plotting of thermostat parameters.
The script uses pyqtgraph, which will be automatically installed and…
can't enable pid
from pytec.client import Client dev = Client("xx.xx.xx.xx") dev.set_param('pwm', 0, 'pid')
gives
raise CommandError(response["error"])
. How should one enable the PID…