The device storage is full when trying to learn new codes
See original GitHub issueI learned some codes with my rm4_mini new device and used it for about a month. Now when I try to do it again, the learning doesn’t happen and I get in the log:
[2020-07-28 17:25:51,873] ERROR Error Traceback (most recent call last): File "mqtt.py", line 199, in on_message record(device, file) File "mqtt.py", line 255, in record ir_packet = device.check_data() File "/usr/local/lib/python3.6/dist-packages/broadlink/__init__.py", line 600, in check_data check_error(response[0x22:0x24]) File "/usr/local/lib/python3.6/dist-packages/broadlink/exceptions.py", line 97, in check_error raise exception(error_code) broadlink.exceptions.StorageError: The device storage is full
I’ve noticed that guys from another project have recently faced a similar problem:
https://github.com/home-assistant/core/issues/35875#
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (10 by maintainers)
Top Related StackOverflow Question
That’s sad. It was my last hope 😃
device_host and device_mac are ignored for lookup device type But on the other hand for the experiment, you can use the direct connection and specify all parameters device_type=‘rm4’ device_host=‘ip.ad.dr.ess’ device_mac=‘ma:ca:dd:re:ss’