Nest stat furnace fan control using NST Manager

I’m trying to turn my furnace blower fan on based on my Nest thermostat setting. The Nest only runs the fan when in cooling or heating mode. When in “off” mode, it shuts the fan off. However, I want to circulate the air within the house regardless of thermostat mode.

In SmartThings, I used the command:

def NEST_fanstate = thermostat.currentValue("thermostatFanMode") which returned “on”, “auto” etc. so I could turn my furnace fan on via a relay. However, it is not working in HE (Hubitat).

I’m getting this error:

2019-05-20 09:51:55.616 am error groovy.lang.MissingMethodException: No signature of method: java.lang.String.call() is applicable for argument types: (com.hubitat.hub.domain.Event) values: [com.hubitat.hub.domain.Event@16a0d30] Possible solutions: wait(), any(), wait(long), each(groovy.lang.Closure), take(int), any(groovy.lang.Closure) (test).

I’m using tonesto7 v2.0.3 driver/apps. However, I only installed Nest Thermostat, Nest Presence, Nest Eventstream drivers and NST Manager, NST Diagnostics, and NST Automations apps.

Any help would be appreciated. BTW, I do not use RM; just code.

I sent a PM asking for more data.

Solved...code error found