Giter Club home page Giter Club logo

hagears3's People

Contributors

jacques24681 avatar sclub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hagears3's Issues

URL

I don't get the whole URL thing. What URL would I use if I wanted to control my Philips hue?

Error code 0

I have tried countles times to connect gear S2 to my HA insuccessfuly, both in old login mode and with long lived tokens.
I tried
https://local.IP.address:port - Error 0
https://dns.domain - Error 0
https://dns.domain:443 - Error 0
Tried eliminating https:// - Error 0
I use HA on 5 phones, 2 tableta and PCs Just fine, both with user/ password and legacy mode.
My HA is 0.102.3 in virtualenv.
Watch is Gear S2 (C7FB) SM-R732.
Thanks for your time to maintain this app, this is what makes HomeAssistant awesome, its users that contribte.

Samsung Watch compatibility

is Samsung Galaxy watch compatible with this app?

I am looking to buy Samsung Galaxy watch, ant this app is a trigger.
please, let me know, will it work, or not.

thanks in advance.

Best regards

Entities with "hidden: true" showing

The interface is working well, however it's listing all the entities that fall into the relevant domains (light., switch. etc) even if they have the value "hidden: true" in the customize.yaml file.

I've done some testing in TizenStudio and it seems that this can be resolved by making a change to the EntitiesPage.js file in the if statement on line 69.

Current if statement:
if (entity.entity_id.startsWith(filterString))

if statement that excludes hidden entities:
if (entity.entity_id.startsWith(filterString) && typeof entity.attributes.hidden == 'undefined' || entity.entity_id.startsWith(filterString) && entity.attributes.hidden == 'false')

Happy to do a PR if it's helpful.

Resetting

Hi,

I need to change the token on the app on galaxy watch,
How do I reset the hass galaxy mechanism so I can enter the token on a website instead of the watch itself?
I tried reinstalling the galaxy watch app but it's expecting me to manually input the HA URL and token

Thanks

Feature request: Add scenes

It struck me that there are no scenes in the app, I wondered why they are no scenes in the app so far.
Think it will be a nice addition πŸ˜„

Needs to be an easier way to input Token

The token can be upwards of 100 characters, it would be better if there was a hold to paste button or something like that?
Potentially even an off app authentication or Smart phone companion app.

user location and sleep status

I do not know whether it is difficult or not, but it would be cool so that the clock could be tied to the user "at home", "not at home"
and I don’t know if the clock has such an API information that the user is sleeping

Not showing lights

My galaxy watch active2 does not show the lights in the house.

If you need more information, please let me know.

Add widget support

It will be great to have the possibility to add a widget were you can select some light and switch to have a quick access to it.

Home hosted webserver

So I run a home hosted webserver that doesn't have a password, when I add the interface into the webserver I can get it to come up but when I try to get it on the gear itself it says error 404 not found. Any tips or suggestions on what to do here? I may have missed something

App has stopped working

Hi, me again.

it's not working at all anymore. I have tried an uninstall / reinstall, still not working. seems to connect, but when I open any categories no devices show, but worse, the app only fills half the screen; likes its all shifted upwards. It's odd.

Variable light control and feedback

I have several variable light switches, with a dimming range of 0-255 (255 being 100% on). I think the Gear rotary interface would be perfect for controlling dimmers like these.

Homeassistant isn't super great at polling their status, but can be forced to. Given this, I think it should also be possible to show the current brightness value from the switch on the Gear display as well.

How connection configuration procedure could be triggered?

Hello,

I had to move my Home Assistance setup to another device and therefore IP and token are changed: could you please clarify how connection configuration procedure (token copy-paste via online service) could be triggered?

Thanks!

Can't control light entities .

HA version core-2022.5.5.
After install update above 2022.5 I can't control light entities. It's just won't clickable light menu.

Strange behaviour - no switches

Hi, me again!

Running Hassio 105.5 and Hassio 106.0 and latest Home Assistant Phone app (uninstall and reinstall attempted x2)

The app is still working for lights and scripts. Switches doesn't open at all. Covers and Groups showing offset screen (screen image offset by 1/3 of the screen up)

What happened here

Is this app abadoned, the website doesn't load, and i can't seem to find the app in the galaxy store, and all of the issues are from 2-5 years ago

The hassgalaxy.app/[code] URL doesn't do anything for me. What am I missing?

  1. I install the app and disable Bluetooth then enable WiFi (instructions don't say it needs to be the same Wifi network as your Google Home or as your computer so I assume that doesn't matter, but I have tried it where the watch and computer are on the same wifi network to no avail), but I have also tried with Bluetooth and WiFi on and no difference.
  2. Open the app on my watch
  3. Type in the https://hassgalaxy.app/[specific URL] on my computer
  4. It just says "No connection for [code]. Did you type the code correctly? Also make sure your watch is connected to the internet and try again."

I've uninstalled and reinstalled the app a few times to no avail. Can't really get further if that first step isn't working, and not sure what else needs to be different to make it work. Watch is on an internet-connected Wifi.

Momentary switches displaying as On/Off

Thanks for this project its a godsend. I have one small problem. I have some Sonoff momentary switches for door locks and garage door openers. The display of these switches behaves properly in HA and HA on Android, ie I toggle the switch on and it toggles back off by itself after a second. In HAGearS3 these switches display like On/Off. I click the switch and it goes green and stays green, even though the real switch only pulses for a second. To use the switch again I have to click it Off then Click it back On again.

Authentication Issue

Hi, I just downloaded the app on my Galaxy Watch, but after typing the URL of my HA, I get a 401 - Unauthorized error message. Isn't it supposed to require some user credentials? Thanks for your help

New Authentication Methods

This app is absolutely brilliant and really useful. Works perfectly at the moment but... Do you have any plans to update it with the new HA auth methods?

Add support for locks

This isnt really a code issue as it would only be like 10 lines of code to support locks in the same way as the other entities. Its more a matter of should you be able to unlock things on a watch without some kind of security challenge like a pin code. At the very least it should be configurable whether or not to expose locks or at least make them read only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.