Tinkerforge Bricklet Analog Out V2: no tinkerforge device found for command for item uid

Hi,
I have configed my tinkerforge bricklet_analog_out_v2 with uid: Hob like the example:

tinkerforge.cfg
hosts=

aout.uid=Hob
aout.type=bricklet_analog_out_v2
aout.minValue=0
aout.maxValue=10000

tinkerforge.items
Dimmer airLevelPercent “Lüftung Prozent [%.2f]” (TechnicRoom) {tinkerforge=“name=aout, step=1000”}
— or
Dimmer airLevelPercent “Lüftung Prozent [%.2f]” (TechnicRoom) {tinkerforge=“uid=Hob”}

The connection is fine --> tried with wrong ip or port makes errors.
After changing the dimmer it results in
[ERROR] [kerforge.internal.TinkerforgeBinding] -
COMMAND no tinkerforge device found for command for item uid: Hob subId: null

Has anyone an idea?

Thanks, Ben

Did you double check your bricklet uid?

grafik

Did you try:

Dimmer airLevelPercent "Lüftung Prozent [%.2f]" (TechnicRoom) {tinkerforge="uid=Hob,step=1000"}

UID: Hob is correct.

Yes, it has the same result.

Is your master brick connected via usb?
Otherwise (connected via lan oder wifi adapter) you need to provide the ip adress in your tinkerforge.cfg:

hosts=192.168.2.240:4223 192.168.2.241:4222

No, its a raspberry pi hat.
The Connection with the remote Brick Viewer works fine on the default port.
Remote Python Scritps works fine on the default port.
And if I change the port or ip in openhab to another I get many connection errors.
So the connection to the brick is fine.
I just removed the ip in the config dump in this thread for privacy reasons.

Sorry, never heard about it.

See: Doku | Tinkerforge

Nice.
I don’t know how this hat works, I’m using LAN shields.