Error in Node Red set Climate Preset Mode for Tesla

When I try to set the Climate Preset Mode in Node Red on my Tesla I get this error:

“HomeAssistantError: Command failed, cpd_enabled”

I cant find anyhing when I google that error

I use “climate.set_preset_mode”
And then send this: “{“preset_mode”:“camp”}”

Any help

First, the entity that you are trying to change starts with climate.? cpd_enabled is not an error i have seen before. I’m wondering if it is part of the tesla integration. Are their any fields or settings that correspond to cpd?

I’m using the Tessie interation for my Tesla in HA
“Bob climate” is the climate entity for my car. And yes my car is named bob :grin:

Can you go to the dev tools section of HA → actions tab. Select climate.set_preset_mode and the entity and see if the action runs there.

I get the same error there: “Command failed, cpd_enabled”

Node red uses home assistant to complete actions. It basically relays the information to ha’s automation engine. If it doesn’t work there, it will not work in node red.

Look at the issues section of the integration to see if it is a known problem.

Cant find nay know issues. i will create a new issue

This will not be fixed, however I am adding a more descriptive error message to explain why. The developer of Tessie confirmed there is no way to bypass this error via the Tessie API.