This is the output of the logger in “info” level:
2018-08-25 15:52:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=zwave.heiman_combustible_gas_sensor_hs1cgz,
old_state=<state zwave.heiman_combustible_gas_sensor_hs1cgz=ready; node_id=13, node_name=Heiman Combustible Gas Sensor HS1CG-Z, manufacturer_name=Heiman, product_name=Combustible Gas Sensor HS1CG-Z, query_stage=Complete, is_awake=True, is_ready=True, is_failed=False, is_info_received=True, max_baud_rate=40000, is_zwave_plus=True, capabilities={'beaming', 'routing', 'listening', 'zwave_plus'}, neighbors={8, 1, 11, 16}, sentCnt=8, sentFailed=0, retries=0, receivedCnt=3, receivedDups=0, receivedUnsolicited=0, sentTS=2018-08-25 15:48:54:400 , receivedTS=2018-08-25 15:48:54:339 , lastRequestRTT=32, averageRequestRTT=43, lastResponseRTT=47, averageResponseRTT=82, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:49:57.646341+02:00>,
new_state=<state zwave.heiman_combustible_gas_sensor_hs1cgz=ready; node_id=13, node_name=Heiman Combustible Gas Sensor HS1CG-Z, manufacturer_name=Heiman, product_name=Combustible Gas Sensor HS1CG-Z, query_stage=Complete, is_awake=True, is_ready=True, is_failed=False, is_info_received=True, max_baud_rate=40000, is_zwave_plus=True, capabilities={'beaming', 'routing', 'listening', 'zwave_plus'}, neighbors={8, 1, 11, 16}, sentCnt=8, sentFailed=0, retries=0, receivedCnt=4, receivedDups=0, receivedUnsolicited=1, sentTS=2018-08-25 15:48:54:400 , receivedTS=2018-08-25 15:52:33:436 , lastRequestRTT=32, averageRequestRTT=43, lastResponseRTT=47, averageResponseRTT=82, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:49:57.646341+02:00>>
2018-08-25 15:52:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_type,
old_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_type=0; node_id=13, value_index=0, value_instance=1, value_id=72057594262077441, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z Alarm Type, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:46:05.847679+02:00>,
new_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_type=0; node_id=13, value_index=0, value_instance=1, value_id=72057594262077441, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z Alarm Type, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:52:33.560981+02:00>>
2018-08-25 15:52:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_level,
old_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_level=0; node_id=13, value_index=1, value_instance=1, value_id=72057594262077457, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z Alarm Level, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:46:05.892013+02:00>,
new_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_alarm_level=0; node_id=13, value_index=1, value_instance=1, value_id=72057594262077457, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z Alarm Level, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:52:33.566007+02:00>>
2018-08-25 15:52:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.heiman_combustible_gas_sensor_hs1cgz_sourcenodeid,
old_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_sourcenodeid=0; node_id=13, value_index=2, value_instance=1, value_id=72057594262077473, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z SourceNodeId, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:46:05.936676+02:00>,
new_state=<state sensor.heiman_combustible_gas_sensor_hs1cgz_sourcenodeid=0; node_id=13, value_index=2, value_instance=1, value_id=72057594262077473, unit_of_measurement=, friendly_name=Heiman Combustible Gas Sensor HS1CG-Z SourceNodeId, custom_ui_state_card=state-card-custom-ui @ 2018-08-25T15:52:33.572411+02:00>>
ecuted[L]>
There is a state update event, that I can use as trigger, but the value does not change.