-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local vs. DarkSky values #12
Comments
What you are seeing is just a data stream name being built (string). The |
Thanks for the reply. Maybe I'm just being thick, but can you tell me by what data key the dashboard will reference the local temperature? Thanks. |
When you stream the local data into your Initial State account in this statement: |
I'm thinking of implementing this idea using Node-Red, which has available nodes for both retrieving data from DarkSky and sending data to InitialState. Before beginning, I would like to know why the local data from SenseHat (or elsewhere) uses different (and not very intuitive) field names than the DarkSky data, for example, the local temperature is recorded as "sunny":
while the data from DarkSky is recorded as "Temperature":
streamer.log("Temperature",curr_conditions['currently']['temperature'])
Why not just substitute the local value for the one from DarkSky?
The text was updated successfully, but these errors were encountered: