Giter Club home page Giter Club logo

hassgestalt's Introduction

HASS Gestalt

Get it on Google Play

Years ago, there used to be an official Samsung Smartthings app for BMW/Mini NBT IDrive 4-6. Though that app has since died, this project, in combination with BimmerGestalt AAIdrive, reimplements the same convenient control over Home Assistant. Check on your house while you are out and about: View sensor status and remotely toggle smartlocks or lights, all while sitting in traffic!

Screenshot

Server Access

This project needs to connect to your Home Assistant instance somehow, either through Nabu Casa's Remote UI, direct port forwarding, or through a VPN. With some custom authentication gateway setups, the important things are:

  • The /auth/authorize page must be accessible from a web browser on your phone, which means it is able to support extra authentication challenges such as 2FA or Social Auth.
  • The /auth/token OAuth Endpoint must be accessible directly
  • The /api/websocket API must be accessible directly (The Login button in the phone interface appears after verifying this API is reachable)

Privacy

This project does not collect any personal and sensitive user data. It doesn't even have any crash reporting or telemetry. It only stores an access token for the Home Assistant API.

hassgestalt's People

Contributors

hufman avatar mircob85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mircob85

hassgestalt's Issues

Feature request: Support Groups

Hey Walter

Support grouping entities. Maybe in a extra subscreen.
Additional feature could be to show the state of the first entity in the group text, before you enter the group subcreen.

Crash when clicking login [logcat]

Hi Walter,

The application crashes when I enter my HASS domain and click login, I have attached a full logcat: logcat_hassgestalt_crash.log

I think the issue is: java.lang.IllegalArgumentException: io.bimmergestalt.hassgestalt: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

Device: Galaxy Note 20
Device Version: Android 12
App Version: Latest release as of posting, 100021 (0.1-20-b919795-loading_spinner)

Thanks for working on this application ๐Ÿ˜

Implement mTLS Client Cert Authentication

Hi,

after logging in to my hass instance via HassGestalt, there is only a blank screen.
It seems that there is a problem with https and my custom certificate - when I connect via http it's working fine.

I use a custom CA with client authentication to connect to my hass instance. Would it be possible to support that in the app (with the Android OS built in certificate handling)?

Problem with entity type cover

Hey,

I've tried to use the app to control my garage door.
The entity from my dashboard is shown in the car, but I can't open/close it. Nothing is happening when I press it.

App crashes before API26

It uses several Java Time features that were added in Android API 26, which crashes on earlier phones. Someone on the Play Store has experienced this crash.

Use the new subscribe_entities api

Upcoming Home Assistant versions will include a subscribe_entities API, which (besides subscribing to individual entities) also transmits their initial states automatically.
This also means there should be code to behave differently based on the detected Home Assistant version.

Support the state_color flag on entities card

The entities card has a flag to enable the yellow color when entities (such as sensors) are "on". This flag is just part of the card definition:
{"type":"entities","entities":[{"entity":"light.patio_sw"},{"entity":"light.hue_smart_plug_1"},{"entity":"binary_sensor.front_door_instant"}],"state_color":true}

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.