Search found 12 matches

by KaosESP32
Sun Mar 31, 2024 10:06 pm
Forum: ESP RainMaker
Topic: HTTPs API
Replies: 4
Views: 7438

Re: HTTPs API

3rd Party authentication using swagger solved at viewtopic.php?f=41&t=39024
Thanks again Manali!
by KaosESP32
Fri Mar 22, 2024 11:05 am
Forum: ESP RainMaker
Topic: Swagger Api and autorization using third part identity provider
Replies: 3
Views: 5979

Swagger Api and autorization using third part identity provider

Hi all My understanding in how to use the auth button on the swagger api is to use the login2 api to obtain the token to be included in the header of authorized (locked) apis. My question is: How to obtain the key token using a third party (Google in my case) identity provider?. In that case, there ...
by KaosESP32
Wed Mar 20, 2024 3:46 pm
Forum: ESP RainMaker
Topic: HTTPs API
Replies: 4
Views: 7438

Re: HTTPs API

Hi all,

has anyone succeed on using the online version of swagger api login2 using a google account (3rd party auth) instead of user+password?

Alternatively, How to get the access token mentioned in the 3rd step using a google account as identity provider?

Thanks in advance
by KaosESP32
Wed Mar 13, 2024 5:02 pm
Forum: ESP RainMaker
Topic: How to send several values in PROP_FLAG_TIME_SERIES time series in one MQTT message
Replies: 4
Views: 3929

Re: How to send several values in PROP_FLAG_TIME_SERIES time series in one MQTT message

Hi again, Thanks a lot for your VERY fast response, I appreciate it. I understand that is a lot of data, it was just an example to facilitate de explanation of what I intend to do. To be sure that I understand correctly your answer, do you mean that using the api "esp_rmaker_mqtt_publish" with the c...
by KaosESP32
Wed Mar 13, 2024 11:44 am
Forum: ESP RainMaker
Topic: How to send several values in PROP_FLAG_TIME_SERIES time series in one MQTT message
Replies: 4
Views: 3929

How to send several values in PROP_FLAG_TIME_SERIES time series in one MQTT message

Hi I'm trying to send several values (one per second) in single MQTT message with a higher frequency (let's say one message per minute) My understanding is that this should be accomplished with full time series flag parameter (PROP_FLAG_TIME_SERIES) but I'm not able to found documentation nor exampl...
by KaosESP32
Fri Nov 17, 2023 10:26 pm
Forum: ESP-IDF
Topic: WIFI-Provisioning API and WPA2-Enterprise
Replies: 3
Views: 2177

Re: WIFI-Provisioning API and WPA2-Enterprise

I can (sadly) confirm that WP2-Enterprise is not supported by Wifi provisioning.

By not supported mean that there is no asking for password nor certificate even when is required to connect to the said.

Should I ask that feature improvement here or in the GitHub ?
by KaosESP32
Mon Nov 13, 2023 10:30 am
Forum: ESP-IDF
Topic: WIFI-Provisioning API and WPA2-Enterprise
Replies: 3
Views: 2177

Re: WIFI-Provisioning API and WPA2-Enterprise

I'm interested on this too