I have no clue why the following flow in not working as I expect:
- Node “current state light commode” is set to override payload
- however in debug node 1, I get the zwave object
{"event_type":"zwave.scene_activated","topic":"zwave.homeseer_hswd100_wall_dimmer","payload":"ready","_msgid":"f1e8d872.a6e1d8","data":{"last_updated":"2018-06-24T20:07:27.607208+00:00","state":"ready","entity_id":"zwave.homeseer_hswd100_wall_dimmer","attributes":{"receivedUnsolicited":32,"node_id":3,"receivedDups":0,"averageRequestRTT":23,"receivedCnt":78,"sentFailed":0,"is_info_received":true,"is_ready":true,"query_stage":"Complete","sentTS":"2018-06-24 16:07:27:466 ","is_failed":false,"node_name":"HomeSeer HS-WD100+ Wall Dimmer","lastRequestRTT":23,"product_name":"HS-WD100+ Wall Dimmer","sentCnt":62,"lastResponseRTT":35,"retries":0,"averageResponseRTT":35,"capabilities":["listening","routing","beaming"],"manufacturer_name":"HomeSeer","receivedTS":"2018-06-24 16:07:27:501 ","is_awake":true,"neighbors":[1,2],"max_baud_rate":40000,"is_zwave_plus":true,"friendly_name":"HomeSeer HS-WD100+ Wall Dimmer"},"last_changed":"2018-06-24T14:42:46.334277+00:00"}}
- if i try to inject directly, debug is fine.
{"_msgid":"9ca5e2aa.2bdd7","topic":"light.commode","payload":"off","data":{"last_updated":"2018-06-24T22:02:26.905698+00:00","state":"off","entity_id":"light.commode","attributes":{"max_mireds":400,"min_mireds":111,"friendly_name":"Commode","supported_features":55},"last_changed":"2018-06-24T22:02:26.905698+00:00"}}
I really don’t get it as I’m using other similar kind of flows (but not zwave) without any issue.