Open IamNeo1 opened 12 months ago
It was obviously a problem with the website, which occurs irregularly, the website responds very slowly and when starting HA nothing came back several times. After 4 restarts HA has received the ICS. With all kinds of garbage dates. A query of the wished types in the wizard and args in the config would be much better.
I will open a request for this.
The error occurs again and again. Each time the calendar is empty afterwards. So this extension cannot be used.
Any news on that one?
Does not work here either :-(
Since I did have the same issue: The PR #2471 fixed the issue above for me. Currently not released but I have copied the content from muellmax_de.py
Update: the changes from above PR are included in Release 2.1.0 now
2.1.0 does not work for me: "Die Quelle hat eine ungültige Antwort zurückgegeben: "Got invalid response from the server, please recheck your arguments". Bitte überprüfe die Argumente und versuche es erneut."
same for me, also the muellmax_de.py does not work (see other issue)
Same for me, I can't actually configure the integration at all.
Die Quelle hat eine ungültige Antwort zurückgegeben: "Got invalid response from the server, please recheck your arguments". Bitte überprüfe die Argumente und versuche es erneut.
Where do I actually get the value for service: from? I picked Germany / Maintal from the setup GUI, and it put "Mai" in the service field. I don't have a clue, whether this is the issue or whether the muellmax_de Service is not responding correctly.
Same here. I picked RSAG from Muellmax_de.
Don’t know if it already is updated in HA Integration. Short after I posted the issue, it was fixed in GIT, but not updated in the HA Integration. So I downloaded the new Version of muellmax_de.py from GIT and exchanged it in HA, it worked fine.
Just go through the files in GIT (same structure as in HA) and download the muellmax_de.py. Then open the file Editor in HA, navigate to the file and replace it with the new one. Restart and try again.
After I downloaded the new Version of muellmax_de.py from GIT and exchanged it in HA, it worked fine.
Where do I find it? Thanks in advance!
After I downloaded the new Version of muellmax_de.py from GIT and exchanged it in HA, it worked fine.
Where do I find it? Thanks in advance!
i updated my comment. You should find it here: https://github.com/mampfes/hacs_waste_collection_schedule/tree/master/custom_components/waste_collection_schedule/waste_collection_schedule/wizard
I already have the new version of this file, but it seems, that it only works on a small number of tries
I Have A Problem With:
The integration in general
What's Your Problem
The provider Müllmax.de with the service RASG "Rsa" has added another step to create an ICS calendar. After selecting your address, you now also have to select the types of waste collection. If you do not request the ICS file without selection. Triggering the submit without selection throws a validation error on the web pages. HA throws a parser error with the current config, because the parser expects an ICS and probably receives a web page or nothing at all. The entity shows status OFF and the calender is empty.
Müllmax RSAG: https://www.muellmax.de/abfallkalender/rsa/res/RsaStart.php
The multiple selection of garbage types must therefore be added to the wizard. All arguments with
mm_frm_fra_
must also be included in the request in a further step.When analyzing the request with all types selected, you see the following arguments in the payload:
mm_ses: XXX xxx: 1 mm_frm_type: termine mm_frm_fra_RM2T: RM2T mm_frm_fra_RM4T: RM4T mm_frm_fra_BIO1T: BIO1T mm_frm_fra_BIOT: BIOT mm_frm_fra_PAT: PAT mm_frm_fra_WET: WET mm_frm_fra_CHR: CHR mm_frm_fra_RM1B: RM1B mm_frm_fra_RM2B: RM2B mm_frm_fra_RM4B: RM4B mm_frm_fra_PA2B: PA2B mm_frm_fra_PA4B: PA4B mm_frm_fra_BIO1B: BIO1B mm_frm_fra_BIOB: BIOB mm_frm_fra_WEB: WEB mm_frm_fra_WE4B: WE4B mm_ica_gen: iCalendar-Datei laden
Error Log: HA is added
Source (if relevant)
No response
Logs
Relevant Configuration
Checklist Source Error
Checklist Sensor Error
Required