Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

blink: some fields are None with blinkpy recently #795

Closed
cjkrolak opened this issue Dec 29, 2023 · 3 comments
Closed

blink: some fields are None with blinkpy recently #795

cjkrolak opened this issue Dec 29, 2023 · 3 comments
Labels
blink blink camera issues bug Something isn't working Priority-1 high priority issues (fix within 1 month)

Comments

@cjkrolak
Copy link
Owner

cjkrolak commented Dec 29, 2023

fields no longer populated with blinkpy 0.2.4:
temperature
temperature_c
battery_voltage
wifi_strength

blinkpy 0.2.3:

{'name': 'cabin driveway', 'camera_id': '321750', 'serial': 'G8T1GH00025450H2', 'temperature': 22, 'temperature_c': -5.6, 'temperature_calibrated': 22, 'battery': 'ok', 'battery_voltage': 161, 'thumbnail': 'https://rest-u043.immedia-semi.com/api/v3/media/accounts/241134/networks/283381/catalina/321750/thumbnail/thumbnail.jpg?ts=1703615590&ext=', 'video': None, 'recent_clips': [], 'motion_enabled': True, 'motion_detected': False, 'wifi_strength': -67, 'network_id': 283381, 'sync_module': 'Cabin', 'last_record': None, 'type': 'catalina'}

blinkpy 0.2.4:

{'name': 'cabin driveway', 'camera_id': '321750', 'serial': 'G8T1GH00025450H2', 'temperature': None, 'temperature_c': None, 'temperature_calibrated': 22, 'battery': 'ok', 'battery_voltage': None, 'thumbnail': 'https://rest-u043.immedia-semi.com/api/v3/media/accounts/241134/networks/283381/catalina/321750/thumbnail/thumbnail.jpg?ts=1703615590&ext=', 'video': None, 'recent_clips': [], 'motion_enabled': True, 'motion_detected': False, 'wifi_strength': None, 'network_id': 283381, 'sync_module': 'Cabin', 'last_record': None, 'type': 'catalina'}
@cjkrolak cjkrolak added bug Something isn't working Priority-1 high priority issues (fix within 1 month) blink blink camera issues labels Dec 29, 2023
@cjkrolak cjkrolak changed the title blink: battery voltage is None with blinkpy 0.2.4 blink: some fields are None with blinkpy 0.2.4 Dec 29, 2023
@cjkrolak
Copy link
Owner Author

cjkrolak commented Dec 31, 2023

problem appears to be with both 0.22.4 and previous versions, so maybe due to a server side issue?

raw config data:

0.2.3:

DEBUG: raw config: {'id': 321750, 'created_at': '2022-06-23T23:44:42+00:00', 'updated_at': '2023-12-31T16:57:44+00:00', 'name': 'cabin driveway', 'serial': 'G8T1GH00025450H2', 'fw_version': '10.64', 'type': 'catalina', 'enabled': True, 'thumbnail': '/api/v3/media/accounts/241134/networks/283381/catalina/321750/thumbnail/thumbnail.jpg?ts=1703615590&ext=', 'status': 'done', 'battery': 'ok', 'usage_rate': False, 'network_id': 283381, 'issues': [], 'signals': {'lfr': 3, 'wifi': 2, 'temp': 26, 'battery': 3}, 'local_storage_enabled': False, 'local_storage_compatible': True, 'snooze': False, 'snooze_time_remaining': None, 'revision': '00', 'color': 'black'}

0.2.4:

DEBUG: raw config: {'id': 321750, 'created_at': '2022-06-23T23:44:42+00:00', 'updated_at': '2023-12-31T16:57:44+00:00', 'name': 'cabin driveway', 'serial': 'G8T1GH00025450H2', 'fw_version': '10.64', 'type': 'catalina', 'enabled': True, 'thumbnail': '/api/v3/media/accounts/241134/networks/283381/catalina/321750/thumbnail/thumbnail.jpg?ts=1703615590&ext=', 'status': 'done', 'battery': 'ok', 'usage_rate': False, 'network_id': 283381, 'issues': [], 'signals': {'lfr': 3, 'wifi': 2, 'temp': 26, 'battery': 3}, 'local_storage_enabled': False, 'local_storage_compatible': True, 'snooze': False, 'snooze_time_remaining': None, 'revision': '00', 'color': 'black'}

@cjkrolak cjkrolak changed the title blink: some fields are None with blinkpy 0.2.4 blink: some fields are None with blinkpy recently Dec 31, 2023
@cjkrolak
Copy link
Owner Author

cjkrolak commented Jan 1, 2024

root cause is API change by Blink, confirmed in this blinkpy issue: fronzbot/blinkpy#835

@cjkrolak
Copy link
Owner Author

cjkrolak commented Feb 1, 2025

versions noted in the problem description don't make sense, blinkpy is currently 0.22.3 and link above was already fixed. As of today for outdoor camera we are getting battery status OK, and battery_voltage = 157, wifi = -56. I am closing this ticket without further changes.

@cjkrolak cjkrolak closed this as completed Feb 1, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
blink blink camera issues bug Something isn't working Priority-1 high priority issues (fix within 1 month)
Projects
None yet
Development

No branches or pull requests

1 participant