Giter Club home page Giter Club logo

amad's People

Contributors

realschlimbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

amad's Issues

Anleitung aktuallisieren

  • in den Einstellungen von Automagic den Haken bei Admin Funktion setzen
  • neue setCommands für Version 0.6 ergänzen, beachte Abhängigkeit von Attributen

Start / Stop automagic Flows on a specific SSID ?

Is it possible to condition the execution of the "Information", "Send Data to AMADCommBridge" and "SetCommands" scripts when a mobile phone is connected to a specific SSID ?

This is to prevent these scripts from running outside my home and consuming the battery unnecessarily.

Multimedia Readings

Die Multimedia Readings sollen in den Informationflow und ohne händisches eingreifen gefüllt werden. Ist ab Version 0.6 drin

AMAD umstellen auf aktiv pull

Die Idee ist das Änderungen am Device zeitnah an FHEM übertragen werden sollen.
Der Komplette Flow Informations muß hierfür umgebaut werden, genau so wie das Modul selbst.

Es muß für jedes Reading ein Trigger geben welches sein Value über die CommBridge an AMAD sendet

setScreenLock

Der SetCommand screenLock on/of soll in das Command screen über gehen,

Daher wird es dann bei screen on/off/lock/unlock geben

New Features

Unterstützung Wearable
Notify Lautstärke ändern ist ab Version 1.1.1 implementiert

Wunsch aus dem Forum
1) Send Intents: Es gibt eine App namens Motion Detector. Die nutze ich zusammen mit Tasker um bei Erkennung einer Motion das Display anzuschalten. Die Idee ist jetzt beim Setzen des Homestatus "away" den Motion Detector per intent so zu aendern das der Bildschirm nicht mehr angeht, sondern stattdessen ein Bild macht sobald eine Motion erkannt wird. So wie ich das sehe ist das Senden von Intents per Automagic bereits moeglich, es muesste also "nur" das fhem modul angepasst werden, Aufbau waere dann vermutlich aehnlich zu openApp.

  1. Device lock und Device unlock. Ebenfalls fuer die Alarmanlage. Sobald Homestatus "away", dann Device sperren mit Lock Code. Auch hier sollte das bereits mit Automagic gehen, hier muesste also "nur" screen mit lock und unlock als parameter erweitert werden. http://forum.fhem.de/index.php/topic,39773.msg377274.html#msg377274

PERL WARNING: Subroutine redefined

PERL WARNING: Subroutine Initialize redefined at FHEM/73_AMADCommBridge.pm line 184.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Define redefined at FHEM/73_AMADCommBridge.pm line 212.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Undef redefined at FHEM/73_AMADCommBridge.pm line 254.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Attr redefined at FHEM/73_AMADCommBridge.pm line 266.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Set redefined at FHEM/73_AMADCommBridge.pm line 321.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Write redefined at FHEM/73_AMADCommBridge.pm line 342.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine ErrorHandling redefined at FHEM/73_AMADCommBridge.pm line 411.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Open redefined at FHEM/73_AMADCommBridge.pm line 800.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Close redefined at FHEM/73_AMADCommBridge.pm line 831.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine Read redefined at FHEM/73_AMADCommBridge.pm line 850.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine ProcessRead redefined at FHEM/73_AMADCommBridge.pm line 875.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine ResponseProcessing redefined at FHEM/73_AMADCommBridge.pm line 998.
2019.06.21 09:56:59 1: PERL WARNING: Subroutine ParseMsg redefined at FHEM/73_AMADCommBridge.pm line 1224.

automagic Flow : translate messages in English ?

Some of the messages are in English and others in German, would it be possible to translate mostly in English?
Indeed, being French it is difficult to understand the different loops in automagic.

This could help the community to take the code and make it evolve, what do you think? I can help you...

screen off löst kein statusRequest aus

in der aktuellen Flowsetversion 0.8.0 wird beim SetCommand screen off kein aktueller Status übermittelt.
Die dazugehörige Aktion muß mit der Aktion statusRequest verbunden werden

statusRequest über den Flow einholen

Bei einigen SetCommands wird nach dessen Ausführung ein statusRequest durchgeführt, dieser Request sollte nicht vom Modul sondern vom Flow eingefordert werden.
Am besten über ein http Respons

User Wünsche

  • Wechseln von Bluetooth Geräten ab Version 0.8
  • Sounddatei als Mitteilung abspielen z.B. Gong als Wanduhr ab Version 0.8
  • feststellen ob eine App geöffnet ist Siehe http://forum.fhem.de/index.php/topic,39773.msg326012.html#msg326012 ab Version 0.8
  • statusRequest in Version 0.4.3 integriert
  • öffnen einer App ab Version 0.6
  • Bildschirmorientierung ab Version 0.6
  • Vollbildmodus ab Version 0.6
  • verstecken systemkritischer set Befehle (Helligkeit, Ausrichtung, Vollbild und Mediaplayer) ab Version 0.6
  • Port und Interval als Attribut ab Version 0.6
  • Touch auf dem Display registrieren. Siehe http://forum.fhem.de/index.php/topic,39773.msg327670.html#msg327670 Integration nicht möglich

Idee für AMADCommBridge

Ein Reading in der CommBridge Device Instanz welches einen Text enthält um Geräte zu schalten.

Reading: fhemCommand
Wert: Flurlicht on

Das kann dann durch ein notify weiter verarbeitet werden.

{
$fhemcommand = ReadingsVal( "AMADCommBridge", "fhemCommand", "null");
fhem "set $fhemcommand";
}

Eventuell mit Prüfung ob an ist oder nicht set Flurlicht:state=off on

Änderung für setScreenBrightness

Inneralb des Flows wurde eine andere Aktion zum setzen der Bildschirmhelligkeit genommen. Daher entfällt eigentlich das Attribut setScreenBrieghtness. Muss Schrittweise gelöscht werden.

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.