moralmunky / Home-Assistant-Mail-And-Packages

Home Assistant integration providing day of package counts and USPS informed delivery images.
MIT License
608 stars 77 forks source link

USPS Sensor picking up unexpected deliveries for the following day #883

Open skewll opened 5 months ago

skewll commented 5 months ago

Describe the bug This morning I got my first Amazon sensor activity. I also had 1 USPS package coming. The sensor started as:

Mail Amazon Packages 1 Mail Amazon Packages Delvered 0

Mail Packages Delivered 0 Mail Packages in Transit 1

Mail USPS Delivered 0 Mail USPS Delivering 1 Mail USPS Packages 1

I thought this was odd, as I expected the Mail Paclages in Transit to include both the Mail USPS Packages count as well as the Mail Amazom packages count.

The USPS package was delivered. My sensors states were now as follows:

Mail Amazon Packages 1 Mail Amazon Packages Delvered 0

Mail Packages Delivered 1 Mail Packages in Transit 0

Mail USPS Delivered 1 Mail USPS Delivering 0 Mail USPS Packages 1

The suspected bug shows itself when my Amazon order is delivered. The sensor are now as follows:

Mail Amazon Packages 1 Mail Amazon Packages Delivered 1

Mail Packages Delivered 1 Mail Packages in Transit 1

Mail USPS Delivered 1 Mail USPS Delivering 1 Mail USPS Packages 2

As you can see, once the Amazom order gets marked as delivered, it updates the following sensors: Mail Amazon Packages Delivered ++ Mail Packages in Transit ++ Mail USPS Delivering ++ Mail USPS Packages ++

It this a bug or is this the expected behavior?

Environment (please complete the following information):

Logs Nothing to log.

Screenshots Screenshot_20240326-191258_Home Assistant.jpg

Screenshot_20240326-191314_Home Assistant.jpg

.

Additional context

firstof9 commented 5 months ago

Did you get 2 emails from USPS about a delivery?

skewll commented 5 months ago

No. Just the one USPS about the package getting delivered. Then after, emails about package pickup request, expected delivery, shipping label created l. Nothing I believe that should have interfered with the USPS delivery. The other expected delivery emails have dates afyer the 26th. Screenshot_20240327-094957_Gmail.jpg](https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/assets/73421224/8d03e0fd-4a90-4b86-a25b-26217733af76)

firstof9 commented 5 months ago

Here are the searches we feed into IMAP to search for the USPS emails, try giving it a go in gmail see if it hit an extra email.

skewll commented 5 months ago

I have no matching emails with the same expected delivery date of the 26th. I did get two that said expecteddelivwr for the 27th, but from my understanding that sgouldnt have added to the count fot the 26th. So im still unsure what's going wrong.

[attachments removed due to tracking numbers]

On Wed, Mar 27, 2024, 10:44 AM Chris @.***> wrote:

Here are the searches we feed into IMAP https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/blob/dev/custom_components/mail_and_packages/const.py#L171-L174 to search for the USPS emails, try giving it a go in gmail see if it hit an extra email.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2023407491, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKG2IA2Q7PLBJJOK7STY2MAQPAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTGQYDONBZGE . You are receiving this because you were assigned.Message ID: @.*** com>

firstof9 commented 5 months ago

Can you do the debug logging and post your log here? image That button in HA.

skewll commented 5 months ago

I've turned it on. Is there a way to retrieve a backlog or do I wait for the issue to occur again?

On Wed, Mar 27, 2024, 3:53 PM Chris @.***> wrote:

Can you do the debug logging and post your log here? image.png (view on web) https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/assets/1105672/2a50da74-dec7-4823-a2bf-bb7523976a8e That button in HA.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2024116433, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKDFFXTFSIFDN6MMPVLY2NEV7AVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGEYTMNBTGM . You are receiving this because you were assigned.Message ID: @.*** com>

firstof9 commented 5 months ago

Ah I misread the time from the initial issue posting. HA won't back check like that. If you happen to see the issue occur again, please get a log for it.

skewll commented 5 months ago

Will do. Thanks. So just a question, what all sensors gets added to mail packages delivering and mail packages delivered? I thought Amazon packages would be counted I this, but it doesn't appear it did yesterday.

Also, is there a Walmart Delivering sensor in the works? Right now I only see Walmart exception and mailman delivered.

On Wed, Mar 27, 2024, 4:52 PM Chris @.***> wrote:

Ah I misread the time from the initial issue posting. HA won't back check like that. If you happen to see the issue occur again, please get a log for it.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2024167512, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKEFC2OPHLV36RTQAV3Y2NLVRAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGE3DONJRGI . You are receiving this because you were assigned.Message ID: @.*** com>

firstof9 commented 5 months ago

Amazon packages do not count towards the Mail Packages Delivered or Mail Packages In Transit sensors as they could be handled by UPS/FedEx/etc. That would cause a single package to count as 2 in that case, this is explained in the wiki.

There's 2 walmart sensors as defined here, delivered and exceptions.

skewll commented 5 months ago

Thanks, I need to read more. I think I'll try to add a Walmart Delivering sensor when I get some time to dig through your code.

On Wed, Mar 27, 2024, 5:15 PM Chris @.***> wrote:

Amazon packages do not count towards the Mail Packages Delivered or Mail Packages In Transit sensors as they could be handled by UPS/FedEx/etc. That would cause a single package to count as 2 in that case, this is explained in the wiki https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/wiki#amazon .

There's 2 walmart sensors as defined here https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/blob/dev/custom_components/mail_and_packages/const.py#L1000-L1012, delivered and exceptions.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2024184846, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKGX6P6IZ6ZVDDNXHYTY2NOINAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGE4DIOBUGY . You are receiving this because you were assigned.Message ID: @.*** com>

skewll commented 5 months ago

Amazon packages do not count towards the Mail Packages Delivered or Mail Packages In Transit sensors as they could be handled by UPS/FedEx/etc. That would cause a single package to count as 2 in that case, this is explained in the wiki.

There's 2 walmart sensors as defined here, delivered and exceptions.

What all files must be updated to add a Walmart Delivering sensor other then the const.py? I'd like to dig into it. Screenshot_20240327-220614_Gmail

firstof9 commented 5 months ago

What all files must be updated to add a Walmart Delivering sensor other then the const.py?

That's all, just the const.py you'd add where the current walmart stuff is. We've tried to make adding additional stuff as easy as possible.

skewll commented 5 months ago

Awesome, I'm going to play around with it when I get more free time. Thanks a lot!

On Thu, Mar 28, 2024, 7:19 AM Chris @.***> wrote:

What all files must be updated to add a Walmart Delivering sensor other then the const.py?

That's all, just the const.py you'd add where the current walmart stuff is. We've tried to make adding additional stuff as easy as possible.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2025304879, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKCD7KJGKKCDE4H4QFLY2QRHPAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRVGMYDIOBXHE . You are receiving this because you were assigned.Message ID: @.*** com>

skewll commented 5 months ago

Just a question for clarification, the Walmart sensor is for Walmart grocery delivery etc correct? If so, I see my delivery email has a different format so it doesn't get counted in the current state. Looks like a camera could be added for Walmart too. Screenshot_20240329-081032_Gmail Screenshot_20240329-081046_Gmail Screenshot_20240329-081100_Gmail

firstof9 commented 5 months ago

Just a question for clarification, the Walmart sensor is for Walmart grocery delivery etc correct?

I am unsure, it was a PR submitted by someone else.

skewll commented 5 months ago

It works after adding the subject to the array in const.py. That's was so easy its awesome.

On Fri, Mar 29, 2024, 10:02 AM Chris @.***> wrote:

Just a question for clarification, the Walmart sensor is for Walmart grocery delivery etc correct?

I am unsure, it was a PR submitted by someone else.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2027492830, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKEQJJSJNJWUOSH3LRDY2WNB3AVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRXGQ4TEOBTGA . You are receiving this because you were assigned.Message ID: @.*** com>

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

skewll commented 4 months ago

Ok, so its an issue just with the USPS as far as I can see. Everything was fine, 1 packages out for delivery, then 1 package delviered. But later, I get this email subject, "USPS® Expected Delivery on Saturday, April 13, 2024 arriving by 9:00pm 2612998696033FAKE48085" and its being counted in mail USPS delivering and Mail USPS packages. Although it shouldn't be in the query until tomorrow.

sensor.mail_usps_delivered and sensor.mail_usps_delivering both include both tracking numbers: the one that was actually delivered, and this one that isnt excepted until tomorrow.

I hope this helps.

2024-04-12 16:49:32.745 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Found html email processing... 2024-04-12 16:49:32.829 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Unexpected html format found. 2024-04-12 16:49:32.829 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 16:49:32.829 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Discarding junk mail. 2024-04-12 16:49:32.829 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 16:49:32.830 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Discarding junk mail. 2024-04-12 16:49:32.830 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 16:49:32.832 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 16:49:32.838 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Removing duplicate images. 2024-04-12 16:49:32.893 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Removing USPS announcement images. 2024-04-12 16:49:32.894 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Image Count: 2 2024-04-12 16:49:32.894 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Resizing images to 724x320... 2024-04-12 16:49:33.104 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Creating array of image files... 2024-04-12 16:49:33.106 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Generating animated GIF 2024-04-12 16:49:33.171 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Mail image generated. 2024-04-12 16:49:33.173 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: usps_mail Count: 2 2024-04-12 16:49:33.174 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: usps_packages Count: 2 2024-04-12 16:49:33.174 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Your order was delivered) 2024-04-12 16:49:33.174 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG subject: Your order was delivered 2024-04-12 16:49:33.174 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Your order was delivered" SINCE 12-Apr-2024) 2024-04-12 16:49:33.384 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:49:33.384 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Your order was delivered) results: b'' count: 0 2024-04-12 16:49:33.384 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Some of your items were delivered) 2024-04-12 16:49:33.384 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG subject: Some of your items were delivered 2024-04-12 16:49:33.384 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Some of your items were delivered" SINCE 12-Apr-2024) 2024-04-12 16:49:33.630 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:49:33.631 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Some of your items were delivered) results: b'' count: 0 2024-04-12 16:49:33.631 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Delivered:) 2024-04-12 16:49:33.631 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: 2024-04-12 16:49:33.631 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Delivered:" SINCE 12-Apr-2024) 2024-04-12 16:49:33.876 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:49:33.877 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Delivered:) results: b'' count: 0 2024-04-12 16:49:33.877 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: walmart_delivered Count: 0 2024-04-12 16:49:33.877 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Out for delivery) 2024-04-12 16:49:33.878 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG subject: Out for delivery 2024-04-12 16:49:33.878 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Out for delivery" SINCE 12-Apr-2024) 2024-04-12 16:49:34.110 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:49:34.110 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Out for delivery) results: b'' count: 0 2024-04-12 16:49:34.110 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: walmart_delivering Count: 0 2024-04-12 16:49:34.110 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: zpackages_delivered Count: 1 2024-04-12 16:49:34.111 DEBUG (SyncWorker_59) [custom_components.mail_and_packages.helpers] Sensor: zpackages_transit Count: 1 2024-04-12 16:49:34.133 DEBUG (MainThread) [custom_components.mail_and_packages] Finished fetching Mail and Packages (imap.gmail.com) data in 41.151 seconds (success: True) 2024-04-12 16:49:34.141 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Check: True 2024-04-12 16:49:34.175 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Image hash: 4b4378ea18fd47383886b88f060f4f31aae0d081 2024-04-12 16:49:34.175 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS None hash: a0f0065114d47d9e9e24b938f6461ecdb5166368 2024-04-12 16:49:34.177 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon Check: True 2024-04-12 16:49:34.200 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon Image hash: 0e7c4b3558ab5b356a6aca738ebc0c973846701d 2024-04-12 16:49:34.201 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon None hash: 0e7c4b3558ab5b356a6aca738ebc0c973846701d 2024-04-12 16:49:34.291 DEBUG (MainThread) [custom_components.mail_and_packages.sensor] Updating system image path to: custom_components/mail_and_packages/images/ 2024-04-12 16:50:04.208 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:50:04.209 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:50:04.217 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:50:04.217 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:50:34.211 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:50:34.211 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:50:34.212 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:50:34.212 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:51:04.211 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:51:04.211 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:51:04.212 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:51:04.212 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:51:34.213 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:51:34.214 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:51:34.215 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:51:34.215 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:52:04.294 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:52:04.294 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:52:04.296 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:52:04.297 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:52:34.300 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:52:34.300 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:52:34.300 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:52:34.300 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:53:04.307 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:53:04.307 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:53:04.308 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:53:04.308 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:53:34.313 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:53:34.313 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:53:34.320 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:53:34.320 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:54:04.319 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:54:04.319 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:54:04.320 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:54:04.320 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:54:34.330 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:54:34.331 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:54:34.338 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:54:34.338 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:55:04.338 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:55:04.339 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:55:04.355 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:55:04.355 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:55:34.345 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:55:34.346 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:55:34.357 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:55:34.357 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:56:04.353 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:56:04.353 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:56:04.354 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:56:04.354 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:56:34.354 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:56:34.354 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:56:34.370 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:56:34.371 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:57:04.360 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:57:04.360 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:57:04.371 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:57:04.372 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:57:34.369 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:57:34.370 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:57:34.377 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:57:34.377 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:58:04.371 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:58:04.371 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:58:04.372 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:58:04.372 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:58:34.378 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:58:34.378 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:58:34.379 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:58:34.379 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:59:04.380 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:59:04.380 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:59:04.386 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:59:04.386 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:59:34.382 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 16:59:34.382 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:59:34.383 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 16:59:34.383 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 16:59:36.470 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Created: 12-Apr-2024, Today: 12-Apr-2024 2024-04-12 16:59:36.654 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Image Name: 327b9da6-5f52-46f6-8cc5-857535285cad.gif 2024-04-12 16:59:36.655 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Copying /config/custom_components/mail_and_packages/mail_none.gif to /config/custom_components/mail_and_packages/images/327b9da6-5f52-46f6-8cc5-857535285cad.gif 2024-04-12 16:59:36.764 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Image name: 327b9da6-5f52-46f6-8cc5-857535285cad.gif 2024-04-12 16:59:37.158 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Created: 12-Apr-2024, Today: 12-Apr-2024 2024-04-12 16:59:37.231 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Image Name: fdea49af-c6d1-4928-ac2d-15786dd7b9b4.jpg 2024-04-12 16:59:37.231 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Copying /config/custom_components/mail_and_packages/no_deliveries.jpg to /config/custom_components/mail_and_packages/images/amazon/fdea49af-c6d1-4928-ac2d-15786dd7b9b4.jpg 2024-04-12 16:59:37.252 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon Image Name: fdea49af-c6d1-4928-ac2d-15786dd7b9b4.jpg 2024-04-12 16:59:37.252 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Image path: custom_components/mail_and_packages/images/ 2024-04-12 16:59:37.252 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon delivered email(s)... 2024-04-12 16:59:37.253 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:37.253 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:37.253 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:37.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:37.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:37.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:37.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:37.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:37.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:37.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:37.683 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:37.684 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:37.892 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:38.093 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:38.093 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:38.094 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:38.094 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:38.094 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:38.094 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:38.094 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.com" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:38.532 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:38.533 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:38.750 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:38.751 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:38.976 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:39.182 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:39.183 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:39.394 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:39.603 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.ca" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ca 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:40.032 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:40.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:40.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:40.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:40.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:40.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:40.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:40.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:40.455 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:40.455 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:40.455 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:40.455 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:40.456 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:40.456 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:40.456 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:40.661 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:40.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:40.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:40.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:40.663 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:40.663 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:40.663 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:40.869 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:40.870 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:41.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:41.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.co.uk" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:41.535 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.co.uk 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:41.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:41.751 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:41.752 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:41.960 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:41.960 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:41.961 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:41.961 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:41.961 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:41.961 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:41.961 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:42.165 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:42.165 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:42.165 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:42.166 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:42.166 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:42.166 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:42.166 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:42.369 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:42.370 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:42.584 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:42.585 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.in" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:43.008 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:43.008 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:43.009 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:43.009 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:43.009 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.in 2024-04-12 16:59:43.009 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:43.009 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:43.218 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:43.218 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:43.218 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:43.218 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:43.218 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:43.219 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:43.219 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:43.431 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:43.637 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:43.638 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:43.853 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:44.060 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:44.060 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:44.060 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:44.060 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:44.061 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:44.061 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:44.061 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.de" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:44.494 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:44.494 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:44.495 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:44.495 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:44.495 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.de 2024-04-12 16:59:44.495 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:44.495 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:44.715 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:44.923 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:44.923 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:44.923 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:44.924 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:44.924 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:44.924 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:44.924 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:45.131 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:45.132 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:45.340 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:45.340 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:45.341 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:45.341 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:45.341 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:45.341 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:45.341 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:45.573 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:45.573 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:45.574 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:45.574 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:45.574 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:45.574 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:45.574 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.it" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.it 2024-04-12 16:59:46.030 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:46.031 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:46.243 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:46.449 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:46.450 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:46.689 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:46.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:46.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:46.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:46.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:46.899 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:46.899 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:46.899 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:46.899 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:47.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:47.112 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.com.au" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.com.au 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:47.555 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:47.775 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:47.775 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:47.775 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:47.775 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:47.776 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:47.776 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:47.776 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:47.986 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:47.986 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:47.986 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:47.986 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:47.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:47.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:47.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:48.198 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:48.198 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:48.198 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:48.198 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:48.198 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:48.199 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:48.199 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:48.433 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:48.434 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:48.680 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:48.681 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.pl" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:49.119 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.pl 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:49.120 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:49.366 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:49.366 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:49.367 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:49.367 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:49.367 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:49.367 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:49.367 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:49.599 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:49.599 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:49.599 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:49.600 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:49.600 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:49.600 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:49.600 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:49.818 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:49.818 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:49.818 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:49.819 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:49.819 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:49.819 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:49.819 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:50.027 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:50.241 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:50.242 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.es" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:50.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:50.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:50.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:50.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:50.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.es 2024-04-12 16:59:50.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:50.688 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:50.895 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:51.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:51.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:51.376 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:51.376 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:51.376 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:51.376 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:51.377 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:51.377 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:51.377 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:51.586 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:51.792 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:51.792 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:51.792 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:51.792 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:51.792 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:51.793 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:51.793 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.fr" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:52.229 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.fr 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:52.230 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:52.477 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:52.477 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:52.477 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:52.477 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:52.477 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:52.478 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: Your 2024-04-12 16:59:52.478 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Delivered: Your" SINCE 12-Apr-2024) 2024-04-12 16:59:52.689 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Consegna effettuata: 2024-04-12 16:59:52.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Consegna effettuata:" SINCE 12-Apr-2024) 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Dostarczono: 2024-04-12 16:59:52.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Dostarczono:" SINCE 12-Apr-2024) 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Geliefert: 2024-04-12 16:59:53.114 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Geliefert:" SINCE 12-Apr-2024) 2024-04-12 16:59:53.321 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:53.321 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:53.321 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:53.321 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:53.322 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:53.322 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Livré 2024-04-12 16:59:53.322 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: FROM "order-update@amazon.ae" SINCE 12-Apr-2024 SUBJECT 2024-04-12 16:59:53.762 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:53.762 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:53.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:53.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:53.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: order-update@amazon.ae 2024-04-12 16:59:53.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Entregado: 2024-04-12 16:59:53.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Entregado:" SINCE 12-Apr-2024) 2024-04-12 16:59:53.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:53.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon delivered email(s) found: 0 2024-04-12 16:59:53.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for Amazon image in emails... 2024-04-12 16:59:53.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] HTML Amazon emails found: 0 2024-04-12 16:59:53.987 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: amazon_delivered Count: 0 2024-04-12 16:59:53.988 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon domains to be checked: ['amazon.com', 'amazon.ca', 'amazon.co.uk', 'amazon.in', 'amazon.de', 'amazon.it', 'amazon.com.au', 'amazon.pl', 'amazon.es', 'amazon.fr', 'amazon.ae'] 2024-04-12 16:59:53.988 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.com'] 2024-04-12 16:59:53.988 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:53.988 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.ca'] 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:54.195 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ca" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.co.uk'] 2024-04-12 16:59:54.408 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:54.409 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.co.uk" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:54.617 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.in'] 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:54.618 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.in" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:54.827 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:54.827 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:54.827 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:54.827 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:54.828 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.de'] 2024-04-12 16:59:54.828 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:54.828 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.de" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:55.047 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.it'] 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:55.048 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.it" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:55.253 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.com.au'] 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:55.254 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com.au" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.pl'] 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:55.462 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.pl" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:55.668 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:55.668 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:55.668 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:55.668 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:55.669 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.es'] 2024-04-12 16:59:55.669 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:55.669 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.es" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:55.874 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.fr'] 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:55.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.fr" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:56.089 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:56.090 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:56.090 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:56.090 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:56.090 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['order-update@amazon.ae'] 2024-04-12 16:59:56.090 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery update: 2024-04-12 16:59:56.091 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.ae" SUBJECT "Delivery update:" SINCE 12-Apr-2024) 2024-04-12 16:59:56.299 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:56.299 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found 0 Amazon exceptions 2024-04-12 16:59:56.299 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 16:59:56.300 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 16:59:56.300 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: amazon_exception Count: 0 2024-04-12 16:59:56.300 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] [Hub] Amazon email list: ['thehub@amazon.com', 'order-update@amazon.com', 'amazonlockers@amazon.com'] 2024-04-12 16:59:56.301 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: ready for pickup from Amazon Hub Locker 2024-04-12 16:59:56.301 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "thehub@amazon.com" SUBJECT "ready for pickup from Amazon Hub Locker" SINCE 12-Apr-2024) 2024-04-12 16:59:56.514 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:56.515 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon hub emails found: 0 2024-04-12 16:59:56.515 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: ready for pickup from Amazon Hub Locker 2024-04-12 16:59:56.515 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "order-update@amazon.com" SUBJECT "ready for pickup from Amazon Hub Locker" SINCE 12-Apr-2024) 2024-04-12 16:59:56.801 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:56.802 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon hub emails found: 0 2024-04-12 16:59:56.802 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: ready for pickup from Amazon Hub Locker 2024-04-12 16:59:56.802 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "amazonlockers@amazon.com" SUBJECT "ready for pickup from Amazon Hub Locker" SINCE 12-Apr-2024) 2024-04-12 16:59:57.011 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:57.012 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon hub emails found: 0 2024-04-12 16:59:57.012 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: amazon_hub Count: 0 2024-04-12 16:59:57.012 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find Amazon email with item list ... 2024-04-12 16:59:57.013 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email list: ['amazon.com', 'amazon.ca', 'amazon.co.uk', 'amazon.in', 'amazon.de', 'amazon.it', 'amazon.com.au', 'amazon.pl', 'amazon.es', 'amazon.fr', 'amazon.ae'] 2024-04-12 16:59:57.013 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.com', 'conferma-spedizione@amazon.com', 'confirmar-envio@amazon.com', 'versandbestaetigung@amazon.com', 'confirmation-commande@amazon.com'] 2024-04-12 16:59:57.014 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:57.014 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.com" FROM "conferma-spedizione@amazon.com" FROM "confirmar-envio@amazon.com" FROM "versandbestaetigung@amazon.com" FROM "confirmation-commande@amazon.com" SINCE 09-Apr-2024) 2024-04-12 16:59:57.231 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:57.232 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:57.232 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.ca', 'conferma-spedizione@amazon.ca', 'confirmar-envio@amazon.ca', 'versandbestaetigung@amazon.ca', 'confirmation-commande@amazon.ca'] 2024-04-12 16:59:57.232 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:57.233 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.ca" FROM "conferma-spedizione@amazon.ca" FROM "confirmar-envio@amazon.ca" FROM "versandbestaetigung@amazon.ca" FROM "confirmation-commande@amazon.ca" SINCE 09-Apr-2024) 2024-04-12 16:59:57.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:57.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:57.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.co.uk', 'conferma-spedizione@amazon.co.uk', 'confirmar-envio@amazon.co.uk', 'versandbestaetigung@amazon.co.uk', 'confirmation-commande@amazon.co.uk'] 2024-04-12 16:59:57.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:57.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.co.uk" FROM "conferma-spedizione@amazon.co.uk" FROM "confirmar-envio@amazon.co.uk" FROM "versandbestaetigung@amazon.co.uk" FROM "confirmation-commande@amazon.co.uk" SINCE 09-Apr-2024) 2024-04-12 16:59:57.900 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:57.900 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:57.900 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.in', 'conferma-spedizione@amazon.in', 'confirmar-envio@amazon.in', 'versandbestaetigung@amazon.in', 'confirmation-commande@amazon.in'] 2024-04-12 16:59:57.901 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:57.901 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.in" FROM "conferma-spedizione@amazon.in" FROM "confirmar-envio@amazon.in" FROM "versandbestaetigung@amazon.in" FROM "confirmation-commande@amazon.in" SINCE 09-Apr-2024) 2024-04-12 16:59:58.109 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:58.109 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:58.109 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.de', 'conferma-spedizione@amazon.de', 'confirmar-envio@amazon.de', 'versandbestaetigung@amazon.de', 'confirmation-commande@amazon.de'] 2024-04-12 16:59:58.109 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:58.110 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.de" FROM "conferma-spedizione@amazon.de" FROM "confirmar-envio@amazon.de" FROM "versandbestaetigung@amazon.de" FROM "confirmation-commande@amazon.de" SINCE 09-Apr-2024) 2024-04-12 16:59:58.315 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:58.316 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:58.316 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.it', 'conferma-spedizione@amazon.it', 'confirmar-envio@amazon.it', 'versandbestaetigung@amazon.it', 'confirmation-commande@amazon.it'] 2024-04-12 16:59:58.316 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:58.316 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.it" FROM "conferma-spedizione@amazon.it" FROM "confirmar-envio@amazon.it" FROM "versandbestaetigung@amazon.it" FROM "confirmation-commande@amazon.it" SINCE 09-Apr-2024) 2024-04-12 16:59:58.527 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:58.528 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:58.528 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.com.au', 'conferma-spedizione@amazon.com.au', 'confirmar-envio@amazon.com.au', 'versandbestaetigung@amazon.com.au', 'confirmation-commande@amazon.com.au'] 2024-04-12 16:59:58.528 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:58.528 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.com.au" FROM "conferma-spedizione@amazon.com.au" FROM "confirmar-envio@amazon.com.au" FROM "versandbestaetigung@amazon.com.au" FROM "confirmation-commande@amazon.com.au" SINCE 09-Apr-2024) 2024-04-12 16:59:58.736 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:58.737 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:58.737 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.pl', 'conferma-spedizione@amazon.pl', 'confirmar-envio@amazon.pl', 'versandbestaetigung@amazon.pl', 'confirmation-commande@amazon.pl'] 2024-04-12 16:59:58.737 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:58.737 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.pl" FROM "conferma-spedizione@amazon.pl" FROM "confirmar-envio@amazon.pl" FROM "versandbestaetigung@amazon.pl" FROM "confirmation-commande@amazon.pl" SINCE 09-Apr-2024) 2024-04-12 16:59:58.957 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:58.957 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:58.958 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.es', 'conferma-spedizione@amazon.es', 'confirmar-envio@amazon.es', 'versandbestaetigung@amazon.es', 'confirmation-commande@amazon.es'] 2024-04-12 16:59:58.958 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:58.958 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.es" FROM "conferma-spedizione@amazon.es" FROM "confirmar-envio@amazon.es" FROM "versandbestaetigung@amazon.es" FROM "confirmation-commande@amazon.es" SINCE 09-Apr-2024) 2024-04-12 16:59:59.167 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:59.167 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:59.167 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.fr', 'conferma-spedizione@amazon.fr', 'confirmar-envio@amazon.fr', 'versandbestaetigung@amazon.fr', 'confirmation-commande@amazon.fr'] 2024-04-12 16:59:59.167 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:59.167 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.fr" FROM "conferma-spedizione@amazon.fr" FROM "confirmar-envio@amazon.fr" FROM "versandbestaetigung@amazon.fr" FROM "confirmation-commande@amazon.fr" SINCE 09-Apr-2024) 2024-04-12 16:59:59.381 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:59.381 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:59.382 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.ae', 'conferma-spedizione@amazon.ae', 'confirmar-envio@amazon.ae', 'versandbestaetigung@amazon.ae', 'confirmation-commande@amazon.ae'] 2024-04-12 16:59:59.382 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:59.382 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.ae" FROM "conferma-spedizione@amazon.ae" FROM "confirmar-envio@amazon.ae" FROM "versandbestaetigung@amazon.ae" FROM "confirmation-commande@amazon.ae" SINCE 09-Apr-2024) 2024-04-12 16:59:59.590 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:59.590 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:59.590 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon Count: 0 2024-04-12 16:59:59.591 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find Amazon email with item list ... 2024-04-12 16:59:59.591 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email list: ['amazon.com', 'amazon.ca', 'amazon.co.uk', 'amazon.in', 'amazon.de', 'amazon.it', 'amazon.com.au', 'amazon.pl', 'amazon.es', 'amazon.fr', 'amazon.ae'] 2024-04-12 16:59:59.591 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.com', 'conferma-spedizione@amazon.com', 'confirmar-envio@amazon.com', 'versandbestaetigung@amazon.com', 'confirmation-commande@amazon.com'] 2024-04-12 16:59:59.591 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:59.591 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.com" FROM "conferma-spedizione@amazon.com" FROM "confirmar-envio@amazon.com" FROM "versandbestaetigung@amazon.com" FROM "confirmation-commande@amazon.com" SINCE 09-Apr-2024) 2024-04-12 16:59:59.807 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 16:59:59.808 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 16:59:59.808 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.ca', 'conferma-spedizione@amazon.ca', 'confirmar-envio@amazon.ca', 'versandbestaetigung@amazon.ca', 'confirmation-commande@amazon.ca'] 2024-04-12 16:59:59.808 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 16:59:59.808 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.ca" FROM "conferma-spedizione@amazon.ca" FROM "confirmar-envio@amazon.ca" FROM "versandbestaetigung@amazon.ca" FROM "confirmation-commande@amazon.ca" SINCE 09-Apr-2024) 2024-04-12 17:00:00.019 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:00.019 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:00.019 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.co.uk', 'conferma-spedizione@amazon.co.uk', 'confirmar-envio@amazon.co.uk', 'versandbestaetigung@amazon.co.uk', 'confirmation-commande@amazon.co.uk'] 2024-04-12 17:00:00.019 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:00.020 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.co.uk" FROM "conferma-spedizione@amazon.co.uk" FROM "confirmar-envio@amazon.co.uk" FROM "versandbestaetigung@amazon.co.uk" FROM "confirmation-commande@amazon.co.uk" SINCE 09-Apr-2024) 2024-04-12 17:00:00.237 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:00.237 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:00.237 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.in', 'conferma-spedizione@amazon.in', 'confirmar-envio@amazon.in', 'versandbestaetigung@amazon.in', 'confirmation-commande@amazon.in'] 2024-04-12 17:00:00.237 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:00.237 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.in" FROM "conferma-spedizione@amazon.in" FROM "confirmar-envio@amazon.in" FROM "versandbestaetigung@amazon.in" FROM "confirmation-commande@amazon.in" SINCE 09-Apr-2024) 2024-04-12 17:00:00.446 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:00.447 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:00.447 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.de', 'conferma-spedizione@amazon.de', 'confirmar-envio@amazon.de', 'versandbestaetigung@amazon.de', 'confirmation-commande@amazon.de'] 2024-04-12 17:00:00.447 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:00.447 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.de" FROM "conferma-spedizione@amazon.de" FROM "confirmar-envio@amazon.de" FROM "versandbestaetigung@amazon.de" FROM "confirmation-commande@amazon.de" SINCE 09-Apr-2024) 2024-04-12 17:00:00.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:00.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:00.686 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.it', 'conferma-spedizione@amazon.it', 'confirmar-envio@amazon.it', 'versandbestaetigung@amazon.it', 'confirmation-commande@amazon.it'] 2024-04-12 17:00:00.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:00.687 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.it" FROM "conferma-spedizione@amazon.it" FROM "confirmar-envio@amazon.it" FROM "versandbestaetigung@amazon.it" FROM "confirmation-commande@amazon.it" SINCE 09-Apr-2024) 2024-04-12 17:00:00.894 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:00.894 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:00.894 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.com.au', 'conferma-spedizione@amazon.com.au', 'confirmar-envio@amazon.com.au', 'versandbestaetigung@amazon.com.au', 'confirmation-commande@amazon.com.au'] 2024-04-12 17:00:00.894 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:00.894 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.com.au" FROM "conferma-spedizione@amazon.com.au" FROM "confirmar-envio@amazon.com.au" FROM "versandbestaetigung@amazon.com.au" FROM "confirmation-commande@amazon.com.au" SINCE 09-Apr-2024) 2024-04-12 17:00:01.105 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:01.105 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:01.106 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.pl', 'conferma-spedizione@amazon.pl', 'confirmar-envio@amazon.pl', 'versandbestaetigung@amazon.pl', 'confirmation-commande@amazon.pl'] 2024-04-12 17:00:01.106 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:01.106 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.pl" FROM "conferma-spedizione@amazon.pl" FROM "confirmar-envio@amazon.pl" FROM "versandbestaetigung@amazon.pl" FROM "confirmation-commande@amazon.pl" SINCE 09-Apr-2024) 2024-04-12 17:00:01.313 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:01.313 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:01.313 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.es', 'conferma-spedizione@amazon.es', 'confirmar-envio@amazon.es', 'versandbestaetigung@amazon.es', 'confirmation-commande@amazon.es'] 2024-04-12 17:00:01.313 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:01.313 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.es" FROM "conferma-spedizione@amazon.es" FROM "confirmar-envio@amazon.es" FROM "versandbestaetigung@amazon.es" FROM "confirmation-commande@amazon.es" SINCE 09-Apr-2024) 2024-04-12 17:00:01.535 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:01.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:01.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.fr', 'conferma-spedizione@amazon.fr', 'confirmar-envio@amazon.fr', 'versandbestaetigung@amazon.fr', 'confirmation-commande@amazon.fr'] 2024-04-12 17:00:01.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:01.536 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.fr" FROM "conferma-spedizione@amazon.fr" FROM "confirmar-envio@amazon.fr" FROM "versandbestaetigung@amazon.fr" FROM "confirmation-commande@amazon.fr" SINCE 09-Apr-2024) 2024-04-12 17:00:01.771 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:01.771 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:01.772 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon email search address: ['shipment-tracking@amazon.ae', 'conferma-spedizione@amazon.ae', 'confirmar-envio@amazon.ae', 'versandbestaetigung@amazon.ae', 'confirmation-commande@amazon.ae'] 2024-04-12 17:00:01.772 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: None 2024-04-12 17:00:01.772 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "shipment-tracking@amazon.ae" FROM "conferma-spedizione@amazon.ae" FROM "confirmar-envio@amazon.ae" FROM "versandbestaetigung@amazon.ae" FROM "confirmation-commande@amazon.ae" SINCE 09-Apr-2024) 2024-04-12 17:00:02.002 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:02.002 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon emails found: 0 2024-04-12 17:00:02.002 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Amazon order: [] 2024-04-12 17:00:02.002 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: amazon_packages Count: 0 2024-04-12 17:00:02.002 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL On Demand Delivery) 2024-04-12 17:00:02.003 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: DHL On Demand Delivery 2024-04-12 17:00:02.003 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "DHL On Demand Delivery" SINCE 12-Apr-2024) 2024-04-12 17:00:02.286 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 4-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) in (1) emails 4-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) count results: 0 2024-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL On Demand Delivery) results: b'' count: 0 2024-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Powiadomienie o przesyłce) 2024-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Powiadomienie o przesyłce 2024-04-12 17:00:02.287 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SINCE 12-Apr-2024 SUBJECT 2024-04-12 17:00:02.735 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 4-04-12 17:00:02.735 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) in (1) emails 4-04-12 17:00:02.735 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) count results: 0 2024-04-12 17:00:02.736 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Powiadomienie o przesyłce) results: b'' count: 0 2024-04-12 17:00:02.736 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket wurde zugestellt) 2024-04-12 17:00:02.736 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Paket wurde zugestellt 2024-04-12 17:00:02.736 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "Paket wurde zugestellt" SINCE 12-Apr-2024) 2024-04-12 17:00:02.950 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 4-04-12 17:00:02.950 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) in (1) emails 4-04-12 17:00:02.950 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) count results: 0 2024-04-12 17:00:02.950 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket wurde zugestellt) results: b'' count: 0 2024-04-12 17:00:02.950 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL Shipment Notification) 2024-04-12 17:00:02.951 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: DHL Shipment Notification 2024-04-12 17:00:02.951 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "DHL Shipment Notification" SINCE 12-Apr-2024) 2024-04-12 17:00:03.189 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 4-04-12 17:00:03.189 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) in (1) emails 4-04-12 17:00:03.189 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['has been delivered', 'została doręczona', 'ist angekommen', 'Notification for shipment event group "Delivered', ' - Delivered - ']) count results: 0 2024-04-12 17:00:03.190 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL Shipment Notification) results: b'' count: 0 2024-04-12 17:00:03.190 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: dhl_delivered Count: 0 2024-04-12 17:00:03.190 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL On Demand Delivery) 2024-04-12 17:00:03.190 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: DHL On Demand Delivery 2024-04-12 17:00:03.190 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "DHL On Demand Delivery" SINCE 12-Apr-2024) 2024-04-12 17:00:03.403 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:03.403 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) in (1) emails 2024-04-12 17:00:03.403 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) count results: 0 2024-04-12 17:00:03.403 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL On Demand Delivery) results: b'' count: 0 2024-04-12 17:00:03.403 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket kommt heute) 2024-04-12 17:00:03.404 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Paket kommt heute 2024-04-12 17:00:03.404 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "Paket kommt heute" SINCE 12-Apr-2024) 2024-04-12 17:00:03.690 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:03.691 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) in (1) emails 2024-04-12 17:00:03.691 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) count results: 0 2024-04-12 17:00:03.691 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket kommt heute) results: b'' count: 0 2024-04-12 17:00:03.691 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket wird gleich zugestellt) 2024-04-12 17:00:03.691 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Paket wird gleich zugestellt 2024-04-12 17:00:03.692 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "Paket wird gleich zugestellt" SINCE 12-Apr-2024) 2024-04-12 17:00:03.905 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:03.906 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) in (1) emails 2024-04-12 17:00:03.906 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) count results: 0 2024-04-12 17:00:03.906 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Paket wird gleich zugestellt) results: b'' count: 0 2024-04-12 17:00:03.906 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Powiadomienie o przesyłce) 2024-04-12 17:00:03.907 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Powiadomienie o przesyłce 2024-04-12 17:00:03.907 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SINCE 12-Apr-2024 SUBJECT 2024-04-12 17:00:04.348 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:04.348 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) in (1) emails 2024-04-12 17:00:04.348 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) count results: 0 2024-04-12 17:00:04.349 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (Powiadomienie o przesyłce) results: b'' count: 0 2024-04-12 17:00:04.349 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL Shipment Notification) 2024-04-12 17:00:04.349 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: DHL Shipment Notification 2024-04-12 17:00:04.349 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR OR FROM "donotreply_odd@dhl.com" FROM "NoReply.ODD@dhl.com" FROM "noreply@dhl.de" FROM "pl.no.reply@dhl.com" FROM "support@dhl.com" SUBJECT "DHL Shipment Notification" SINCE 12-Apr-2024) 2024-04-12 17:00:04.382 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:00:04.383 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:00:04.385 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 17:00:04.385 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) in (1) emails 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['scheduled for delivery TODAY', 'zostanie dziś do Państwa doręczona', 'wird Ihnen heute', ' - Shipment is out with courier for delivery - ', 'Shipment is scheduled for delivery', 'voraussichtlich innerhalb']) count results: 0 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['donotreply_odd@dhl.com', 'NoReply.ODD@dhl.com', 'noreply@dhl.de', 'pl.no.reply@dhl.com', 'support@dhl.com']) with subject (DHL Shipment Notification) results: b'' count: 0 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: dhl_delivering Count: 0 2024-04-12 17:00:04.582 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: dhl_packages Count: 0 2024-04-12 17:00:04.583 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package has been delivered) 2024-04-12 17:00:04.583 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your package has been delivered 2024-04-12 17:00:04.583 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "Your package has been delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:04.805 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:04.805 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package has been delivered) results: b'' count: 0 2024-04-12 17:00:04.805 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your packages have been delivered) 2024-04-12 17:00:04.805 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your packages have been delivered 2024-04-12 17:00:04.805 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "Your packages have been delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:05.083 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:05.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your packages have been delivered) results: b'' count: 0 2024-04-12 17:00:05.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: fedex_delivered Count: 0 2024-04-12 17:00:05.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Delivery scheduled for today) 2024-04-12 17:00:05.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery scheduled for today 2024-04-12 17:00:05.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "Delivery scheduled for today" SINCE 12-Apr-2024) 2024-04-12 17:00:05.306 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:05.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Delivery scheduled for today) results: b'' count: 0 2024-04-12 17:00:05.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package is scheduled for delivery today) 2024-04-12 17:00:05.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your package is scheduled for delivery today 2024-04-12 17:00:05.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "Your package is scheduled for delivery today" SINCE 12-Apr-2024) 2024-04-12 17:00:05.547 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:05.547 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package is scheduled for delivery today) results: b'' count: 0 2024-04-12 17:00:05.547 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package is now out for delivery) 2024-04-12 17:00:05.547 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your package is now out for delivery 2024-04-12 17:00:05.547 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "Your package is now out for delivery" SINCE 12-Apr-2024) 2024-04-12 17:00:05.782 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:05.783 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (Your package is now out for delivery) results: b'' count: 0 2024-04-12 17:00:05.783 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (out for delivery today) 2024-04-12 17:00:05.783 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: out for delivery today 2024-04-12 17:00:05.783 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR FROM "TrackingUpdates@fedex.com" FROM "fedexcanada@fedex.com" SUBJECT "out for delivery today" SINCE 12-Apr-2024) 2024-04-12 17:00:05.997 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:05.997 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['TrackingUpdates@fedex.com', 'fedexcanada@fedex.com']) with subject (out for delivery today) results: b'' count: 0 2024-04-12 17:00:05.997 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: fedex_delivering Count: 0 2024-04-12 17:00:05.997 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: fedex_packages Count: 0 2024-04-12 17:00:05.998 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: mail_updated Count: 2024-04-13 00:00:05.998027+00:00 2024-04-12 17:00:05.998 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (Your UPS Package was delivered) 2024-04-12 17:00:05.998 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your UPS Package was delivered 2024-04-12 17:00:05.998 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "Your UPS Package was delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:06.207 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:06.208 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (Your UPS Package was delivered) results: b'' count: 0 2024-04-12 17:00:06.208 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (Your UPS Packages were delivered) 2024-04-12 17:00:06.208 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your UPS Packages were delivered 2024-04-12 17:00:06.208 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "Your UPS Packages were delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:06.420 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:06.420 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (Your UPS Packages were delivered) results: b'' count: 0 2024-04-12 17:00:06.421 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (Your UPS Parcel was delivered) 2024-04-12 17:00:06.421 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your UPS Parcel was delivered 2024-04-12 17:00:06.421 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "Your UPS Parcel was delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:06.676 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:06.676 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (Your UPS Parcel was delivered) results: b'' count: 0 2024-04-12 17:00:06.676 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (Your UPS Parcels were delivered) 2024-04-12 17:00:06.676 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your UPS Parcels were delivered 2024-04-12 17:00:06.676 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "Your UPS Parcels were delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:06.897 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:06.897 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (Your UPS Parcels were delivered) results: b'' count: 0 2024-04-12 17:00:06.897 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: ups_delivered Count: 0 2024-04-12 17:00:06.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (UPS Update: Package Scheduled for Delivery Today) 2024-04-12 17:00:06.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: UPS Update: Package Scheduled for Delivery Today 2024-04-12 17:00:06.898 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "UPS Update: Package Scheduled for Delivery Today" SINCE 12-Apr-2024) 2024-04-12 17:00:07.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:07.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (UPS Update: Package Scheduled for Delivery Today) results: b'' count: 0 2024-04-12 17:00:07.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (UPS Update: Follow Your Delivery on a Live Map) 2024-04-12 17:00:07.111 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: UPS Update: Follow Your Delivery on a Live Map 2024-04-12 17:00:07.112 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "UPS Update: Follow Your Delivery on a Live Map" SINCE 12-Apr-2024) 2024-04-12 17:00:07.322 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:07.323 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (UPS Update: Follow Your Delivery on a Live Map) results: b'' count: 0 2024-04-12 17:00:07.323 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (UPS Pre-Arrival: Your Driver is Arriving Soon! Follow on a Live Map) 2024-04-12 17:00:07.323 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: UPS Pre-Arrival: Your Driver is Arriving Soon! Follow on a Live Map 2024-04-12 17:00:07.323 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "UPS Pre-Arrival: Your Driver is Arriving Soon! Follow on a Live Map" SINCE 12-Apr-2024) 2024-04-12 17:00:07.576 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:07.576 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (UPS Pre-Arrival: Your Driver is Arriving Soon! Follow on a Live Map) results: b'' count: 0 2024-04-12 17:00:07.576 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (UPS Update: Parcel Scheduled for Delivery Today) 2024-04-12 17:00:07.576 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: UPS Update: Parcel Scheduled for Delivery Today 2024-04-12 17:00:07.576 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "UPS Update: Parcel Scheduled for Delivery Today" SINCE 12-Apr-2024) 2024-04-12 17:00:07.789 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:07.789 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (UPS Update: Parcel Scheduled for Delivery Today) results: b'' count: 0 2024-04-12 17:00:07.789 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: ups_delivering Count: 0 2024-04-12 17:00:07.789 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['mcinfo@ups.com']) with subject (UPS Update: New Scheduled Delivery Date) 2024-04-12 17:00:07.790 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: UPS Update: New Scheduled Delivery Date 2024-04-12 17:00:07.790 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "mcinfo@ups.com" SUBJECT "UPS Update: New Scheduled Delivery Date" SINCE 12-Apr-2024) 2024-04-12 17:00:07.999 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:07.999 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['mcinfo@ups.com']) with subject (UPS Update: New Scheduled Delivery Date) results: b'' count: 0 2024-04-12 17:00:07.999 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: ups_exception Count: 0 2024-04-12 17:00:08.000 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: ups_packages Count: 0 2024-04-12 17:00:08.000 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Item Delivered) 2024-04-12 17:00:08.000 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Item Delivered 2024-04-12 17:00:08.000 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Item Delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:08.210 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'136359']) 2024-04-12 17:00:08.210 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Item Delivered) results: b'136359' count: 1 2024-04-12 17:00:08.210 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: usps_delivered Count: 1 2024-04-12 17:00:08.211 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Expected Delivery on) 2024-04-12 17:00:08.211 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Expected Delivery on 2024-04-12 17:00:08.211 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Expected Delivery on" SINCE 12-Apr-2024) 2024-04-12 17:00:08.434 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'136273 136275 136276 136279 136285 136290 136307 136366 136380']) 2024-04-12 17:00:08.435 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['Your item is out for delivery']) in (1) emails 2024-04-12 17:00:08.838 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:08.839 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:09.116 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:09.116 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:09.371 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:09.372 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:09.720 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:09.720 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:10.006 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:10.007 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:10.278 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:10.278 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:10.278 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found (Your item is out for delivery) in email 1 times. 2024-04-12 17:00:10.518 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:10.518 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:10.519 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found (Your item is out for delivery) in email 1 times. 2024-04-12 17:00:10.763 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:10.764 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:11.021 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: multipart/mixed 2024-04-12 17:00:11.021 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Content type: text/html 2024-04-12 17:00:11.021 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['Your item is out for delivery']) count results: 2 2024-04-12 17:00:11.022 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Expected Delivery on) results: b'136273 136275 136276 136279 136285 136290 136307 136366 136380' count: 2 2024-04-12 17:00:11.022 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Out for Delivery) 2024-04-12 17:00:11.022 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Out for Delivery 2024-04-12 17:00:11.022 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Out for Delivery" SINCE 12-Apr-2024) 2024-04-12 17:00:11.257 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:11.257 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for (['Your item is out for delivery']) in (1) emails 2024-04-12 17:00:11.257 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['Your item is out for delivery']) count results: 0 2024-04-12 17:00:11.257 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Out for Delivery) results: b'' count: 2 2024-04-12 17:00:11.257 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 9 messages... 2024-04-12 17:00:11.538 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:11.539 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:11.783 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:11.785 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:12.024 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:12.025 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:12.278 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:12.278 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:12.517 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:12.517 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:12.754 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:12.754 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:12.996 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:12.996 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9400109105464013116432) 2024-04-12 17:00:13.234 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:13.234 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9261290339644808544524) 2024-04-12 17:00:13.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking message subject... 2024-04-12 17:00:13.474 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found tracking number in email subject: (9261290339644808544524) 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Searching for tracking numbers in 0 messages... 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] No tracking numbers found 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: usps_delivering Count: 1 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Delivery Exception) 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivery Exception 2024-04-12 17:00:13.475 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Delivery Exception" SINCE 12-Apr-2024) 2024-04-12 17:00:13.696 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:13.696 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Delivery Exception) results: b'' count: 0 2024-04-12 17:00:13.696 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: usps_exception Count: 0 2024-04-12 17:00:13.697 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find Informed Delivery mail 2024-04-12 17:00:13.697 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Informed delivery search date: 12-Apr-2024 2024-04-12 17:00:13.697 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your Daily Digest 2024-04-12 17:00:13.697 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR FROM "USPSInformedDelivery@usps.gov" FROM "USPSInformeddelivery@email.informeddelivery.usps.com" FROM "USPSInformeddelivery@informeddelivery.usps.com" FROM "USPS Informed Delivery" SUBJECT "Your Daily Digest" SINCE 12-Apr-2024) 2024-04-12 17:00:13.911 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'136296']) 2024-04-12 17:00:13.912 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Cleaning up image directory: /config/custom_components/mail_and_packages/images/ 2024-04-12 17:00:14.327 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Checking for overlay files in: /config/custom_components/mail_and_packages/images/ 2024-04-12 17:00:14.327 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Copying file to: /config/custom_components/mail_and_packages/images/overlay.png 2024-04-12 17:00:14.397 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Copying file to: /config/custom_components/mail_and_packages/images/vignette.png 2024-04-12 17:00:14.401 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Copying file to: /config/custom_components/mail_and_packages/images/white.png 2024-04-12 17:00:14.454 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Informed Delivery email found processing... 2024-04-12 17:00:15.171 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] msg: Delivered-To: mcgavine@gmail.com 2024-04-12 17:00:15.206 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Found html email processing... 2024-04-12 17:00:15.306 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Unexpected html format found. 2024-04-12 17:00:15.306 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 17:00:15.306 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Discarding junk mail. 2024-04-12 17:00:15.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 17:00:15.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Discarding junk mail. 2024-04-12 17:00:15.307 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 17:00:15.311 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Extracting image from email 2024-04-12 17:00:15.315 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Removing duplicate images. 2024-04-12 17:00:15.369 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Removing USPS announcement images. 2024-04-12 17:00:15.369 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Image Count: 2 2024-04-12 17:00:15.369 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Resizing images to 724x320... 2024-04-12 17:00:15.594 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Creating array of image files... 2024-04-12 17:00:15.596 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Generating animated GIF 2024-04-12 17:00:15.658 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Mail image generated. 2024-04-12 17:00:15.661 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: usps_mail Count: 2 2024-04-12 17:00:15.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: usps_packages Count: 2 2024-04-12 17:00:15.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Your order was delivered) 2024-04-12 17:00:15.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Your order was delivered 2024-04-12 17:00:15.662 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Your order was delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:15.874 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:15.874 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Your order was delivered) results: b'' count: 0 2024-04-12 17:00:15.874 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Some of your items were delivered) 2024-04-12 17:00:15.874 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Some of your items were delivered 2024-04-12 17:00:15.875 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Some of your items were delivered" SINCE 12-Apr-2024) 2024-04-12 17:00:16.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:16.084 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Some of your items were delivered) results: b'' count: 0 2024-04-12 17:00:16.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Delivered:) 2024-04-12 17:00:16.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Delivered: 2024-04-12 17:00:16.085 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Delivered:" SINCE 12-Apr-2024) 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Delivered:) results: b'' count: 0 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: walmart_delivered Count: 0 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['help@walmart.com']) with subject (Out for delivery) 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG subject: Out for delivery 2024-04-12 17:00:16.302 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "help@walmart.com" SUBJECT "Out for delivery" SINCE 12-Apr-2024) 2024-04-12 17:00:16.509 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] email_search value: ('OK', [b'']) 2024-04-12 17:00:16.509 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Search for (['help@walmart.com']) with subject (Out for delivery) results: b'' count: 0 2024-04-12 17:00:16.509 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: walmart_delivering Count: 0 2024-04-12 17:00:16.509 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: zpackages_delivered Count: 1 2024-04-12 17:00:16.509 DEBUG (SyncWorker_32) [custom_components.mail_and_packages.helpers] Sensor: zpackages_transit Count: 1 2024-04-12 17:00:16.581 DEBUG (MainThread) [custom_components.mail_and_packages] Finished fetching Mail and Packages (imap.gmail.com) data in 42.553 seconds (success: True) 2024-04-12 17:00:16.582 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Check: True 2024-04-12 17:00:16.587 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Image hash: 4b4378ea18fd47383886b88f060f4f31aae0d081 2024-04-12 17:00:16.587 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS None hash: a0f0065114d47d9e9e24b938f6461ecdb5166368 2024-04-12 17:00:16.588 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon Check: True 2024-04-12 17:00:16.637 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon Image hash: 0e7c4b3558ab5b356a6aca738ebc0c973846701d 2024-04-12 17:00:16.638 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] Amazon None hash: 0e7c4b3558ab5b356a6aca738ebc0c973846701d 2024-04-12 17:00:16.640 DEBUG (MainThread) [custom_components.mail_and_packages.sensor] Updating system image path to: custom_components/mail_and_packages/images/ 2024-04-12 17:00:34.383 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:00:34.383 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:00:34.385 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 17:00:34.385 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:01:04.392 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:01:04.392 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:01:04.393 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 17:01:04.393 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:01:34.393 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:01:34.393 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None 2024-04-12 17:01:34.395 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: amazon_camera 2024-04-12 17:01:34.395 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Custom No Mail: None

skewll commented 4 months ago

Perhaps the issue is the today's date in the email body? Just a guess. If so, is there a quick way I can update the code to make the regex search for the last occurrence of a date without breaking anything? I don't know exactly how to do it, but I'm sure I can figure it out eventually.

Hello ,

Your item departed our USPS facility in SPOKANE WA DISTRIBUTION CENTER on April 12, 2024 at 2:14 pm. The item is currently in transit to the destination.

Tracking Number: 9261290339644808549876

Expected Delivery On

13

Apr

By 9:00pm

By 9:00pm

Tracking & Delivery Options

skewll commented 4 months ago

Here is a log I took after re configuring that:

2024-04-12 17:21:34.684 DEBUG (SyncWorker_1) [custom_components.mail_and_packages.helpers] Removing USPS announcement images. 2024-04-12 17:21:34.970 DEBUG (SyncWorker_1) [custom_components.mail_and_packages.helpers] Sensor: usps_mail Count: 2 2024-04-12 17:21:34.970 DEBUG (SyncWorker_1) [custom_components.mail_and_packages.helpers] Sensor: usps_packages Count: 2 2024-04-12 17:21:35.062 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:21:35.772 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Check: True 2024-04-12 17:21:35.862 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Image hash: 4b4378ea18fd47383886b88f060f4f31aae0d081 2024-04-12 17:21:35.862 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS None hash: a0f0065114d47d9e9e24b938f6461ecdb5166368 2024-04-12 17:22:05.063 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:22:35.064 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:23:05.065 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:23:35.065 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:24:05.066 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:24:35.067 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:25:05.069 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:25:35.219 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:26:05.222 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:26:35.222 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:27:05.224 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:27:35.225 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:28:27.448 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Item Delivered) 2024-04-12 17:28:27.448 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Item Delivered" SINCE 12-Apr-2024) 2024-04-12 17:28:27.662 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Item Delivered) results: b'136359' count: 1 2024-04-12 17:28:27.662 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Sensor: usps_delivered Count: 1 2024-04-12 17:28:27.662 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Expected Delivery on) 2024-04-12 17:28:27.662 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Expected Delivery on" SINCE 12-Apr-2024) 2024-04-12 17:28:30.104 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Expected Delivery on) results: b'136273 136275 136276 136279 136285 136290 136307 136366 136380' count: 2 2024-04-12 17:28:30.105 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Out for Delivery) 2024-04-12 17:28:30.105 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Out for Delivery" SINCE 12-Apr-2024) 2024-04-12 17:28:30.302 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Out for Delivery) results: b'' count: 2 2024-04-12 17:28:32.438 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Sensor: usps_delivering Count: 1 2024-04-12 17:28:32.439 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Attempting to find mail from (['auto-reply@usps.com']) with subject (Delivery Exception) 2024-04-12 17:28:32.439 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (FROM "auto-reply@usps.com" SUBJECT "Delivery Exception" SINCE 12-Apr-2024) 2024-04-12 17:28:32.639 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Search for (['auto-reply@usps.com']) with subject (Delivery Exception) results: b'' count: 0 2024-04-12 17:28:32.639 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Sensor: usps_exception Count: 0 2024-04-12 17:28:32.640 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] DEBUG imap_search: (OR OR OR FROM "USPSInformedDelivery@usps.gov" FROM "USPSInformeddelivery@email.informeddelivery.usps.com" FROM "USPSInformeddelivery@informeddelivery.usps.com" FROM "USPS Informed Delivery" SUBJECT "Your Daily Digest" SINCE 12-Apr-2024) dkim=pass header.i=@email.informeddelivery.usps.com header.s=krs header.b=naS81TXf; spf=pass (google.com: domain of bounce+cb1f8f.f7c326-NOTAREALEMAI=gmail.com@email.informeddelivery.usps.com designates 159.112.244.196 as permitted sender) smtp.mailfrom="bounce+cb1f8f.f7c326-NOTAREALEMAI@email.informeddelivery.usps.com"; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=email.informeddelivery.usps.com Return-Path: bounce+cb1f8f.f7c326-NOTAREALEMAI=gmail.com@email.informeddelivery.usps.com Received: from mg196.informeddelivery.usps.com (mg196.informeddelivery.usps.com. [159.112.244.196]) Received-SPF: pass (google.com: domain of bounce+cb1f8f.f7c326-NOTAREALEMAI=gmail.com@email.informeddelivery.usps.com designates 159.112.244.196 as permitted sender) client-ip=159.112.244.196; dkim=pass header.i=@email.informeddelivery.usps.com header.s=krs header.b=naS81TXf; spf=pass (google.com: domain of bounce+cb1f8f.f7c326-NOTAREALEMAI=gmail.com@email.informeddelivery.usps.com designates 159.112.244.196 as permitted sender) smtp.mailfrom="bounce+cb1f8f.f7c326-NOTAREALEMAI=gmail.com@email.informeddelivery.usps.com"; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=email.informeddelivery.usps.com DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=email.informeddelivery.usps.com; q=dns/txt; s=krs; t=1712931466; x=1712938666; X-Feedback-Id: USPSInformeddelivery@email.informeddelivery.usps.com::628d49d589e2a96a9951e974:mailgun Sender: USPSInformeddelivery@email.informeddelivery.usps.com From: USPS Informed Delivery USPSInformeddelivery@email.informeddelivery.usps.com Message-Id: 20240412141746.c9d5c9be34ae6189@email.informeddelivery.usps.com https://informeddelivery.usps.com/box/pages/secure/DashboardAction_input?ke= You subscribed to this service with USPS(R) New Products & Innovation, PO B= https://informeddelivery.usps.com/box/pages/unsubscribe/confirm?id=3D231682= ormed Delivery(TM) and the trade dress of USPS(R) Packaging are among the m= ng-bottom: 10px;text-align:left"><a href=3D"https://www.usps.com/" st= " tabindex=3D"1"><img src=3D"https://www.usps.com/real-mail/images/logo_mob= ile.png" width=3D"64" height=3D"36" style=3D"border: none;" alt=3D"USPS.com= " data-responsive=3D"true" src=3D"https://www.usps.com/email/id/IDdailyDmai= k" href=3D"https://informeddelivery.usps.com/box/pages/secure/DashboardActi= ng-image-href-id" target=3D"_blank" href=3D"https://informeddelivery.usps.c= href=3D"https://informeddelivery.usps.com/tracking/ClickTrack?token=3D09d81= 17f83&source=3Dimage&origin=3DcloudDigest"><img src=3D"https://www.usps.com= lank" href=3D"https://informeddelivery.usps.com/tracking/ClickTrack?token= =3D"_blank" href=3D"https://informeddelivery.usps.com/box/pages/reminderImb= ivery.usps.com/box/pages/reminderImb/confirm?campId=3D1200451061&deliveryDa= 08294110"><img src=3D"https://www.usps.com/email/id/Icon-Calendar.png" alt= href-id-secondary" target=3D"_blank" href=3D"https://informeddelivery.usps.= ef=3D"https://informeddelivery.usps.com/box/pages/reminderImb/confirm?deliv= 6899208294110" src=3D"https://informeddelivery.usps.com/box/pages/reminderI= 27010650215386346899208294110"><img src=3D"https://www.usps.com/email/id/Ic= =3D"_blank" href=3D"https://informeddelivery.usps.com/box/pages/reminderImb= ef=3D"https://informeddelivery.usps.com/box/pages/reminderImb/confirm?deliv= 4699208294110" src=3D"https://informeddelivery.usps.com/box/pages/reminderI= 27120054400139294699208294110"><img src=3D"https://www.usps.com/email/id/Ic= =3D"_blank" href=3D"https://informeddelivery.usps.com/box/pages/reminderImb= ://informeddelivery.usps.com/box/pages/secure/DashboardAction_input?keyword= ttps://informeddelivery.usps.com/box/pages/secure/packageDashboardAction?se= "tools.usps.com/go/TrackConfirmAction?tRef=3Dfullpage&tLc=3D2&text28777=3D&= h=3D"800" height=3D"200" src=3D"https://www.usps.com/email/id/desktop-refer= "https://www.usps.com/email/id/mobile-refer-friend.jpg" style=3D"display:no= href=3D"https://informeddelivery.usps.com/tracking/Referral?a=3Df3J9B15-xZF= ref=3D"https://informeddelivery.usps.com/tracking/Referral?a=3DqPFqp0WFYkph= y.usps.com/box/pages/secure/DashboardAction_input?keyword=3Dmail" class=3D"= ng-mailpiece-href-id" href=3D"https://informeddelivery.usps.com/box/pages/m= se images represent mail pieces that are sorted on USPS=C2=AE au= legal">You subscribed to this service with USPS=C2=AE Innovative= d=3D"unsubscribe-url-link" href=3D"https://informeddelivery.usps.com/box/pa= <a href=3D"https://usps.force.com/emailus/s/?path=3D003010070" target=3D"_b= =3D"https://faq.usps.com/s/" tabindex=3D"7" class=3D"inline-link" style=3D"= de dress of USPS=C2=AE Packaging are among the many trademarks o= informeddelivery.usps.com/tracking/emailRead?emailToken=3D09d81f82-9994-4ba= 2024-04-12 17:28:33.982 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Removing USPS announcement images. 2024-04-12 17:28:34.253 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Sensor: usps_mail Count: 2 2024-04-12 17:28:34.253 DEBUG (SyncWorker_25) [custom_components.mail_and_packages.helpers] Sensor: usps_packages Count: 2 2024-04-12 17:28:35.252 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Check: True 2024-04-12 17:28:35.258 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS Image hash: 4b4378ea18fd47383886b88f060f4f31aae0d081 2024-04-12 17:28:35.258 DEBUG (MainThread) [custom_components.mail_and_packages.binary_sensor] USPS None hash: a0f0065114d47d9e9e24b938f6461ecdb5166368 2024-04-12 17:29:05.271 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera 2024-04-12 17:29:35.272 DEBUG (MainThread) [custom_components.mail_and_packages.camera] Camera Update: usps_camera

firstof9 commented 4 months ago

Thank you, this is very helpful. Looks like the issue is here:

https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/blob/00aeb76e0bb1bccd0ac0ba0e5acf58c3175cec54/custom_components/mail_and_packages/const.py#L177

Likely we'll need to adjust the subject search here to clear this up.

Edit: actually the body match should come into play as well. I'll have to look into this further.

skewll commented 4 months ago

The one that was counted correctly also has a similar subject: "USPS® Expected Delivery on Friday, April 12, 2024 arriving by 2:45pm 9400109105464013116765"

That's the good delivery, the one I expected to be counted.

Is there a way to use the date in the subject to determine if it should be counted?

firstof9 commented 4 months ago

Can you verify the phrase: "Your item is out for delivery" isn't in the email for the 13th?

skewll commented 4 months ago

Thats correct.

On Fri, Apr 12, 2024, 6:49 PM Chris @.***> wrote:

Can you verify the phrase: "Your item is out for delivery" isn't in the email for the 13th?

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2052943264, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKFZOVKE7Z3TPDOOFYTY5CFKTAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJSHE2DGMRWGQ . You are receiving this because you were assigned.Message ID: @.*** com>

skewll commented 4 months ago

So any thoughts on what can be done to fix the bug? It just happened again. As you can see today is Saturday the 20th but it's picked up this email for Monday the 22nd.

.Screenshot_20240420-183424_Gmail.jpg

Screenshot_20240420-183432_Gmail.jpg

Screenshot_20240420-183522_Home Assistant.jpg

firstof9 commented 4 months ago

It's weird it shouldn't be picking up these as the subject doesn't match the pattern.

skewll commented 4 months ago

This is the only other one that mentions this tracking number.

Screenshot_20240420-191151_Gmail.jpg

skewll commented 3 months ago

It's weird it shouldn't be picking up these as the subject doesn't match the pattern.

It is weird, but it seems it must be picking them up somehow. It's happened again today. You can see the time chart when it changes is when I received this first email about expected delivery for the next day. [Screenshot_20240513-192202_Gmail.jpg

Screenshot_20240513-192119_Home Assistant.jpg

Screenshot_20240513-192048_Home Assistant.jpg

Screenshot_20240513-192150_Gmail.jpg

Screenshot_20240513-192126_Home Assistant.jpg

Screenshot_20240513-192214_Gmail.jpg

Screenshot_20240513-192220_Gmail.jpg

Screenshot_20240513-192113_Home Assistant.jpg

Screenshot_20240513-192207_Gmail.jpg

Screenshot_20240513-192050_Home Assistant.jpg

firstof9 commented 3 months ago

I wonder if your timezone in Home Assistant may be incorrect or something.

