Open guyluz11 opened 1 year ago
hi @guyluz11, I missed your request, I checked the matter
package. There's no code. Please elaborate what you need. I'll be happy to implement it
I'll be happy to implement it
I would like to turn on/off matter supported smart light bulbs. I think there is also a python package to create a virtual light bulbs to test it if you don't have physical device.
This task requires experience. It will help me and flutter smart devices ecosystem allot since this is used to control all sort of new smart devices and even to create new ones dart based which could be awesome.
I don't have experience working with smart devices. If you have, please share resources. Will pick it from there and start working on it.
Here is a typescript implementation of the Matter protocol specification
https://github.com/project-chip/matter.js/
Here is a Python one https://pypi.org/project/python-matter-server/
Home Assistant is an open-source project for smart devices Link to the matter page https://www.home-assistant.io/integrations/matter/ You can find in there the link to the matter implementation source code by clicking on "View source on GitHub" https://github.com/home-assistant/core/tree/dev/homeassistant/components/matter
and here is a blog post that they posted about it the implementation process https://www.home-assistant.io/blog/2024/01/25/matter-livestream-blog/
I saw this file in your repo
https://github.com/Jatin5120/FindTheFocus/blob/477e06a319d1c2f00e30a0292034254b04bd8de3/lib/widgets/project_chip.dart
There is a project named
Project Matter
that got renamed fromProject Chip
for smart home protocol.I am searching the repo of this package https://pub.dev/packages/matter and was wondering if you are creating one as well.
Thanks