Search found 3 matches

by kevinppb
Thursday 29 September 2022 8:23
Forum: Temperature and Weather
Topic: Open Weather Map not working with version 2022.1
Replies: 5
Views: 2562

Re: Open Weather Map not working with version 2022.1

I'm no developer, but I can usually find my way through code.

Assuming the data returned by the API is in largely the same format as the old version, then it should just be a matter of modifying the API that is called.

If anyone can point me towards resources for creating modules and where the ...
by kevinppb
Wednesday 28 September 2022 21:08
Forum: Temperature and Weather
Topic: Open Weather Map not working with version 2022.1
Replies: 5
Views: 2562

Re: Open Weather Map not working with version 2022.1

Hi kiddigital,

Thank you for your reply.

When I enable:

DAEMON_ARGS="$DAEMON_ARGS -log /tmp/domoticz.txt"
DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware"
DAEMON_ARGS="$DAEMON_ARGS -loglevel debug"


I do indeed see a http401

2022-09-28 20:41:11.604 Debug: Weather: Get data from https ...
by kevinppb
Wednesday 28 September 2022 14:45
Forum: Temperature and Weather
Topic: Open Weather Map not working with version 2022.1
Replies: 5
Views: 2562

Open Weather Map not working with version 2022.1

Hi All,

I'm having an issue getting OWM to work with Domoticz 2022.1 (same issue running on both a Raspberry pi and also a Windows 10 machine as a test)

I enable new devices to be added.
Configure the hardware using my API key and location. I change the default forecast to use OWM.

My issue is ...