FutureTense / lock-manager

Home Assistant Lock Manager
55 stars 19 forks source link

ISSUE: Locks get codes, but it keeps setting them over and over. #52

Closed craigjwiener closed 3 years ago

craigjwiener commented 3 years ago

Describe the bug The lock keeps setting the code over and over. During the Binary_Sensor: MQTT the editor said its missing a Off_Delay.

See Attached Screen shots.
Environment (please complete the following information):

Logs 2020-10-29 17:39:45 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for lock-manager which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-10-29 17:39:45 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_10] sensor_cleanup_front_door_10: Already running 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_9] sensor_cleanup_front_door_9: Already running 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_8] sensor_cleanup_front_door_8: Already running 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_7] sensor_cleanup_front_door_7: Already running 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_6] sensor_cleanup_front_door_6: Already running 2020-10-29 17:40:24 WARNING (MainThread) [homeassistant.components.automation.sensor_cleanup_front_door_5] sensor_cleanup_front_door_5: Already running

Screenshots

Screen Shot 2020-10-29 at 5 42 08 PM Screen Shot 2020-10-29 at 5 42 28 PM Screen Shot 2020-10-29 at 5 42 46 PM

Additional context Add any other context about the problem here. Please add emails in plain/text format if possible and applicable.

craigjwiener commented 3 years ago

Screen Shot 2020-10-29 at 5 49 58 PM Screen Shot 2020-10-29 at 5 50 44 PM

firstof9 commented 3 years ago

You can temporarily disable that by turning off the cleanup automations.

craigjwiener commented 3 years ago

Got it.

craigjwiener commented 3 years ago

Turned of the cleanup and keep getting Value Refreshed: Node 41, Instance 1, Label Code 6:

Still updating every 7-10 seconds. I did todays update.

craigjwiener commented 3 years ago

The automation synchronize_codeslot_front_door_5. History says has been triggered by time pattern. Happens about every minute when I have the setting engaged.

firstof9 commented 3 years ago

If you turn off the allow_automations input_bool it stops all automations.

craigjwiener commented 3 years ago

Turning off allow_automations stopped. it from updating every minute. Any Ideas on what I have done wrong?

craigjwiener commented 3 years ago

I do notice the PIN synchronized with lock. is opposite of what its doing. So I must have something wrong.

firstof9 commented 3 years ago

Does the code_slot sensor show your pin?

craigjwiener commented 3 years ago

No. It looks like this. Screen Shot 2020-10-29 at 5 42 28 PM

craigjwiener commented 3 years ago

But it syncs the code to the lock correctly.

mew1033 commented 3 years ago

I'm having this exact same issue. I can see the code being sent to the lock, and the lock receiving it, over and over and over again. As far as I can tell, it never stops. I did find one small bug that (I think) I fixed in #54. But fixing that on my end didn't solve the problem. I can also see the <doorname>_door_code_slot_# sensor flapping around. When the code is off, it's "Unknown", then as soon as I turn the code on, it gets cleared to nothing. Then a few seconds later it goes back to Unknown, then back to nothing, ad nauseam. image

Any logs I can provide?

firstof9 commented 3 years ago

@craigjwiener this is with the latest release? It should never go blank anymore it should either be unavailable, unknown, or contain your PIN.

@mew1033 You could try enabling debugging but I think I already know what it'll produce.

mew1033 commented 3 years ago

@firstof9: Here's the debug logs:


