Search found 260 matches

by ESP_Piyush
Wed Dec 27, 2023 10:47 am
Forum: ESP RainMaker
Topic: how to use standard motion sensor device
Replies: 4
Views: 5835

Re: how to use standard motion sensor device

Are you using esp-idf of Arduino? Can you share your current snippet which creates the device so that we can suggest appropriate changes?
by ESP_Piyush
Wed Dec 06, 2023 9:21 am
Forum: ESP RainMaker
Topic: Can the data type of Parameters be "File"?
Replies: 4
Views: 21603

Re: Can the data type of Parameters be "File"?

Currently, the value types are documented only in the C API docs.
by ESP_Piyush
Mon Dec 04, 2023 11:25 am
Forum: ESP RainMaker
Topic: Can the data type of Parameters be "File"?
Replies: 4
Views: 21603

Re: Can the data type of Parameters be "File"?

No, we do not currently support file data type, but we are working on the support to be able to send any files to the nodes. I cannot give an exact timeline yet though.
by ESP_Piyush
Wed Nov 22, 2023 3:02 pm
Forum: ESP RainMaker
Topic: Admin Cli CA Generation
Replies: 2
Views: 17017

Re: Admin Cli CA Generation

Hi Josh, I tired this at my end and it works on macOS atleast. ./rainmaker_admin_cli.py certs cacert generate --outdir my_CA created a my_CA directory and the ca.key and ca.crt were generated at my_CA/2023-11-22/Mfg-000001/common/. I am checking with the team to see if this is some Linux specific is...
by ESP_Piyush
Mon Nov 13, 2023 10:50 am
Forum: ESP RainMaker
Topic: How to build esp-rainmaker examples in VSC (esp idf)
Replies: 5
Views: 17741

Re: How to build esp-rainmaker examples in VSC (esp idf)

In this file, just delete the 2 lines that begin with override_path.
by ESP_Piyush
Fri Nov 10, 2023 7:38 pm
Forum: ESP RainMaker
Topic: Retain Device Status while offline
Replies: 1
Views: 18666

Re: Retain Device Status while offline

Hi Mark, We have a command-response feature available already which is not yet mentioned in the docs but has been silently introduced in the led_light example along with usage instructions . Basically you can create a command (in your case, the device state) with a timeout . If the device is online,...
by ESP_Piyush
Fri Nov 10, 2023 7:24 pm
Forum: ESP RainMaker
Topic: How to build esp-rainmaker examples in VSC (esp idf)
Replies: 5
Views: 17741

Re: How to build esp-rainmaker examples in VSC (esp idf)

Seems this error is coming via the dependencies specified for component manager, so it will be worthwhile to pull rainmaker and its dependencies directly via component manager. For this, remove the ${RMAKER_PATH}/components/esp-insights/components and ${RMAKER_PATH}/components from CMakeLists.txt fi...
by ESP_Piyush
Thu Nov 09, 2023 12:49 pm
Forum: ESP RainMaker
Topic: ESP RMAKER TIME SYNC - Incorrect
Replies: 2
Views: 14973

Re: ESP RMAKER TIME SYNC - Incorrect

This print just indicates what the current time for the provided time zone is. As you can see it also says that time is not synchronised yet. Whenever the firmware gets the network time from SNTP, which should be within 30 seconds of connecting to the Internet, you should get a print like this: I (8...
by ESP_Piyush
Tue Oct 31, 2023 6:44 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 20740

Re: Event is not Shown on dash board

It is still not clear why you need JSON format specifically. You can see here that RainMaker allows creating multiple devices under same node. Using esp_rmaker_param_update_and_report() which you can find in all examples, you can report the state of any parameters, including the power/on-off paramet...
by ESP_Piyush
Mon Oct 30, 2023 5:04 pm
Forum: ESP RainMaker
Topic: ESP32 S3 wroom 1 board on ESP Rainmkaer
Replies: 3
Views: 14871

Re: ESP32 S3 wroom 1 board on ESP Rainmkaer

This can happen only if the board is too old and does not have the secret programmed in the efuse. Can you run this command

Code: Select all

espefuse.py summary --port $ESPPORT
and share the output over email at esp-rainmaker-admin@espressif.com. Please do not share this information here on the forum.