Guy Luz

Results 254 issues of Guy Luz

Currently you can log into the app in two ways By setting a CBJ hub the app detected it in the local network and connect to it. By opening demo...

good first issue
hacktoberfest
feature request

Please update packages to the last version

good first issue
hacktoberfest

I have opened an issue for that in the snapcraft forum https://forum.snapcraft.io/t/error-executing-systemctl-suspend-inside-the-snap/32186/2

bug
help wanted
hacktoberfest

Currently the app using the `print` method but it is not recommended for productions and we get the following warning `Avoid "print" calls in production code.` So we need a...

documentation
enhancement
good first issue
hacktoberfest

Adding `dart fix --apply` before the fromating

hacktoberfest

When user change WiFi network for the device the software need to be restarted in order to accept firedart steam network requests again. Currently the restart does not happens automatically.

bug

After number of days the network connections stop working only inside the snap. Running `sudo systemctl status -n 100 snap.smart-home.smart-home` return the following: `Warning: journal has been rotated since unit...

bug
hacktoberfest
hacktoberfest 2020
have blocker

We have permissions system code that need to be connected to the requests to execute 'wishes'. The permissions system can be found in the file [permissions_manager.dart](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/core/permissions/permissions_manager.dart) and will bock users...

enhancement

The [WishEnum](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/features/smart_device/domain/entities/core_e/enums_e.dart) list right now doesn't have the functionality of setting `wish` to be executed on specific date/timer function. Example for use: Turning the light on every day in 18:00...

enhancement

Currently buttons support only `Pull Up`, pin to GND. We can add support for `Pull Down`, pin to (usually) 3.3V . The feature should be add to [ButtonObjectLocalU.dart](https://github.com/CyBear-Jinni/CBJ_Smart-Device/blob/master/SmartDeviceDart/lib/features/smart_device/application/usecases/button_object_u/button_object_local_u.dart) with a...

enhancement
not urgent