Hi!
I have problem with scene.create. What I found out when snapshotting entity which is climate, it doesn’t snapshot anything else than main state which is hvac_mode (cool, heat, dry, fan_only or off)
Thats ok for half of my climate automations but the another half would require the attribute of fan_mode (1,2,3,4 or 5) to be included and to be restorable.
So how I could get the state of attribute fan_mode included to scene.create snapshot?
I have tried with this manual by changing the “led strip” to my climate entity and changing xy color to fan_mode but no luck. Also I have tried to get that through Node-Red but no luck there.
I have used this JSON on Call-Service node to make the snapshots:
{"scene_id":"beforetuuletus12h","snapshot_entities":"climate.eteinen"}
and its working well but as I said it doesn’t snapshot anything else than hvac_mode.
It would be perfect to find to resolution to use with Node-Red, but if find working way through YAML that will be ok too.
Best regards
Tony