Search found 4 matches
- Friday 18 April 2025 14:53
- Forum: dzVents
- Topic: DzVents OpenURL response error
- Replies: 10
- Views: 876
Re: DzVents OpenURL response error
Hi habahabahaba That is my fault. I used the wrong station id in my original post. 2759th appears to be offline. I was changing the EA station id's to see if that was the problem. If I change the id to 2029 curl works OK : 'https://environment.data.gov.uk/flood-monitoring/id/stations/2029/measures ...
- Friday 18 April 2025 12:40
- Forum: dzVents
- Topic: DzVents OpenURL response error
- Replies: 10
- Views: 876
Re: DzVents OpenURL response error
Thank you for the ideas. @ waltervl curl -I https:/.......... only downloads the headers, I used it to show the status >> HTTP/1.1 200 OK curl https:/.......... (with no switch) downlands the data (that in this case includes the river level information). both curl commands appear to work OK. Re the ...
- Thursday 17 April 2025 22:23
- Forum: dzVents
- Topic: DzVents OpenURL response error
- Replies: 10
- Views: 876
Re: DzVents OpenURL response error
Hi Thank you for the responses. @akamming So far I have not been able to work out how to use the asynchronous shell command. I am not sure if I have to write a shell script or if I can directly access curl? Also not sure what will be returned to the DzVents script. @waltervl I accessed the domoticz ...
- Thursday 17 April 2025 20:18
- Forum: dzVents
- Topic: DzVents OpenURL response error
- Replies: 10
- Views: 876
DzVents OpenURL response error
Hi I am running the Domoticz stable docker image on Raspberry Pi4. The Pi 4 is running the current Pi OS based on Debian bookworm. For a few years I have been using Domoticz to monitor the local river level using a DzVents script. The script accesses the UK Environment Agency (EA) API. An example ...