TA612C #1997
Replies: 2 comments 4 replies
-
Just to add to the story: on OpenSUSE 15.5 Artisan didn't work installed as rpm or appimage. But it worked installed thourgh flatpack. Well, Artisan started through flatpack could not run the python script for Prog - it would give an error in line 822 or something like that. |
Beta Was this translation helpful? Give feedback.
-
Integrated your code to Artisan such that you can select the TA612C under meters. https://github.com/artisan-roaster-scope/artisan/blob/master/src/artisanlib/comm.py#L3095 Pleas let us know if this works as expected and suggest improvements if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to share how I made Artisan work with TA6712C - four k-type temperature probes reader with USB connection.
Since I didn't know how to make that work with MODBUS (I didn't know slave and register numbers - I don't even know if this would be a correct approach), I used a workaround: I wrote a python script that reads and outputs the four temperatures and then I added that program in Artisan under Devices > Prog. Also, because there are four temperature readings, I also added Program34 under Extra Devices.
I attach the python script and then you add under Devices >
Prog: python /[path]/read.py
read.py
Beta Was this translation helpful? Give feedback.
All reactions