GuySie / ha-meural

Integration for NETGEAR Meural Canvas digital art frame in Home Assistant
MIT License
57 stars 11 forks source link

Discrepancies between local and remote galleries #34

Closed GuySie closed 4 years ago

GuySie commented 4 years ago

Local galleries are retrieved using "get_galleries_json". Remote galleries on Meural server are retrieved by combining "user/galleries" and "devices/{device_id}/galleries". We expect the list of local and remote galleries to be the same, but often they are not. We currently resolve this by using the local gallery list as the 'truth', but that does not fix the problem.

We should figure out why there are discrepancies between lists of local galleries and remote galleries.

GuySie commented 4 years ago

While still interesting, this discrepancy is no longer relevant for operation of the device.