Skip to content
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

Trying to call a nodes problem #1

Open
agronomofiorentini opened this issue Sep 6, 2023 · 0 comments
Open

Trying to call a nodes problem #1

agronomofiorentini opened this issue Sep 6, 2023 · 0 comments

Comments

@agronomofiorentini
Copy link

agronomofiorentini commented Sep 6, 2023

Dear creator,
I am trying to make the api call to one node but i have some problem.

nodes<-wl_nodes() %>% wl_parse() 
data<-wl_historic(nodes$node_id,
                  start=as.integer(Sys.time()-86400),
                  end = as.integer(Sys.time())) %>% 
  wl_parse() 

This is the error output

Error: weatherlink API request failed [404]
Unable to find weather station settings

It's possible to use the wl_historic to make the call of the data of the nodes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant