Ecobee PIN

For some reason I can not get a PIN to show up in the log.

openhab.cfg

ecobee:appkey=NamgymF6rC6zHlqzjIqNZUMPCjrxxxxx
ecobee:refresh=60000
ecobee:scope=smartWrite

HVAC.items

String hvacMode “hvac mode [%s]” (gHVAC,gRestoreStartup,gHVAC_GUI) { ecobee=“=[313890311647#settings.hvacMode]” }
Number remoteSensors_Bedroom_capability_temperature “Bedroom temp. [%.1f °F]” (gHVAC,gRestoreStartup,gHVAC_GUI) { ecobee=“<[313890311647#remoteSensors(Bedroom).capability(temperature).value]” }
Switch remoteSensors_Bedroom_capability_occupancy “Bedroom occu. [%s]” (gHVAC,gRestoreStartup,gHVAC_GUI) { ecobee=“<[313890311647#remoteSensors(Bedroom).capability(occupancy).value]” }

ecobee.log

2016-03-21 11:25:58.461 DEBUG o.o.b.e.i.EcobeeActivator[:34]- Ecobee binding has been started.
2016-03-21 11:25:59.013 INFO o.o.b.e.internal.EcobeeBinding[:937]- No Ecobee in-bindings have been found for selection.
2016-03-21 11:25:59.021 DEBUG o.o.b.e.internal.EcobeeBinding[:269]- Nothing to retrieve for ‘DEFAULT_USER’; skipping thermostat retrieval.

Nevermind. Problem with my items file.

1 Like

what was the problem? I have the same issue