-
Notifications
You must be signed in to change notification settings - Fork 140
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
Phone to work as standalone device (no hub) #687
Comments
Update: Also during this change we have added another big cbj dependency to the app, cbj_smart_device and his younger brother cbj_smart_device_flutter. Phone as a security camera: Here is a GIF to demonstrate the future (no need for the hub) and can already be found in android play store |
Completed this feature, it needs more refinement and support for creating and using scenes for the phone as hub mode. The app can now find and control devices in your home without a hub (not in the store yet). Thanks 🎉 |
Phone as a Hub full version got uploaded to the store along with some new UI redesign :D Thanks |
Until now users who wanted to control smart devices had to also use cbj_hub on a Linux computer in the same network.
Having a Linux program that is always present in the home gave us a lot of freedom and reliability without any Android/IOS limitations.
From the other side we found out that some people just want to control smart devices in the same network or to test cbj_app in general to get the feel of it.
So we are currently working (in dev branch) on an option to also control smart devices directly from the app without sending requests to cbj_hub as long as the phone is in the same network (LAN) as the smart devices.
This way the app can be used without the cbj_hub with reduced functionality when the cbj_hub isn't detected in the same network.
More users will be able to try cbj_app with less required starting overhead, just download the app and start to use 😄
The text was updated successfully, but these errors were encountered: