Olen
Olen
Just another observation. The `openplantbook_get`-function in the plant-component just runs the service-call from this integration. Tat service call runs this function: https://github.com/Olen/home-assistant-openplantbook/blob/8f526ef3117af8ca2f90bc2ef1438fa020a74ef8/custom_components/openplantbook/__init__.py#L115 That function again calls `async_plant_detail_get` https://github.com/Olen/home-assistant-openplantbook/blob/8f526ef3117af8ca2f90bc2ef1438fa020a74ef8/custom_components/openplantbook/__init__.py#L134 from the...
Hi, It looks from the OP that the problem arises here: https://github.com/Olen/home-assistant-openplantbook/blob/8f526ef3117af8ca2f90bc2ef1438fa020a74ef8/custom_components/openplantbook/uploader.py#L112 So it is the `async_plant_instance_register()` function that raises an exception when the pid is not found. I thought...
I believe the best thing you can do here is to update `uploader.py` to catch the exception from `async_plant_instance_register()` and log the error and create a notification, like what is...
Closing for now.
I have never used the default dashboard (and frankly, I did not know anyone actually did as it contains WAY to many entries in a total chaos to be even...
Stale for almost a year. Closing
Could the "No players in list" be due to the Bedrock-username issue? It took me a while to figure that one out at least. On the other hand, when troubleshooting,...
It probably just needs a simple change here: https://github.com/ezand/lovelace-posten-card/blob/3a00f67880ae11a7d36bc15f3a563d68ea3fa62e/src/posten-utils.ts#L58-L59 The format has changed so the dates are now formatted as "2023-06-23" I just don't know the code well enough to...
I think date_format only affects how the date i displayed in the card, not what it looks for in the posten-sensor. Seems like the author of the card has not...
Seems like Posten has a problem with dates after 29. september. I get the exact same result as you, with "Invalid date" after that on a completely different address. Should...