onokje / node-red-contrib-tesla

Node red nodes to control Tesla vehicles and devices
MIT License
20 stars 11 forks source link

Palette not working - missing nodes #64

Closed Lineflyer closed 1 year ago

Lineflyer commented 1 year ago

Sorry for posting this as an issue for this package, while it is - most probably - a problem outside of the package. I was however unable to get any clue on my problem so far and maybe its still a compatibility problem with newer versions of node-red or some dependencies:

2023-06-21T12:28:08.157Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-tesla@2.0.0 2023-06-21T12:28:09.039Z [err] npm 2023-06-21T12:28:09.040Z [err]
2023-06-21T12:28:09.040Z [err] WARN config 2023-06-21T12:28:09.040Z [err] production Use --omit=dev instead. 2023-06-21T12:28:13.634Z [err] npm 2023-06-21T12:28:13.634Z [err] WARN 2023-06-21T12:28:13.634Z [err] deprecated har-validator@5.1.5: this library is no longer supported 2023-06-21T12:28:13.753Z [err] npm 2023-06-21T12:28:13.753Z [err] WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. 2023-06-21T12:28:13.782Z [err] npm WARN 2023-06-21T12:28:13.782Z [err] deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 2023-06-21T12:28:14.236Z [out] 2023-06-21T12:28:14.236Z [out] added 42 packages in 5s 2023-06-21T12:28:14.251Z rc=0



- I now make use of the `Tesla API` node and create the corresponding `tesla-config` while doing so:
![grafik](https://github.com/onokje/node-red-contrib-tesla/assets/949669/13dc03ee-203c-494c-bfb2-c0d4f9ec920b)

- Once I try to deploy this flow node-red returns:
![grafik](https://github.com/onokje/node-red-contrib-tesla/assets/949669/4d8c34fc-409b-432c-9d42-53a52003e1d3)

Looking at the node view I can see, that the tesla-config node is present, however the Tesla-API node is missing. Anyway I don't understand whats going on and how to fix it.

![grafik](https://github.com/onokje/node-red-contrib-tesla/assets/949669/897616bc-845c-4c80-91df-59715337f9b3)
Lineflyer commented 1 year ago

Not sure what happend, however one day after it started working normal. It might be, that the node-red server was rebooted and that fixed it.

Whatever: Not reproducible.