Search found 10 matches
- Mon Mar 06, 2023 9:38 pm
- Forum: ESP RainMaker
- Topic: Sign in using Google not working
- Replies: 3
- Views: 6396
Re: Sign in using Google not working
Thank you very much for the new Version v2.10.1 is working perfectly.
- Fri Feb 24, 2023 9:42 pm
- Forum: ESP RainMaker
- Topic: Sign in using Google not working
- Replies: 3
- Views: 6396
Re: Sign in using Google not working
I got the exact same issue since a few days. Tried my own build and also the one from the playstore, version 2.10.0...
Seems to be a certificate issue... maybe it expired after 2 years....
Seems to be a certificate issue... maybe it expired after 2 years....
- Thu Feb 23, 2023 10:24 am
- Forum: ESP RainMaker
- Topic: New Node Attribute not Visible
- Replies: 2
- Views: 2209
Re: New Node Attribute not Visible
thank you very much for the reply.
Would be a nice feature, since i got parameters that are meant to be identical for all devices...
Best regards
Would be a nice feature, since i got parameters that are meant to be identical for all devices...
Best regards
- Tue Feb 21, 2023 8:57 pm
- Forum: ESP RainMaker
- Topic: New Node Attribute not Visible
- Replies: 2
- Views: 2209
New Node Attribute not Visible
Hi All, I am trying to add a Status Attribute to the rm_node and plan to update it in periodically to inform about certain processes that are currently running. The plan was to add either of the two lines below into the Rainmaker setup() method esp_rmaker_node_add_attribute(rm_node.getNodeHandle(), ...
- Tue Jan 10, 2023 6:36 am
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
- Sun Jan 01, 2023 8:36 pm
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
Re: Rainmaker & WifiLocation
after more debugging it looks like the error occures because of setCACert(googleCA); in WifiLocation solution. Maybe that's overwritting something from Rainmaker...
- Thu Dec 29, 2022 8:32 pm
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
Re: Rainmaker & WifiLocation
Thank you very much for the great idea. i tried it the following way: /* Event handler for catching RainMaker events */ static void event_handler(void* arg, esp_event_base_t event_base, int32_t event_id, void* event_data) { if (event_base == RMAKER_COMMON_EVENT) { switch (event_id) { case RMAKER_MQT...
- Tue Dec 27, 2022 9:39 pm
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
Re: Rainmaker & WifiLocation
Hi ESP_Piyush, thank you very much for your reply, how and where can i find the config file i need to change? Also how much Memmory should be available? I included Serial.println("Available Ram: " + String(ESP.getFreeHeap()) + " byte"); before calling WifiLocation location (googleApiKey); loc = loca...
- Sun Dec 25, 2022 1:50 pm
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
Re: Rainmaker & WifiLocation
no one?
- Sun Nov 20, 2022 5:37 pm
- Forum: ESP RainMaker
- Topic: Rainmaker & WifiLocation
- Replies: 7
- Views: 6119
Rainmaker & WifiLocation
Hello Everybody, I got Rainmaker Running and i got WifiLocation(https://github.com/gmag11/WifiLocation) running by themselfes, but as soon as i merge the WifiLocation to my working Rainmaker solution i get lot's of errors. ERROR list [ 23373][E][esp_crt_bundle.c:184] esp_crt_bundle_attach(): Failed ...