-
Notifications
You must be signed in to change notification settings - Fork 158
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
Sending matter sensor data to rainmaker (MEGH-6063) #338
Comments
@sayondeep Could you please look into this ? |
The ESP RainMaker dashboard is an admin side device management dashboard meant for devices directly connected to the RainMaker backend, which in this case, is the controller. The devices connected to the controller are pure matter devices, not relevant to admin users. They are accessible only to the end user via the phone app. Moreover, some device types are not yet supported, either by the controller, or the phone app. So, even if they may be controllable by API, they may not show correctly in the app. |
Is there any possible way to send the data of the sensor to aws iot core via the matter controller |
You can check the supported device type by the controller here esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/app_matter_ctrl.cpp Line 399 in f98cf1e
Currently door lock sensor is not supported by the controller and phone app. Assuming that door lock sensor is supported in the controller. As a proof of concept you can your logic for sending on-off data of light to aws iot core by adding your logic here esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/app_matter_ctrl.cpp Line 120 in f98cf1e
We report the updated state of light (A supported device type by controller) .
On-Off cluster is 0x06. |
Thank you so much. Could you please tell me how to change the startup logo from espressif to a custom logo. I have seen a file in the location matter controller with touchscreen in the file esp_logo.c. But I can see the image is converted into a hex format. How can I convert my custom logo like that. Also what should be the resolution and size of the logo? |
After commissioning the matter controller to rainmaker. I can see the current time in the s3box. How can I fetch that time and print it in the log. |
Answers checklist.
General issue report
I have flashed the matter controller + rainmaker example with otbr feature to an espressif thread border router and was able to successfully commission a matter door sensor and mattet plug to rainmaker. How can I send the states of those devices to the rainmaker dashboard or aws iot core. Currently one device is not showing any parameters which is the door lock sensor and the matter plug can be turned on and off with rainmaker but those two devices are not shown in rainmaker dashboard.
The text was updated successfully, but these errors were encountered: