JMC Posted December 1, 2023 Posted December 1, 2023 I'm trying to get OpenWeatherMap running on my new eisy. When I look at the OpenWeatherMap data on the admin console, all of the values are zero. This leads me to suspect my APIkey is messed up but I can't find a way to verify if I have a good key. How can I do that? mike
Xathros Posted December 2, 2023 Posted December 2, 2023 Hello @JMC, Log into Openweathermap.com with your account credentials. Click API Keys at the top of the page. In another browser window/tab log into Polyglot. Click on details on the Openweathermap node server, scroll down to custom configuration parameters and compare the API key listed there with the one in Openweathermap.com window/tab. In addition, on the Openweathermap node server, you can select the log tab and set log level to INFO. Stop and start the node server and watch the log for any info that might clue you in to what's going wrong. Hope this helps. -Xathros
JMC Posted December 2, 2023 Author Posted December 2, 2023 Thanks, my API key is good so I'm looking for something else. When I start OWM, the first second or so of log info looks fairly vanilla but at about 1.5 seconds in I see this warning twice in quick succession: WARNING interface:db_getNodeDrivers: controller not found in database. Then this sequence: 2023-12-02 08:41:41,307 MQTT udi_interface.interface INFO interface:_message: Successfully set key = notices 2023-12-02 08:41:41,347 Thread-4 udi_interface INFO owm:start: Starting node server 2023-12-02 08:41:41,347 Thread-4 udi_interface.interface INFO interface:updateProfile: Sending Install Profile command to Polyglot. 2023-12-02 08:41:41,347 Thread-4 udi_interface INFO owm:start: Starting node server 2023-12-02 08:41:41,347 Thread-4 udi_interface.interface INFO interface:updateProfile: Sending Install Profile command to Polyglot. 2023-12-02 08:41:41,361 Thread-4 udi_interface INFO owm:discover: In Discovery... 2023-12-02 08:41:41,361 Thread-4 udi_interface INFO owm:discover: In Discovery... Followed by a long list of error messages, dealing with the file"/var/polyglot/pg3/ns/0021b9026692_3/nodes/owm_daily.py." I'm in way over my head here so any suggestions will be welcome. mike
bpwwer Posted December 2, 2023 Posted December 2, 2023 Download the log package and send it to me in a PM.
Recommended Posts