×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Bresser clearview wifi station 7-1

  • Posts: 3
  • Thank you received: 0
Hello,
i have a weatherstation from Bresser (this one www.bresser.de/en/Weather-Time/BRESSER-W...h-7-in-1-Sensor.html) that unfortunately only connects to weatherunderground, Weathercloud and aweakas. So i tried to butcher the openweathermap.cpp and openweathernap.h that they instead take the Aweakas API key ( i used the texteditor to edit them). But unfortunately when i type in the API it is only recognized as a placeholdersequence. I have no clue what i should do as i have no intelligence in C programming.
I would appreciate ur Help because i am kinda frustrated now.
1 year 3 months ago #89178
Attachments:

Please Log in or Create an account to join the conversation.

What do you mean recognized as placeholder sequence? Seems you have two keys: owmAPIKeyTP and AweakasAPIkeyTP, you should only use the latter in the code.
1 year 3 months ago #89179

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
Ah ok, i think now if missed some. Corrected them now. but i cant still connect my Weatherstation (or get its data respectivly). I added a screenshot of the Placeholder sequence thing
1 year 3 months ago #89180
Attachments:

Please Log in or Create an account to join the conversation.

AweakasAPIKeyTP[0].fill("API_KEY", "API Key", nullptr);

Replace nullptr with ""

AweakasAPIKeyTP.fill(getDeviceName(), "OWM_API_KEY", "OpenWeatherMap", OPTIONS_TAB, IP_RW, 60, IPS_IDLE);

Why is openWeathMap there?

loadConfig(true, "Aweakas_API_KEY");

There is no property name this, you probably mean OWM_API_KEY ? or change OMW_API_KEY in the property to something else.
1 year 3 months ago #89208

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
Ok, i now changed the things u mentioned, but its still not connecting properly.
But i am getting the Feeling, that i am modifying in the wrong position
i Created a indilib with the terminal and qtcreator which has a subfolder called driver, where i modified the openweather.cpp and openweather.h.
Is this the wrong place. If so could u please help me find the right driver folder.
Greetings Leon Stachowski
1 year 3 months ago #89210
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.507 seconds