skewll commented 3 months ago

Yes, it is incorrect. Docker -v /etc/timezone and also TZ don't work, neither does setting time_zone in config yaml.

So yes, it's off by one hour according to home assistant settings. But this got picked up over 6 hours early, which the one hour time difference doesn't explain.

I've manually changed the timezone in the home assistant settings to the correct time. I'll let you know if the it changes anything.

On Tue, May 14, 2024, 6:32 AM Chris @.***> wrote:

I wonder if your timezone in Home Assistant may be incorrect or something.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2110258184, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKDYPD54XJRWXIS3QETZCIG7VAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJQGI2TQMJYGQ . You are receiving this because you were assigned.Message ID: @.*** com>

firstof9 commented 3 months ago

If you run date inside the container is it reporting the date/time UTC?

firstof9 commented 3 months ago

If it shows UTC as the timezone try adding the volume like below:

    volumes:
      - /etc/localtime:/etc/localtime:ro

This is how I have my container localtime mapped in.

skewll commented 3 months ago

Yes, thats what I meant. Apparently I was wrong, the time is and was correct before I messed with it. Sever time and HA time are correct. So still not sure why next day deliveries are sometime picked up.

On Tue, May 14, 2024, 10:24 AM Chris @.***> wrote:

If it shows UTC as the timezone try adding the volume like below:

volumes:
  - /etc/localtime:/etc/localtime:ro

This is how I have my container localtime mapped in.

— Reply to this email directly, view it on GitHub https://github.com/moralmunky/Home-Assistant-Mail-And-Packages/issues/883#issuecomment-2110757726, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQFDKDKFT3GEM5KPGAAO4TZCJCFPAVCNFSM6AAAAABFKDDQBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJQG42TONZSGY . You are receiving this because you were assigned.Message ID: @.*** com>