ZitatNull Zeichen kann zwar theoretisch auch im Topic vorkommen, aber es wird mW nicht praktiziert.
Zitat von: Parallix am 10 April 2026, 11:07:55Kann mir jemand von Euch sagen, wer sich aktuell um das Modul kümmert?Anscheinend hat sich nach den frühem Ausstieg von @MiniBlister nur noch @MadMax (dankenswerterweise) mit der Weiterentwicklung befasst.
sub ReadingsValbyIndex($$$$)
{ my ($device,$reading,$readingindex, $default) = @_;
my $ret = (split(/,/,ReadingsVal($device,$reading,"-1")))[$readingindex];
if ($ret eq "")
{return $default}
else
{return $ret};
}reading02Name EPEX_price
{my ($s,$m,$h,$D,$M,$Y)=localtime();
reading02RecombineExpr if ($h % 2 == 1 and $m == 0) {fhem("get $name EPEX_prices")}; #reread list only every 2nd hour
ReadingsValbyIndex($name,"EPEX_prices",int($m/15)+4*$h,-999)}Zitat von: Dr. Boris Neubert am 10 April 2026, 21:13:54Danke für die Rückmeldung. Nutzt das jetzt kaum jemand oder haben die Nutzer nur keine Lust aufs Testen? Frag ich am falschen Ort?Ort ist m.E. OK.
Zitat von: Sidey am 08 April 2026, 23:20:36Sinnvoll wäre alexa-cookie in einem eigenen Container unterzubringen:
define Wattpilot Wattpilot 192.168.5.191 simplepassA2
attr Wattpilot debug 1
attr Wattpilot interval 30
attr Wattpilot room Solar
attr Wattpilot update_while_idle 1
attr Wattpilot verbose 5
# DEF 192.168.5.191 simplepassA2
# DeviceName ws:192.168.5.191:80/ws
# FUUID 69d93354-f33f-fd7e-a0f7-380270d9f90ce7b8
# NAME Wattpilot
# NR 874
# PASSWORD simplepassA2
# SERIAL 9111XXXX
# STATE auth_failed
# TYPE Wattpilot
# VERSION 43.1-rc4
# eventCount 15
# hashed_password Z+EbiGePHL+S2dbh5dnLMUdzTuIOGr5R
# Helper:
# DBLOG:
# state:
# logdb:
# TIME 1775843111.99227
# VALUE auth_failed
# version:
# logdb:
# TIME 1775843111.63989
# VALUE 43.1-rc4
# READINGS:
# 2026-04-10 19:45:11 state auth_failed
# 2026-04-10 19:45:11 version 43.1-rc4
# header:
# User-Agent FHEM
#
setstate Wattpilot auth_failed
setstate Wattpilot 2026-04-10 19:45:11 state auth_failed
setstate Wattpilot 2026-04-10 19:45:11 version 43.1-rc4
2026.04.10 19:45:11 3: Wattpilot (Wattpilot) - Connecting to ws:192.168.5.191:80/ws
2026.04.10 19:45:11 3: Opening Wattpilot device ws:192.168.5.191:80/ws
2026.04.10 19:45:11 5: HttpUtils url=http://192.168.5.191:80/ws NonBlocking via http
2026.04.10 19:45:11 4: IP: 192.168.5.191 -> 192.168.5.191
2026.04.10 19:45:11 5: HttpUtils request header:
GET /ws HTTP/1.1
Host: 192.168.5.191
Accept-Encoding: gzip,deflate
User-Agent: FHEM
Connection: Upgrade
Sec-WebSocket-Version: 13
Upgrade: websocket
Sec-WebSocket-Key: 1nW1KxBU24uqSHSx4cPlNg==
2026.04.10 19:45:11 4: http://192.168.5.191:80/ws: HTTP response code 101
2026.04.10 19:45:11 5: HttpUtils http://192.168.5.191:80/ws: Got data, length: 0
2026.04.10 19:45:11 5: HttpUtils response header:
HTTP/1.1 101 Switching Protocols
Server: nginx
Date: Fri, 10 Apr 2026 17:45:10 GMT
Connection: upgrade
Upgrade: websocket
Sec-WebSocket-Accept: eWScVnCoiM9xqZgcLRJLVt+qIfI=
2026.04.10 19:45:11 3: Wattpilot device opened
2026.04.10 19:45:11 5: Websocket msg: OP:1 LEN:273 MASK:0 FIN:1
2026.04.10 19:45:11 4: Wattpilot (Wattpilot) - Received type: hello
2026.04.10 19:45:11 4: Wattpilot (Wattpilot) - Hello received from Serial: 9111XXXX
2026.04.10 19:45:11 5: Websocket msg: OP:1 LEN:127 MASK:0 FIN:1
2026.04.10 19:45:11 4: Wattpilot (Wattpilot) - Received type: authRequired
2026.04.10 19:45:11 4: Wattpilot (Wattpilot) - Auth Required
2026.04.10 19:45:11 3: Wattpilot (Wattpilot) - Sending Auth Response
2026.04.10 19:45:11 5: DevIo_SimpleWrite Wattpilot: 7b2274797065223a2261757468222c2268617368223a2234383234663531613539646363346465356237373939313163346539333336333131666539623535386637626233613130353936636431623434386539353334222c22746f6b656e33223a223838323965376534393161346336393532353133643037623362663965366664227d
2026.04.10 19:45:11 5: Websocket msg: OP:1 LEN:47 MASK:0 FIN:1
2026.04.10 19:45:11 4: Wattpilot (Wattpilot) - Received type: authError
2026.04.10 19:45:11 1: Wattpilot (Wattpilot) - Authentication Failed: Wrong passworddefine sduino SIGNALduino <IP>:23
attr sduino hardware ESP32