ThermIQ on Raspberry PI

Shop Forums ThermIQ in english SW Installation ThermIQ on Raspberry PI

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6075
    spjaro
    Participant

    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…

    #6182
    josandas
    Participant

    Now I have been trying to get my raspberry connected to my thermiq, without success. I have tried to blacklist the acm and I have tried to soft link ttyACM0 to ttyUSB0. in taloLogger it works just fine but I cant get it to work with thermiq. Any other ways I should try? Could anyone explain why it isn’t possible to just change to ttyACM0 in the Thermiq_Linux.ini?

    Regards,
    Jan

    #6185
    josandas
    Participant

    Ok, folks…

    This forum is great! After been trying to get the serial port working for three days, I sent the post here and in 5 minutes I came up with the solution. It was a access right problem. I just changed the rights for /dev/ttyACM0 by using sudo chmod 777 /dev/ttyACM0 and it started working straight away!

    Regards,
    Jan

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.