mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #237] Home Assistant images aren't displayed by the tags anymore #1240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Calimerorulez on GitHub (Feb 25, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/237
Updated to 2.5-beta.
I'm using the latest Home Assistant integration (0.4.7.3). When I look in the WebUI of my accesspoint, when triggering an update from Home Assistant for the tag, I correctly see a blue 1, indicating an update.
The tag checks in, but the display of the tag isn't updated, but what the tag should display, I can now see in the WebUI (the generated image from Home Assistant).
All of my tags that are updated are behaving like that. Pushing a build in content (like current weather) is updated and displayed correctly. Only Home Assistant generated content is not displayed anymore, only in the WebUI.
Using M2 tags.
@jonasniesner commented on GitHub (Feb 25, 2024):
I think this belongs to the ha integration but I noticed it and will look into it.
@woodshoes commented on GitHub (Feb 25, 2024):
I am seeing this as well - M2's and one M3 that are not updating from HA.

The only info I can add - is that on my tags - a new Image gets sent to the tag - I can see it xfer successfully in the AP log.
However, the Tag does NOT update UNTIL I press one of the buttons on the tag. Then it is a INSTANT refresh w/ the new image. It does not transfer again, it immediately refreshes w/ the new info. On my M2s it looks like it does the same thing when I do a force refresh from the AP. Instant display refresh with the new image.
I hope that makes sense? Its like the tag has the data but is waiting for something else to tell it to display it - maybe things get stuck in preload? I'm not exactly sure how preload works (just guessing from the changelog).
HA integration 4.7.3 - and I also took my Yellow AP to 2.5-beta but rolled it back to 2.07b after this started happening. The tags act the same on either version of the AP.
@jonasniesner commented on GitHub (Feb 26, 2024):
The latest HA integration update should fix this
@magma1447 commented on GitHub (Feb 27, 2024):
Should it be enough to upgrade the Home Assistant integration? I did that, and restarted Home Assistant, and my tags still don't update. I rebooted the AP as well, they are still not updating. I have also tried sending for example Current date to one of them, but it's not receiving that data either.
@magma1447 commented on GitHub (Feb 27, 2024):
My issue actually seems to be something else. First off I can't send images from the AP Dashboard either. Secondly I disabled the Home assistant integration and rebooted the AP. Doesn't help. I have the issue with both 2.5 beta and 2.5 beta2.
I know my last update was made a few seconds or minutes after 3 am today. Then I found this in the log:
That's about when it was supposed to update some of the tags the next time. Could it be that some scheduled nightly reboot has made the AP come into some broken state with leftover/missing files? It definitely wasn't me, I was sleeping.
What I notice is that the tagDB.json has references to jpegs in /temp, but that directory is empty. I have tried restoring a tagDB.json without success. There are jpegs named pending in the /current directory. If I start up a new tag it does show up in the Dashboard, so the radio chip is working, it's just not sending any images to any devices.
@nlimper commented on GitHub (Feb 27, 2024):
That's a whole different issue. Not releated to this solved issue.
There might be some bugs in the 2.5-beta/2.5-beta2, we're still investigating. You might want to go back to 2.07b for a few days, while we're trying to fix those.
@magma1447 commented on GitHub (Feb 27, 2024):
Yes, that's what I realized, that it was related. I would have created a new issue if I hadn't already commented here. I wanted to add to my comment that it wasn't the same.
I haven't managed to downgrade to 2.07b. My AP is fairly new. It came with a "custom" version (I assume pulled from git and compiled at some point in time). I can't downgrade to 2.07b, I am getting the error
No info about "OpenEPaperLink_Mini_AP_v4" found in the release.. I interpret it as my hardware isn't supported by that release, but that could be a faulty assumption on my part.@nlimper commented on GitHub (Feb 27, 2024):
Ah right, in that case you cannot downgrade. I expect a new beta very soon (tonight or tomorrow).
@magma1447 commented on GitHub (Feb 27, 2024):
I went to https://install.openepaperlink.de/ and flashed it from there, so now it has a fresh install of 2.07c (with unknown filesystem version) instead. Same issue though.
It's not a big deal for me, it would be fun to have it working though. But I'll give it a week or so and see what has been released by then. I don't have any time for this the coming two days anyway.