That maybe my changes, let me review.
Iâm stuck in a similar problem. In response to all my entities being unavailable, I remove M&P and then am now attempting to re-deploy. System is running b5. No matter which set of options Iâm choosing I get the âUser input malformedâ. Checking the MP4 option (suggested in response to the post quoted above) doesnât change the outcome.
edit: while typing this up it appears that Iâm not the only person facing this. Let me know if I can provide any more detail.
As we were just discussing in the previous posts, it looks like the option to select which entities are available was inadvertently removed in the latest beta. @firstof9 is investigating.
b6 soon to fix this.
aha, if i entered an âAmazon forwarded email addressâ into the field, I was able to submit
Same result here. Sensors are now available, but User Input Malformed prevents me from submitting.
enter ""
into the amazon forwarding part and it should work.
even after re-configuring and restarting, the entities are still unavailable.
Anything from the debug log?
The debug log shows that itâs successfully getting the emails and parsing them, but I donât see any data regarding setting the entities, or why they might be set to unavailable
Theyâd go unavailable
if the data coordinator is failing to update them.
That should be the only time.
I just did a reload
from the integrations page, then re-submitted the configuration, and theyâre back! with the correct data it looks like! woot!
beta 6 all sensors gone. Have to go back to 2.2 release to get them back.
Just checking in, b6 is working OK for me and THANK YOU @firstof9 for the quick fix! Thatâs pretty incredible turnaround and I appreciate it.
Maybe we should all complain and have them add it back
Maybe they heard you because today I got an email with an embedded image. WTF Amazon, you wildly inconsistentâŚsighâŚ
LOL guess iâll take removing that code off my todo list then
Also part of the reason itâs not integrated into the âin transitâ and âdeliveredâ sensors.
it never ends I woke up this morning to unavailable sensors again. There was an error, so I guess thatâs good? At least we can work the error.
This line shows youâre requiring 15 digits for a FedEx tracking number, but the one I got today was only 12 digits. Maybe thatâs causing the issue?
EDIT
I updated that line on my local installation from "\\d{15,34}"
to "\\d{12,34}'
and the sensors are back available