Longfonds and alarmeringen call incorrect get function/command
Posted: Friday 04 August 2023 15:08
When -according to the docs- setting up alarmeringen and luchtkwaliteit for Delft the actual get command as seen by my browser includes the url for the dashticz instance (as if pre-pended to the actual call)
(I know I am not using https internally, thats for another day)
PS: did a git pull yesterday so I think I am on the latest and greatest
Result: get http://192.168.1.50:8082/0https://alarm ... /delft.rss
Relevant config from my custom.js:
(I know I am not using https internally, thats for another day)
PS: did a git pull yesterday so I think I am on the latest and greatest

Code: Select all
GET
scheme http
host 192.168.1.50:8082
filename /0https://alarmeringen.nl/feeds/city/delft.rss
Relevant config from my custom.js:
- Spoiler: show