Hauptmenü

Neueste Beiträge

#1
Sprachsteuerung / Aw: (WIP) FHEMWEB interaktiv (...
Letzter Beitrag von Beta-User - 19 April 2026, 08:39:09
Zitat von: Prof. Dr. Peter Henning am 18 April 2026, 17:07:45- FHEM fordert beim AMAD-Device "activateVoiceInput" an
[...]
- Text wird vom AMAD-Device zur Auswertung an Babble gesendet
Für den ersten Schritt "activateVoiceInput" kennen wir - immer vorausgesetzt, die Verbindung zum Browser auf dem Endgerät (nicht beschränkt auf Android!) steht - zwischenzeitlich drei Alternativen, RHASSPY verwendet (allerdings derzeit nur zur Fortsetzung der Dialoge) den js-Aufruf von f18_stt() via devspec.
my $aVICommand = $hash->{helper}->{SpeechDialog}->{config}->{$device}->{activateVoiceInput};
         3053        $aVICommand //= 'set $DEVICE activateVoiceInput' if InternalVal($device, 'TYPE', '') eq 'AMADDevice';
         3054        $aVICommand //= q({ my $js = "if((document.querySelector('input[name=\"fw_id\"]')||{}).value==='$hash->{FW_ID}'){f18_stt()}"; FW_directNotify("#FHEMWEB:$_", $js, "")
         3055                for devspec2array("TYPE=FHEMWEB"); }) if InternalVal($device, 'TYPE', '') eq 'FULLY';
         3056        $aVICommand //= q({ FW_AsyncOutput($defs{$DEVICE},'',qq/["#FHEMWEB:","f18_stt()",""]/)}) if InternalVal($device, 'TYPE', '') eq 'FHEMWEB';
Den Text greift dann entweder das FULLY-Device ab, oder RHASSPY per NotifyFn() auf FHEMWEB-Events; da muss ich noch eventuelle Doppelungen rausoperieren...
#2
Wallboxen und E-Fahrzeuge / Aw: 72_Wattpilot - Einbindung ...
Letzter Beitrag von Blablubblaber - 19 April 2026, 07:54:05
Klasse kannst du mal ein Auto an Stöpseln und alles real testen?
Wenn du mir das Go gibst das das alles ohne Probleme funktioniert kann ich den merge machen.

#3
FHEM Code changes / Revision 31134: controls_fhem....
Letzter Beitrag von System - 19 April 2026, 07:50:42
Revision 31134: controls_fhem.txt: fhemupdate checkin

controls_fhem.txt: fhemupdate checkin

Source: Revision 31134: controls_fhem.txt: fhemupdate checkin
#4
Wallboxen und E-Fahrzeuge / Aw: Vestel EVC04
Letzter Beitrag von Shadow3561 - 19 April 2026, 06:58:20
Sie ist Baugleich mit E.ON Drive vBox smart 11
#5
1Wire / Aw: Using OWServer with comple...
Letzter Beitrag von lebardix - 19 April 2026, 01:01:41
Encore merci

Encore une dernière question à OW

Dans mes définitions OW, j'ai défini plusieurs entités comme suit :

Temperature : Internals
CFGFN
   
DEF    1F.85C104000000/aux/10. F61E8A010800
FUUID   69e2a857-f33f-4473-cc6a-221e70bb66f0eee6
IODev   myOWServer
LAST_READ_FAILED  0
NAME    Temperature
NR     46
STATE   temperature: 12.625 alarm: 0
TYPE    OWDevice
eventCount  305

où je vois sur la page principale
la température  et la valeur mesurée

mais une autre définition

Tempext CFGFN
   
DEF     1F.85C104000000/aux/26.A157B6000000
FUUID   69e2ad41-f33f-4473-d11f-91ed6f1453c46765
IODev   myOWServer
LAST_READ_FAILED  0
NAME    TempExt
NR      48
STATE   ???
TYPE    OWDevice
eventCount  5

mais pour celle-ci, la valeur de TempExt n'apparaît pas sur la page Everything, seulement ? ? ? ?

Ma définition est-elle incorrecte ?

#6
Heizungssteuerung/Raumklima / Aw: LAN-Anbindung für BSB-Bus ...
Letzter Beitrag von freetz - 18 April 2026, 23:50:07
Hallo para,

ein sehr ähnliches Verhalten hatte ich, als der Heizi nach der Wartung vergessen hatte, ein Rückschlagventil wieder zurückzustellen. Dadurch lief das Wasser im Vorlauf sowohl durch den Heizkreis als auch durch den WW-Tank. Da in der Übergangszeit das WW wärmer ist, als der Heizungs-VL, entzieht der kältere Heizungs-VL dem wärmeren WW-Speicher die Wärme. Wenn dann das entsprechende Delta unterschritten ist, heizt der WW-Tank wieder auf. Das Ergebnis waren 100 Starts am Tag, wo ich sonst nur 3-4 habe. Ein Anruf beim Heizi und dieser Beschreibung hat ihn dann sofort an das Ventil denken lassen, und ich konnte die Sache mit einem Schraubenzieher selbst beheben. Ohne BSB-LAN hätte ich das aber wohl nie mitbekommen, denn man weiß ja nicht, wenn man im Keller steht, wie lange die Heizung gerade schon läuft und wie oft sie schon getaktet hat. Ist inzwischen mein "schönstes" Beispiel, wenn neue User fragen, ob BSB-LAN nicht nur eine Spielerei ist ;)...
#7
TabletUI / Aw: [FTUI3] Probleme nach Upda...
Letzter Beitrag von Medel - 18 April 2026, 22:37:43
Habe es so gelöst, bei mir geht es wieder, außer dass einige Buttons oval sind, hat aber mit der geänderten css zu tun.

https://github.com/knowthelist/ftui/issues/66#issuecomment-4274457136
#8
Wallboxen und E-Fahrzeuge / Aw: 72_Wattpilot - Einbindung ...
Letzter Beitrag von Flachzange - 18 April 2026, 22:27:09
Zitat von: Blablubblaber am 18 April 2026, 19:57:04Hast du es mit einer Flex Wallbox schon getestet das es dort auch ohne Probleme läuft?
Ich habe ja selbst eine Flex und das funktioniert unauffällig bisher, einzig tatsächliche Ladevorgänge habe ich noch nicht beobachtet/getestet, aber da erwarte ich jetzt keine Überraschung.
#9
Sprachsteuerung / Aw: [gelöst] Alexa + homebrid...
Letzter Beitrag von passibe - 18 April 2026, 20:53:30
Zitat von: passibe am 16 April 2026, 18:15:17Ganz eventuell könntest du das Device auch mal in FHEM löschen und (ggfs. mit anderem Namen + anderem Alexa Name?) neu anlegen, vielleicht hilft das auch was. Oder das gesamte Device einfach mal kopieren und parallel ein zweites mit anderem Name und anderem Alexa Name anlegen, nur um auszuschließen, dass sich da irgendwo irgendetwas festgefahren hat. Auch wenn das wohl eher unüblich wäre.

Hattest du das mal getestet?

Jedenfalls: Ich habe mal deine Definition aus deinem letzten Post genommen: https://forum.fhem.de/index.php?msg=1362160
und etwas angepasst, vor allem ein bisschen entschlackt:
  • RegEx aus homebridgeMapping entfernt
  • nicht mehr eventMap für dieses "Automatic" nutzen, sondern "Automatic" komplett verbannen, es ist jetzt einfach immer "auto"
  • event-on-change-reading vorerst raus

Quasi eine Minimalkonfiguration:
defmod esp_klima_gaeste MQTT2_DEVICE esp_klima_gaeste
attr esp_klima_gaeste IODev MyBrokerClient
attr esp_klima_gaeste alexaName Klima Gäste
attr esp_klima_gaeste alias Klima Gäste
attr esp_klima_gaeste event-min-interval temperature:60,temperatureOutside:60
attr esp_klima_gaeste genericDeviceType thermostat
attr esp_klima_gaeste group TemperaturDG
attr esp_klima_gaeste homebridgeMapping clear\
On=mode,valueOn=/heat|cool|auto/,valueOff=off,cmdOn=mode+auto,cmdOff=mode+off\
CurrentTemperature=temperatureExt1\
TargetTemperature=target,cmd=target,minValue=16,maxValue=30\
CurrentHeatingCoolingState=mode,values=off:OFF;;cool:COOL;;heat:HEAT;;auto:AUTO\
TargetHeatingCoolingState=mode,values=off:OFF;;cool:COOL;;heat:HEAT;;auto:AUTO,cmds=OFF:mode+off;;COOL:mode+cool;;HEAT:mode+heat;;AUTO:mode+auto
attr esp_klima_gaeste readingList MyBrokerClient:esp_klima_gaeste/status:.* status\
MyBrokerClient:esp_klima_gaeste/sensor/temperatureext1/state:.* temperatureExt1\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/mode/state:.* { { mode => $EVENT, state => $EVENT } }\
MyBrokerClient:esp_klima_gaeste/sensor/panasonic_ac_power_consumption/state:.* power\
MyBrokerClient:esp_klima_gaeste/sensor/panasonic_ac_outside_temperature/state:.* temperatureOutside\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/current_temperature/state:.* temperature\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/fan_mode/state:.* fan\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/preset/state:.* preset\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/action/state:.* action\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/swing_mode/state:.* swingMode\
MyBrokerClient:esp_klima_gaeste/switch/panasonic_ac_nanoex_switch/state:.* nanoex\
MyBrokerClient:esp_klima_gaeste/climate/panasonic_ac/target_temperature/state:.* target\
MyBrokerClient:esp_klima_gaeste/select/panasonic_ac_vertical_swing_mode/state:.* v_swing\
MyBrokerClient:esp_klima_gaeste/select/panasonic_ac_horizontal_swing_mode/state:.* h_swing
attr esp_klima_gaeste room Regeln
attr esp_klima_gaeste setList mode:off,cool,heat,fan_only,dry,auto esp_klima_gaeste/climate/panasonic_ac/mode/command $EVTPART1\
target:slider,16,0.5,30,1 esp_klima_gaeste/climate/panasonic_ac/target_temperature/command $EVTPART1\
nanoex:ON,OFF esp_klima_gaeste/switch/panasonic_ac_nanoex_switch/command $EVTPART1\
swingMode:auto,up,middle,down,down_max,swing esp_klima_gaeste/climate/panasonic_ac/swing_mode/command $EVTPART1\
fan:A,1,2,3,4,5 esp_klima_gaeste/climate/panasonic_ac/fan_mode/command $EVTPART1\
v_swing:auto,up,up_center,center,down_center,down esp_klima_gaeste/select/panasonic_ac_vertical_swing_mode/command $EVTPART1\
h_swing:auto,left,right,left_center,right_center,center esp_klima_gaeste/select/panasonic_ac_horizontal_swing_mode/command $EVTPART1\
preset:Normal,Quiet,Powerful esp_klima_gaeste/climate/panasonic_ac/preset/command $EVTPART1

Damit kriege ich:

[4/18/2026, 8:38:01 PM] [FHEM] esp_klima_gaeste is thermostat
[4/18/2026, 8:38:01 PM] [FHEM] esp_klima_gaeste has
[4/18/2026, 8:38:01 PM] [FHEM]   On [mode;mode auto,mode off]
[4/18/2026, 8:38:01 PM] [FHEM]   CurrentTemperature [temperatureExt1]
[4/18/2026, 8:38:01 PM] [FHEM]   TargetTemperature [target]
[4/18/2026, 8:38:01 PM] [FHEM]   CurrentHeatingCoolingState [mode]
[4/18/2026, 8:38:01 PM] [FHEM]   TargetHeatingCoolingState [mode]
[4/18/2026, 8:38:01 PM] [FHEM] esp_klima_gaeste will not send proactive events
[4/18/2026, 8:38:01 PM] [FHEM] esp_klima_gaeste uses ID: 69e3c75a-f33f-fcd4-1d94-1c4bd94022f56375
  2026-04-18 20:38:01 caching: esp_klima_gaeste-mode: auto
  2026-04-18 20:38:01 caching: esp_klima_gaeste-temperatureExt1: 24
  2026-04-18 20:38:01 caching: esp_klima_gaeste-target: 22
und[4/18/2026, 8:38:29 PM] {
  On: {
    reading: 'mode',
    valueOn: '/heat|cool|auto/',
    valueOff: 'off',
    cmdOn: 'mode auto',
    cmdOff: 'mode off',
    device: 'esp_klima_gaeste',
    informId: 'esp_klima_gaeste-mode',
    characteristic_type: 'On',
    log: [Function: bound ] {
      debug: [Function (anonymous)],
      info: [Function (anonymous)],
      warn: [Function (anonymous)],
      error: [Function (anonymous)],
      log: [Function (anonymous)],
      prefix: 'FHEM'
    },
    characteristic: undefined
  },
  CurrentTemperature: {
    reading: 'temperatureExt1',
    device: 'esp_klima_gaeste',
    informId: 'esp_klima_gaeste-temperatureExt1',
    characteristic_type: 'CurrentTemperature',
    log: [Function: bound ] {
      debug: [Function (anonymous)],
      info: [Function (anonymous)],
      warn: [Function (anonymous)],
      error: [Function (anonymous)],
      log: [Function (anonymous)],
      prefix: 'FHEM'
    },
    characteristic: undefined
  },
  TargetTemperature: {
    reading: 'target',
    cmd: 'target',
    minValue: 16,
    maxValue: 30,
    device: 'esp_klima_gaeste',
    informId: 'esp_klima_gaeste-target',
    characteristic_type: 'TargetTemperature',
    log: [Function: bound ] {
      debug: [Function (anonymous)],
      info: [Function (anonymous)],
      warn: [Function (anonymous)],
      error: [Function (anonymous)],
      log: [Function (anonymous)],
      prefix: 'FHEM'
    },
    characteristic: undefined
  },
  CurrentHeatingCoolingState: {
    reading: 'mode',
    values: [ 'off:OFF', 'cool:COOL', 'heat:HEAT', 'auto:AUTO' ],
    device: 'esp_klima_gaeste',
    informId: 'esp_klima_gaeste-mode',
    characteristic_type: 'CurrentHeatingCoolingState',
    log: [Function: bound ] {
      debug: [Function (anonymous)],
      info: [Function (anonymous)],
      warn: [Function (anonymous)],
      error: [Function (anonymous)],
      log: [Function (anonymous)],
      prefix: 'FHEM'
    },
    value2homekit: { off: 'OFF', cool: 'COOL', heat: 'HEAT', auto: 'AUTO' },
    value2homekit_re: [],
    characteristic: undefined
  },
  TargetHeatingCoolingState: {
    reading: 'mode',
    values: [ 'off:OFF', 'cool:COOL', 'heat:HEAT', 'auto:AUTO' ],
    cmds: [
      'OFF:mode+off',
      'COOL:mode+cool',
      'HEAT:mode+heat',
      'AUTO:mode+auto'
    ],
    device: 'esp_klima_gaeste',
    informId: 'esp_klima_gaeste-mode',
    characteristic_type: 'TargetHeatingCoolingState',
    log: [Function: bound ] {
      debug: [Function (anonymous)],
      info: [Function (anonymous)],
      warn: [Function (anonymous)],
      error: [Function (anonymous)],
      log: [Function (anonymous)],
      prefix: 'FHEM'
    },
    value2homekit: { off: 'OFF', cool: 'COOL', heat: 'HEAT', auto: 'AUTO' },
    value2homekit_re: [],
    homekit2cmd: {
      OFF: 'mode off',
      COOL: 'mode cool',
      HEAT: 'mode heat',
      AUTO: 'mode auto'
    },
    homekit2cmd_re: [],
    characteristic: undefined
  }
}

Du kannst jetzt Folgendes SCHRITT FÜR SCHRITT befolgen:

1. In der Alexa-App das Gerät löschen (Gerät auswählen -> Zahnrad -> Mülltonne)
2. In FHEM das Gerät löschen.
3. alexa-fhem neu starten
4. In FHEM das Gerät neu anlegen mit der Definition so, wie ich sie oben gepostet habe.
5. Warten, bis die relevanten Readings befüllt sind bzw. diese manuell per setreading befüllen (also mode, temperatureExt1 und target)
5. alexa-fhem neu starten
6. Bei Alexa die Discovery starten
7. Testen, ob alles funktioniert

Bin gespannt, ob es damit klappt. Bitte wirklich aber die Schritte auch haargenau so durchführen.
#10
Wallboxen und E-Fahrzeuge / Aw: Integration My BMW Daten m...
Letzter Beitrag von passibe - 18 April 2026, 20:01:10
Zitat von: Prof. Dr. Peter Henning am 18 April 2026, 04:08:14Die Weitergabe an die "betroffene Person" ist tatsächlich eher das Problem, weil Fahrer und Nutzer des Cloud-Zugriffs nicht identisch sein müssen.
Ah, fair enough. Das hatte ich nicht bedacht. Dann scheint VW da wohl die elegantere Lösung gewählt zu haben ...