Closed TheZoker closed 3 months ago
looks like the URL is not valid (anymore?)
curl "https://xmlcall.awista-starnberg.de/WasteManagementStarnberg/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=xxx&AboID=xxx&Fra=R;B;P;G;S"
:
<?xml version="1.0" encoding="utf-8"?>
<XML>
<SERVLET NAME="WasteManagementServiceServlet">
<SESSIONDATA>
<Ajax>false</Ajax>
<AjaxOnPage>false</AjaxOnPage>
<AjaxDelay>0</AjaxDelay>
<ApplicationName>Calendar</ApplicationName>
<Build>2024-07-03 10:54</Build>
<Focus/>
<ID/>
<InFrameMode>FALSE</InFrameMode>
<IsLastPage>true</IsLastPage>
<IsSubmitPage>false</IsSubmitPage>
<Method>GET</Method>
<ModulName/>
<NewTab>default</NewTab>
<NextPageName/>
<PageName>CalendarModel</PageName>
<PageXMLVers>1.1</PageXMLVers>
<VerticalOffset>0</VerticalOffset>
<RedirectFunctionNachVorgang/>
<SessionId>28DC01EBEC1B06F8D51ED84CB376D077</SessionId>
<ShowMenue>false</ShowMenue>
<SubmitAction>sync</SubmitAction>
</SESSIONDATA>
<INFORMATIONS>
<informationItemsLIST>
<informationItems ELEMENTNUMBER="1">
<ItemsColumn TYPE="TEXT" ELEMENTNUMBER="1">Es ist ein technischer Fehler aufgetreten.</ItemsColumn>
</informationItems>
</informationItemsLIST>
</INFORMATIONS>
<DIALOG NAME="CalendarView"/>
</SERVLET>
</XML>
The URL you tried is not valid, since I removed the StandortID
and AboID
for privacy reasons.
The URL itself is still valid (with correct parameters):
The integration removes leading and trailing whitespace, while the config flow keeps this whitespace. The sensor configuration setup now offers you the waste type with trailing whitespace, which then does not match the type used internally. (awista-starnberg seems to have some white space char at the end of the waste type)
I fixed this behavior in #2339. After this patch, the suggested types in customize and sensor do not include a trailing whitespace.
You can fix this by changing the type's value manually to one without a trailing space (you can use the reconfigure button for this). Newly configured source after the next update will not face this issue
Yes this fixed the issue, thanks! 🎉
I Have A Problem With:
The integration in general
What's Your Problem
Today I tried to upgrade to the UI based config, but it does not seem to give me any data:
I attached the debug logs, which holds all the config in it (removed some info for privacy).
When I use the url with the manual config, it works.
Source (if relevant)
ics
Logs
Relevant Configuration
Checklist Source Error
Checklist Sensor Error
Required