this is not a plug and play thing you buy fully assembles.
You have to buy a Pi, 7" touch screen and case, assemble it, flash the system on a SD card and then install the script. All in all you need a few hours and it isn’t that hard to do ! Many did it. All is described in first post
your station is in low power mode and I think the script expects data that is not coming in hence divide by zero is erroring out (@peter maybe add a condition in the script to intercept error and maybe add warning ???)
Your station is so low in Voltage the wind sensor is de-activated. Looking at your data it receives enough sun but is not charging as it should. Time to open a ticket with support. They will double check and help you out.
Just want to chime-in on this thread. I have no questions or requests just kudos to an excellent product and ongoing support. As it is pouring rain and lightning and I’m staring at my Raspberry Pi weather setup that is still working perfectly after a few years. Thanks to Peter.
This is from my tempest displayed on a Raspberry Pi. IN the temperature box it says 67.6 degrees. In the bottom left of that box it says feeling hot. Does anyone know how to correct this or turn off where it was feeling hot? Obviously 67.6 is not hot.
Go in to the “Menu” (button in lower right portion of your display screen) then choose “Settings” then look for “Feels Like” on the left-hand side (2nd item from the bottom.) From there. . .you will see the choices of each range. . .from “Extremely Cold” at the top of the list. . . to “Very Hot” at the bottom. You will then have to "Set the maximum temperature for . . . . " Gets a little tricky. . .because of the word “maximum” is stated for Each Parameter. You may have to adjust them probably several times until you get something that will work for your location.
For my ‘wfpiconsole’. . . .I’ve adjusted the “Feels Like” temperatures as follows (feel free to use my examples or adjust on your own):
Right now. . .my Tempest temperature is 68.2°. . .and the icon in the lower left-hand corner of the Temperature panel states “Feeling warm” . . . because the temp is >65° . . . but <85°. . .therefore it “feels warm.” Hope this helps.
I just have noticed that when i click on menu its kinda buggy. Meaning sometimes menu works and sometimes it just flashes. Makes no sense. When i first set this up it didnt do this. Setup another sd card and tried it. At first it was fine now its doing it. I am running a raspberry pi 3b+ if that helps.
How many API keys have you generated? Remember your usage is summed over all keys, so if you are running lots of other applications, then this may be the issue. Deleting and recreating your PiConsole key won’t fix this issue.
I figured it out @vinceskahan, I had to go here, and authenticate with my token, then I could pull the station info using the “Try it Out!” sections of the page.
I must’ve been trying during some outage or something and flooded the api (and blocked myself), so I stopped wfpiconsole for an hour or so, and then re-started it and it’s now able to connect with my token.
One other thing I’m noticing, though, is that my wfpiconsole.log is logging in reverse order, meaning the most recent entries are at the top of the file instead of the bottom of the file. This makes it quite difficult to tail. Is there a way to change that?