2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.UNKNOWN value: False
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.CLEAR_USER_CODE value: 0
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_TYPE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_LEVEL value: **********
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: Ignoring code slot with * in value.
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.METER_POWER value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ILLUMINANCE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_POWER value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_HUMIDITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VELOCITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DIRECTION value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ATMOSPHERIC_PRESSURE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_ACCESS_CONTROL value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOLAR_RADIATION value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DEW_POINT value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_RAIN_RATE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TIDE_LEVEL value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WEIGHT value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VOLTAGE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CURRENT value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CARBON_DIOXIDE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_AIR_FLOW value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TANK_CAPACITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DISTANCE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ANGLE_POSITION value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ROTATION value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WATER_TEMPERATURE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOIL_TEMPERATURE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_INTENSITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_MAGNITUDE value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ULTRAVIOLET value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_RESISTIVITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_CONDUCTIVITY value:
2020-10-29 22:48:09 DEBUG (SyncWorker_40) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_LOUDNESS value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.NUM_USER_CODES value: 30
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.UNKNOWN value: False
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.CLEAR_USER_CODE value: 0
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_TYPE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_LEVEL value: **********
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: Ignoring code slot with * in value.
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.METER_POWER value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ILLUMINANCE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_POWER value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_HUMIDITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VELOCITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DIRECTION value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ATMOSPHERIC_PRESSURE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_ACCESS_CONTROL value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOLAR_RADIATION value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DEW_POINT value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_RAIN_RATE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TIDE_LEVEL value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WEIGHT value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VOLTAGE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CURRENT value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CARBON_DIOXIDE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_AIR_FLOW value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TANK_CAPACITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DISTANCE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ANGLE_POSITION value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ROTATION value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WATER_TEMPERATURE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOIL_TEMPERATURE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_INTENSITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_MAGNITUDE value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ULTRAVIOLET value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_RESISTIVITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_CONDUCTIVITY value:
2020-10-29 22:48:39 DEBUG (SyncWorker_41) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_LOUDNESS value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.NUM_USER_CODES value: 30
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.UNKNOWN value: False
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.CLEAR_USER_CODE value: 0
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_TYPE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_LEVEL value: **********
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: Ignoring code slot with * in value.
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.METER_POWER value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ILLUMINANCE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_POWER value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_HUMIDITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VELOCITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DIRECTION value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ATMOSPHERIC_PRESSURE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_ACCESS_CONTROL value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOLAR_RADIATION value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DEW_POINT value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_RAIN_RATE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TIDE_LEVEL value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WEIGHT value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VOLTAGE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CURRENT value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CARBON_DIOXIDE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_AIR_FLOW value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TANK_CAPACITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DISTANCE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ANGLE_POSITION value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ROTATION value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WATER_TEMPERATURE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOIL_TEMPERATURE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_INTENSITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_MAGNITUDE value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ULTRAVIOLET value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_RESISTIVITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_CONDUCTIVITY value:
2020-10-29 22:49:09 DEBUG (SyncWorker_12) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_LOUDNESS value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.NUM_USER_CODES value: 30
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.UNKNOWN value: False
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.CLEAR_USER_CODE value: 0
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_TYPE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_LEVEL value: **********
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: Ignoring code slot with * in value.
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.METER_POWER value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ILLUMINANCE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_POWER value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_HUMIDITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VELOCITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DIRECTION value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ATMOSPHERIC_PRESSURE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.ALARM_ACCESS_CONTROL value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOLAR_RADIATION value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DEW_POINT value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_RAIN_RATE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TIDE_LEVEL value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WEIGHT value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_VOLTAGE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CURRENT value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_CARBON_DIOXIDE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_AIR_FLOW value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_TANK_CAPACITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_DISTANCE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ANGLE_POSITION value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ROTATION value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_WATER_TEMPERATURE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SOIL_TEMPERATURE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_INTENSITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_SEISMIC_MAGNITUDE value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ULTRAVIOLET value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_RESISTIVITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_ELECTRICAL_CONDUCTIVITY value:
2020-10-29 22:49:39 DEBUG (SyncWorker_36) [custom_components.lock-manager.sensor] DEBUG: code_slot_ValueIndex.SENSOR_MULTILEVEL_LOUDNESS value:```
firstof9 commented 3 years ago

As I suspected, toggle your allow_automations off for now, we gotta do a work around for the BE469 with the *s 😞

FutureTense commented 3 years ago

Is the sensor not working for this lock? Once the sensor reports the correct PIN the automation won’t call the set code service. Likewise with an empty sensor, or 0000 the clear code will be stop being called. The faster the sensor updates, the better.

firstof9 commented 3 years ago

It's the BE469 with the *s

craigjwiener commented 3 years ago

Got It. I'm going to leave it installed and wait for updates.

mew1033 commented 3 years ago

Is the sensor not working for this lock? Once the sensor reports the correct PIN the automation won’t call the set code service. Likewise with an empty sensor, or 0000 the clear code will be stop being called. The faster the sensor updates, the better.

I don't think so. From what I've been able to observe, when you set a code on these locks, it quickly (a few seconds, maybe 5) gets converted from the number to just **** (depending on code length). As far as I know, there's no way to read the code back out of the lock.

firstof9 commented 3 years ago

The workaround code seems to be working for others so we should have an update shortly.