Your best bet is to write a small C-Max program to copy the bobcat's data into a variable and then use the plugin's ability to read variables to get the data into Homeseer. The C-Max program can be like this:
IF Module #1 -BOBCAT-T is < 256 //use "IF Compare Bobcat Data" instruction
THEN Load Data to Variable #1 //store in a variable
END Program
The bobcat data will be the temperature in deg F + 100 ie: +72 deg = 172 . Make sure that you define the bobcat in the C-Max project's system map before trying to create the above program.
_________________________
"If you don't know what you're doing, do it neatly..."