garybixler Posted January 21, 2022 Posted January 21, 2022 @bpwwer Hi, Weather link has been running for about a day on PG3 but it stopped updating at about 3 AM. I copied the log shortly before the updating stopped. Also restart didn't work. Had to stop start restart. Thanks Gary New Text Document.txt
bpwwer Posted January 21, 2022 Posted January 21, 2022 @garybixlerThat's strange. It looks like this was called from a query, is that right? It crashed because it didn't find an 'indoor' node. Based on the data just before that, it looks like you have an indoor sensor so should have an indoor node. Do you have an indoor node? I don't see anything wrong in the code that would cause this. It's like the indoor node disappeared before it tried to update the node values.
garybixler Posted January 21, 2022 Author Posted January 21, 2022 (edited) @bpwwer Yes, the unit itself has an indoor temp and humidity sensor. I was wondering because the PG2 version has an indoor node. Only node one is loaded into the PG3 version. I added a couple of snippets from the PG2 version. Thanks Gary Edited January 21, 2022 by garybixler
bpwwer Posted January 22, 2022 Posted January 22, 2022 The PG3 version should have both nodes too. I just pushed out version 2.0.2. I made a change that should prevent the crash, but I don't know why the node wasn't created. If it doesn't create the node when you restart, can you can post the first 30 seconds of the log after the restart?
garybixler Posted January 22, 2022 Author Posted January 22, 2022 (edited) After installing the new version it started but basically hung up on node 2. I included the log. Thanks Gary New Text Document.txt Edited January 22, 2022 by garybixler
garybixler Posted January 22, 2022 Author Posted January 22, 2022 Update: The log wasn't in debug. A new log after restart. New Text Document.txt
garybixler Posted January 22, 2022 Author Posted January 22, 2022 (edited) This is what's returned when I do http://192.168.30.63/v1/current_conditions. New Text Document.txt Edited January 22, 2022 by garybixler
garybixler Posted January 22, 2022 Author Posted January 22, 2022 This is the log from the start in PG2. New Text Document.txt
bpwwer Posted January 23, 2022 Posted January 23, 2022 Thanks @garybixler, I appreciate the time to post all those details. I've found the problem and fixed it in version 2.0.3 All you should need to do is restart to get the new version. 1
garybixler Posted January 23, 2022 Author Posted January 23, 2022 Thanks so much. Everything looks perfect.
Recommended Posts