I finally got it working…
In case you want to install the linux software package to a Raspberry PI you will have some problems already decribed for a Ubuntu install:
– Thermiq device is recognized as /dev/ttyACM0 and should be /dev/ttyUSB0 -> Add blacklist cdc_acm to /etc/modprobe.d/blacklist.conf
– PHP is not in /opt/bin/php -> Change to /usr/bin/php in every thermiq script in /usr/sbin
– Add info to /opt/etc/Thermiq_Linux.ini
php_exec = php
php_scriptpath =/usr/sbin/
to make the scripts work from browser
I hope this reduces setup time… I spent some hours getting it up and running.
Regards…