Neues Modul FULLY für Steuerung vom Fully Browser

Begonnen von zap, 03 November 2017, 19:31:22

Vorheriges Thema - Nächstes Thema

binford6000

Hier nochmal ein Logauszug:
2019.08.08 09:53:50 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=setBooleanSetting&key=keepScreenOn&value=false on command stack
2019.08.08 09:53:50 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=screenOn on command stack
2019.08.08 09:53:50 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=setBooleanSetting&key=keepScreenOn&value=false&password=1111
2019.08.08 09:53:50 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=screenOn&password=1111
2019.08.08 09:53:51 4:  FULLY: [fully] Last command executed. Processing results
2019.08.08 09:53:55 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=setStringSetting&key=screenBrightness&value=255 on command stack
2019.08.08 09:53:55 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=setStringSetting&key=screenBrightness&value=255&password=1111
2019.08.08 09:53:55 4:  FULLY: [fully] Last command executed. Processing results
2019.08.08 09:54:10 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=setBooleanSetting&value=false&key=keepScreenOn on command stack
2019.08.08 09:54:10 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=screenOff on command stack
2019.08.08 09:54:10 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=setBooleanSetting&value=false&key=keepScreenOn&password=1111
2019.08.08 09:54:11 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=screenOff&password=1111
2019.08.08 09:54:11 4:  FULLY: [fully] Last command executed. Processing results
2019.08.08 09:54:38 4:  FULLY: [fully] Pushing http://10.3.3.215:2323/?cmd=deviceInfo on command stack
2019.08.08 09:54:38 4:  FULLY: [fully] Executing command http://10.3.3.215:2323/?cmd=deviceInfo&password=1111
2019.08.08 09:54:39 4:  FULLY: [fully] Last command executed. Processing results


Die Befehle on/off und brightness werden ausgeführt. Aber deviceInfo bleibt unbeantwortet.

VG Sebastian

hanswerner1

Bei mir geht gar nichts mehr, weder set noch get.

tomcat.x

Bei mir gehen auch noch Sprachausgaben ("set ... speak"), aber kein get.
FHEM: 6.1 auf Raspi 3, Raspbian (Buster), Perl v5.28.1
Sender/Empfänger: 2 x CULv3, Duofern Stick, HM-MOD-RPI-PCB
Gateways: FRITZ!Box 6591 (OS: 7.57), Trädfri, ConBee 2,  piVCCU, OpenMQTTGateway
Sensoren/Aktoren: FRITZ!DECT, FS20, FHT, HMS, HomeMatic, Trädfri, DuoFern, NetAtmo

hanswerner1

#228
Ich bin jetzt bei Fully zurück auf die V 1.32.3 und die Verbindung zu Fully ist direkt wieder da.

Cool wäre wenn es ein Reading gäbe, das auf error geht wenn die Verbindung weg ist, dann könnte man ein Fallback auf AMAD machen.

binford6000

Zitat von: hanswerner1 am 08 August 2019, 19:22:58
Ich bin jetzt bei Fully zurück auf die V 1.32.3 und die Verbindung zu Fully ist direkt wieder da.

Cool wäre wenn es ein Reading gäbe, das auf error geht wenn die Verbindung weg ist, dann könnte man ein Fallback auf AMAD machen.

Mein Tablet hat noch Android 5.1 und ich kann fully 1.33 nicht deinstallieren  :-\
Naja, Display an/aus geht ja noch bei mir. Lediglich das automatische Aufladen nicht. Dann bleibt's halt am Strom  ;)

VG Sebastian

hanswerner1

Zitat von: binford6000 am 08 August 2019, 19:39:24
Naja, Display an/aus geht ja noch bei mir. Lediglich das automatische Aufladen nicht. Dann bleibt's halt am Strom  ;)

Das ist aber keine Dauerlösung, hab bei meinem neuem Tab gerade erst die Ladesteuerung installiert. Das Alte hing 2 Jahre an Dauerstrom und der Akku war schon aufgebläht, so das das Gehäuse hinten bereits eine Beule hatte.

binford6000

Zitat von: hanswerner1 am 08 August 2019, 20:14:06
Das ist aber keine Dauerlösung, hab bei meinem neuem Tab gerade erst die Ladesteuerung installiert. Das Alte hing 2 Jahre an Dauerstrom und der Akku war schon aufgebläht, so das das Gehäuse hinten bereits eine Beule hatte.

Ich hoffe ja auch dass es bald gefixt wird [emoji6][emoji1360]


Gesendet von iPhone mit Tapatalk

zap

2xCCU3, Fenster, Rollläden, Themostate, Stromzähler, Steckdosen ...)
Entwicklung: FHEM auf AMD NUC (Ubuntu)
Produktiv inzwischen auf Home Assistant gewechselt.
Maintainer: FULLY, Meteohub, HMCCU, AndroidDB

zap

War einfach. In der neuen Version hat sich das Ausgabeformat der Device Info leicht geändert. Ist behoben, neue Version vom Modul eingecheckt.
2xCCU3, Fenster, Rollläden, Themostate, Stromzähler, Steckdosen ...)
Entwicklung: FHEM auf AMD NUC (Ubuntu)
Produktiv inzwischen auf Home Assistant gewechselt.
Maintainer: FULLY, Meteohub, HMCCU, AndroidDB

binford6000

#234
In der neuen Version steht noch 1.2 drin:
##############################################################################
#
#  89_FULLY.pm 1.3
#
#  $Id$
#
#  Control Fully browser on Android tablets from FHEM.
#  Requires Fully App Plus license!
#
#  (c) 2019 by zap (zap01 <at> t-online <dot> de)
#
##############################################################################
.
.
.
my $FULLY_VERSION = "1.2";


VG Sebastian

EDIT: Ach ja, die Readings werden wieder aktualisiert. Danke fürs schnelle fixen!  :)

zap

Ja, habe das gerade noch geändert. Morgen wird dann die offizielle 1.3 per Update verteilt.
2xCCU3, Fenster, Rollläden, Themostate, Stromzähler, Steckdosen ...)
Entwicklung: FHEM auf AMD NUC (Ubuntu)
Produktiv inzwischen auf Home Assistant gewechselt.
Maintainer: FULLY, Meteohub, HMCCU, AndroidDB

hanswerner1

Läuft wieder perfekt, Danke zap, fürs schnelle fixen.

Ist es vielleicht möglich ein Reading einzubauen an dem man feststellen kann das die Verbindung offline ist ?


Helmi55

#237
Hallo zap
merkwürdiges Verhalten. Ich habe 2 RPi mit FHEM und 89_Fully.
Beide FHEMs sind Revision 19980 mit Fully 19966 vom 8.8.19.
Jedoch in dem einen steht Fully Version 1.32.1 - hier funktioniert auch das get Fully info
im anderen steht jedoch die Fully Version 1.33 und hier funktioniert das get Fully info nicht. Get Fully update funktioniert aber?

Ja beide Systeme habe ich heute upgedated und sind auf dem neuesten Stand!


Hier noch ein List beider Fully's
Das funktionierende 1.32.1
Internals:
   DEF        10.0.0.16 123 30
   FUUID      5cefb921-f33f-ee2d-aaef-d03cf66084f44f3f
   FVERSION   89_FULLY.pm:0.199660/2019-08-08
   NAME       Fully
   NR         579
   STATE      off
   TYPE       FULLY
   host       10.0.0.16
   nextUpdate 11.08.2019 12:25:07
   onForTimer off
   port       2323
   prot       http
   version    1.3
   READINGS:
     2019-08-11 12:24:37   acoustic_detection off
     2019-08-11 12:24:37   active_fragment main
     2019-08-11 12:24:37   android_id      99d67e3fab89eb52
     2019-08-11 12:24:37   android_version 6.0.1 (SDK 23)
     2019-08-11 12:24:37   app_code_data_cache ?/?/? KB
     2019-08-11 12:24:37   app_ram_used_free 16230/114841 KB
     2019-08-11 12:24:37   battery_level   100
     2019-08-11 12:24:37   brightness      127
     2019-08-11 12:24:37   current_page    http://10.0.0.10:8093/fhem/ftui/
     2019-08-11 12:24:37   device_admin    on
     2019-08-11 12:24:37   device_name     Lenovo TAB 2 A10-30
     2019-08-11 12:24:37   device_type     Lenovo TB2-X30F (LENOVO)
     2019-08-11 12:24:37   foreground_app  de.ozerov.fully inactive
     2019-08-11 12:24:37   full_wakelock   off
     2019-08-11 12:24:37   fully_device_id ed6165c7-fc70c439
     2019-08-11 12:24:37   fully_version   1.32.1
     2019-08-11 12:24:37   hostname        10.0.0.16
     2019-08-11 12:24:37   ip4_address     10.0.0.16
     2019-08-11 12:24:37   ip6_address     FE80::7E46:85FF:FE2C:7062
     2019-08-11 12:24:37   keyguard_locked on
     2019-08-11 12:24:37   kiosk_mode      off
     2019-08-11 12:24:37   last_app_start  08.08.19 5:44:12 nachm.
     2019-08-11 12:24:37   mac_address     7C:46:85:2C:70:62
     2019-08-11 12:24:37   maintenance_mode off
     2019-08-11 12:24:37   motion_detection on
     2019-08-11 12:24:37   movement_detection off
     2019-08-11 12:24:37   partial_wakelock on
     2019-08-11 12:24:37   power           plugged
     2019-08-11 12:24:37   screen          1280x800 px
     2019-08-11 12:24:37   screen_status   off
     2019-08-11 12:24:37   serial          HA0TAQMY
     2019-08-11 12:24:37   start_url       http://10.0.0.10:8093/fhem/ftui/
     2019-08-11 12:24:37   state           off
     2019-08-11 12:24:37   total_ram_used_free 1092480/869452 KB
     2019-08-11 12:24:37   webview_version 50.0.2661.86
     2019-08-11 12:24:37   wifi_ssid       "devolo-449"
   fully:
     password   123
     schedule   0
Attributes:
   pingBeforeCmd 1
   pollInterval 30
   repeatCommand 1
   requestTimeout 5
   room       Balkon_Bereich
   waitAfterPing 1


und das zweite

Internals:
   DEF        10.0.0.12 123 30
   FUUID      5d4d8571-f33f-b033-1f64-1b097adf139b45a8
   FVERSION   89_FULLY.pm:0.199660/2019-08-08
   NAME       FullyGarage
   NR         491
   STATE      off
   TYPE       FULLY
   host       10.0.0.12
   nextUpdate 11.08.2019 12:26:30
   onForTimer off
   port       2323
   prot       http
   version    1.3
   READINGS:
     2019-08-11 12:26:00   acoustic_detection off
     2019-08-11 12:26:00   active_fragment main
     2019-08-11 12:26:00   android_id      7fbad699e19b356c
     2019-08-11 12:26:00   android_version 7.0 (SDK 24)
     2019-08-11 12:26:00   app_code_data_cache ?/?/? KB
     2019-08-11 12:26:00   app_ram_free_total 187638/196608 KB
     2019-08-11 12:26:00   battery_level   41
     2019-08-11 12:26:00   brightness      126
     2019-08-11 12:26:00   current_page    http://10.0.0.4:8083/fhem/ftui/
     2019-08-11 12:26:00   device_admin    on
     2019-08-11 12:26:00   device_name     HUAWEI MediaPad T3 10
     2019-08-11 12:26:00   device_type     AGS-L09 (HUAWEI)
     2019-08-11 12:26:00   foreground_app  de.ozerov.fully inactive
     2019-08-11 12:26:00   full_wakelock   off
     2019-08-11 12:26:00   fully_device_id 37b710b5-66955c2e
     2019-08-11 12:26:00   fully_version   1.33
     2019-08-11 12:26:00   hostname        10.0.0.12
     2019-08-11 12:26:00   internal_storage_free_total 6480/9725 MB
     2019-08-11 12:26:00   ip4_address     10.0.0.12
     2019-08-11 12:26:00   ip6_address     FE80::C2F4:E6FF:FE81:BBB4
     2019-08-11 12:26:00   keyguard_locked on
     2019-08-11 12:26:00   kiosk_mode      off
     2019-08-11 12:26:00   last_app_start  10.08.19 12:57:33 Nachm.
     2019-08-11 12:26:00   location         279,0m (gps)
     2019-08-11 12:26:00   mac_address     C0:F4:E6:81:BB:B4
     2019-08-11 12:26:00   maintenance_mode off
     2019-08-11 12:26:00   motion_detection on
     2019-08-11 12:26:00   movement_detection off
     2019-08-11 12:26:00   partial_wakelock off
     2019-08-11 12:26:00   power           unplugged
     2019-08-11 12:26:00   ram_free_total  782/1863 MB
     2019-08-11 12:26:00   screen          1280x800 px
     2019-08-11 12:26:00   screen_status   off
     2019-08-11 12:26:00   serial          HEKNU18A13105959
     2019-08-11 12:26:00   start_url       http://10.0.0.4:8083/fhem/ftui/
     2019-08-11 12:26:00   state           off
     2019-08-11 12:26:00   webview_version 64.0.3282.137
     2019-08-11 12:26:00   wifi_ssid       "devolo-308"
   fully:
     password   123
     schedule   0
Attributes:
   pingBeforeCmd 2
   pollInterval 30
   repeatCommand 2
   requestTimeout 10
   room       Garage
   waitAfterPing 1


Ja die PW sind im Moment noch 123......

PS gebe ich in der Eingabezeile get FullyGarage info ein, bekomme ich in einem Fenster "ok" retour

Gruß
Helmut
System1 fhem 6.1 auf RPi 4B mit 4GB, HMUSBConfig, DS9490R-1Wire, Busware USB 868, Pool-Solarsteuerung mit FHEM. System2 fhem 6.1 auf RPi 4B mit 4GB (Bullseye) mit Busware USB 868 und 433 und HMUARTLGW für Haussteuerung

https://www.flickr.com/photos/canonhelmi/

Helmi55

Hallo zap

noch eine Frage zu playSound: kann man(n) hier auch einen Stream abspielen?
z.B. den von Ö3 http://mp3stream7.apasf.apa.at:8000/listen.pls
Habe am Tablet per BT Boxen und hier sollte der Sound rauskommen?
Geht das?
glg
helmut
System1 fhem 6.1 auf RPi 4B mit 4GB, HMUSBConfig, DS9490R-1Wire, Busware USB 868, Pool-Solarsteuerung mit FHEM. System2 fhem 6.1 auf RPi 4B mit 4GB (Bullseye) mit Busware USB 868 und 433 und HMUARTLGW für Haussteuerung

https://www.flickr.com/photos/canonhelmi/

zap

Zitat von: hanswerner1 am 10 August 2019, 11:57:53
Läuft wieder perfekt, Danke zap, fürs schnelle fixen.

Ist es vielleicht möglich ein Reading einzubauen an dem man feststellen kann das die Verbindung offline ist ?

Die Verbindung FHEM zu Fully? Macht nicht wirklich Sinn, da die Verbindung sowieso nicht permanent besteht sondern nur bei Bedarf aufgebaut wird.
2xCCU3, Fenster, Rollläden, Themostate, Stromzähler, Steckdosen ...)
Entwicklung: FHEM auf AMD NUC (Ubuntu)
Produktiv inzwischen auf Home Assistant gewechselt.
Maintainer: FULLY, Meteohub, HMCCU, AndroidDB