Closed craigjwiener closed 4 years ago
You can temporarily disable that by turning off the cleanup
automations.
Got it.
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.
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.
If you turn off the allow_automations
input_bool it stops all automations.
Turning off allow_automations stopped. it from updating every minute. Any Ideas on what I have done wrong?
I do notice the PIN synchronized with lock. is opposite of what its doing. So I must have something wrong.
Does the code_slot sensor show your pin?
No. It looks like this.
But it syncs the code to the lock correctly.
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.
Any logs I can provide?
@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.
@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:```
As I suspected, toggle your allow_automations
off for now, we gotta do a work around for the BE469 with the *s 😞
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.
It's the BE469 with the *s
Got It. I'm going to leave it installed and wait for updates.
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.
The workaround code seems to be working for others so we should have an update shortly.
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
Additional context Add any other context about the problem here. Please add emails in plain/text format if possible and applicable.