mattdavis90 / node-red-contrib-tado-client

Tado web API client node for Node Red
MIT License
23 stars 16 forks source link

config node not accessable #46

Closed sparky-Ol closed 2 years ago

sparky-Ol commented 2 years ago

Hi,

when I add a tado-node I can't acces the config node: grafik

In nodeoverview the confignode is in use: grafik

Any idea?

Sascha

mattdavis90 commented 2 years ago

Hi Sascha,

Thanks for getting in touch. Do you know which version of NodeRed you are running. The Home, _Path and Interval(s) aren't the properties I'd expect to see on the Tado Node.

Thanks

sparky-Ol commented 2 years ago

Hi Matt i use node red in a homatic environment: A Raspi with PiVCCU Node red is running as RedMatic-addon. Current Version: 1.2.9: Maintenance Release

Thanks Sascha

mattdavis90 commented 2 years ago

Hi,

I've never used PiVCCU or RedMatic but I just started up a v1.2.9 Docker image and tried out the v0.9.8 plugin and it works ok.

The node config gives the following properties.

Screenshot-20221001200458-541x312

I'm quite confused why it isn't giving you the correct properties. Could I ask what version of node.js you're running? The plugin requires at least v12 - this will probably appear in your NodeRed logs as something similar to

1 Oct 19:00:16 - [info] Waiting for missing types to be registered:
1 Oct 19:00:16 - [info]  - tado-config
1 Oct 19:00:16 - [info]  - tado
sparky-Ol commented 2 years ago

Hi Matt, i made it working. I don't know why, but i think there was some stuff left from the other tado node (without client).
I did a cleanup, a reboot and a reinstallation and now it works.

Thanks Sascha

mattdavis90 commented 2 years ago

Great to hear. Not a problem.