Search found 2 matches
- Tuesday 06 July 2021 21:03
- Forum: Temperature and Weather
- Topic: Get a temperature value from webpage/txt file
- Replies: 10
- Views: 2569
Re: Get a temperature value from webpage/txt file
@WhiWhi I use a similar technics from a Pi to domoticz. Your string seems correct but as you are on another device, you maybe have to set a proper header to get the autorisation to access the domoticz server. I use the following Python code to generate my string. (APICall = the part after json.htm ...
- Sunday 04 July 2021 23:02
- Forum: Temperature and Weather
- Topic: Get a temperature value from webpage/txt file
- Replies: 10
- Views: 2569
Re: Get a temperature value from webpage/txt file
Hi @WhiWhi I have solve a similar problem with dsVents My Situation: I have a device in my Flat sendig Temp and Humidity to a server. I can get the information from an internet URL. This information is not structured but just a page displaying my information. The two following links show the ...