Skip to content
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

Matter example does not work with local control (MEGH-5010) #283

Closed
3 tasks done
tbthaker23 opened this issue Oct 11, 2023 · 2 comments
Closed
3 tasks done

Matter example does not work with local control (MEGH-5010) #283

tbthaker23 opened this issue Oct 11, 2023 · 2 comments

Comments

@tbthaker23
Copy link

Answers checklist.

  • I have read the Rainmaker documentation and the issue is not addressed there.
  • I have updated my IDF branch (release/vX.Y) to the latest version and checked that the issue is present there. This is not applicable if you are using Rainmaker with Arduino.
  • I have searched the Rainmaker forum and issue tracker for a similar issue and not found a similar issue.

IDF / ESP32-Arduino version.

v5.1.1

Operating System used.

Linux

How did you build your project?

Command line with idf.py

Development Kit.

ESP32_Dev

What is the expected behavior?

I have tried the matter light and switch example given in Rainmaker SDK. It works fine. I have enable the local control from the menuconfig settings and when I checked for local control the matter device does not controllable from local network.

What is the actual behavior?

Similar the Rainmaker multi_device example, local control is not working for matter_light and matter_switch.

Steps to reproduce.

  1. Step :Enable the local control option from menuconfig
  2. Step: Disable the internet and try to access the node within local network
  3. Step: Node is not accessible from local network.
    ...

Debug Logs.

E (7697) Dynamic Impl: alloc(4437 bytes) failed
E (7707) esp-tls-mbedtls: write error :-0x7F00:
E (7707) transport_base: esp_tls_conn_write error, errno=Success
E (7707) mqtt_client: Writing failed: errno=0
E (7717) esp_mqtt_glue: MQTT_EVENT_ERROR
E (7717) mqtt_client: Error to subscribe topic=node/jFioTsikMxvhwyneEz9ScB/params/remote, qos=1
E (7727) esp_rmaker_param: Failed to subscribe to node/jFioTsikMxvhwyneEz9ScB/params/remote. Error -1
E (7737) esp_rmaker_core: Aborting!!!

More Information.

No response

@github-actions github-actions bot changed the title Matter example does not work with local control Matter example does not work with local control (MEGH-5010) Oct 11, 2023
@shahpiyushv
Copy link
Collaborator

@tbthaker23 matter itself is meant for local control and so, the esp local control used in other non Matter examples is not meant to co-exist with Matter.

@tbthaker23
Copy link
Author

Thanks for quick response. I know matter itself for local control. So Matter_Light is locally controllable by using Rainmaker mobile application? When we can expect the Matter Controller for RainMaker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants