LAN-Anbindung für BSB-Bus (Brötje, Elco Thision etc.)

Begonnen von justme1968, 29 November 2014, 19:50:40

Vorheriges Thema - Nächstes Thema

freetz

Das ist merkwürdig, dass es mit der 0.43 geht, aber nicht mit der 0.44. Kannst Du bitte noch mal Deine komplette _config.h posten?
Bei der 0.43 geht es ja anscheinend auch nach dem Aufruf von 'T' noch problemlos, dass danach noch die AT ausgegeben wird.
Bei der 0.44 ist der Fehler schon beim Hochfahren, wo die Heizung nicht abgefragt werden kann. Das ist normalerweise entweder ein Hardwarefehler oder eben ein Fehler in der Konfiguration.
Welches Board verwendest Du? Mega oder Due? Platine ist V3?
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

TV-age

hoi freetz, die beiden BSB-Shields sind vermutlich die Versionen vor V3.0, da keine Kennzeichen auf dem Shield sind [ von Dir bestückt/getestet  ;) und soweit Okay ], läuft auf einem Arduino MEGA. Anbei die config.h

//####################################################################
// Eigene Anpassungen
//----------------------------------------------------------------------
// Für Solar : >Brödje ISR_SSR<    KEINE Übertragung der angeschlossenen Aussentemp. 8700!!!
//
// #define IPAddr 192,168,178,18   
// #define DEFAULT_FLAG 0
// //#define ONE_WIRE_BUS 3             // auskommentieren, da keine 18b20 angeschlossen
//----------------------------------------------------------------------
// Für  HEIZUNG WDB 20             Übertragung der an ISR_SSR angeschlossenen Aussentemp. 8700!!!
//
// #define IPAddr 192,168,178,19
// #define DEFAULT_FLAG 0             // statt DEFAULT_FLAG FL_RONLY
// #define ONE_WIRE_BUS 3             // aktiviert "//" weggenommen!   18b20 angeschlossen
//####################################################################
// temp. zu testzwecken
//
// byte monitor = 1;                  // aktiviert mit "1" statt "0" 
//####################################################################

/************************************************************************************/
/************************************************************************************/
/* Settings -   BEGIN                                                               */
/************************************************************************************/
/************************************************************************************/

// Upon first installation, rename this file from BSB_lan_config.h.default to BSB_lan_config.h and adjust settings accordingly

/*
* Initialize the Ethernet server library
* with the IP address and port you want to use
* (port 80 is default for HTTP):
*/

#define Port 80

#define IPAddr 192,168,178,18   // please note the commas instead of dots!!! Remove this line when you want DHCP

//#define GatewayIP 192,168,178,1 // Optional: this is usually your router's IP address. Please note the commas instead of dots!!!
//#define DNSIP 192,168,178,1 // Only set this variable if your DNS server is different from your router's IP address (GatewayIP). Please note the commas instead of dots!!!
//#define SubnetIP 255,255,255,0  // Please use commas insteaf of dots!!!

/* Select language; so far German is the most complete, with English following.
* Available languages are: Czech (CS), German (DE), Danish (DA), English (EN), Spanish (ES), Finnish (FI),
* French (FR), Greek (EL), Hungarian (HU), Italian (IT), Dutch (NL), Polish (PL), Russian (RU), Swedish (SV),
* Slovenian (SI) and Turkish (TR).
* Incomplete languages will automagically be filled up with English translations first, and if no English translation
* is available, fallback will take place to German.
*/
#define LANG DE

/* SECURITY OPTIONS
* There are several options to control and protect access to your heating system. However, keep 
* in mind, that even activating all three options are no guarantee that a versatile intruder with
* access to your (W)LAN won't be able to gain access. In any case, no encryption of data streams
* is provided from the Arduino itself. Use VPN or a SSL proxy if that is a must for you and connect
* the Arduino wired to the VPN server or SSL proxy. On the other hand, someone with this amount
* of criminal activity will probably have it easier just to access your heating system face-to-face ;)
*/

/*
* if PASSKEY is defined, the URL has to contain the defined passkey as first element
* e.g.
* http://192.168.178.88/1234/                - to view the main website (don't forget the trailing slash!)
* http://192.168.178.88/1234/K               - to list all categories
* http://192.168.178.88/1234/8700/8740/8741  - to list parameters 8700, 8740 and 8741 in one request
*/
//#define PASSKEY "1234"

/* activate IP-address-based access. Only the last segment of the client's IP address is matched, as it is assumed that
* requests are made from the same subnet only. So if your trusted client's IP is 192.168.178.20, you have to set
* TRUSTED_IP to 20.
*/
//#define TRUSTED_IP 20
//#define TRUSTED_IP2 30

/* activate HTTP-Auth authentification to provide username/password based access. No encryption!
* Default sets username to "atari" and password to "800xl". Visit a website like
* https://www.base64encode.org/
* to encode your own username/password combination in the format username:password
* and replace the YXRhcmk6ODAweGw= string below accordingly.
*/
//#define USER_PASS_B64 "YXRhcmk6ODAweGw="

/* select your heating system (default may work for other systems)
* Set fixed_device_family and fixed_device_variant to your device family and variant (parameters 6225 and 6226) here
* if autodetect does not work or heating system is not running when Arduino is powered on
* You may use other device family numbers to test commands from other heating systems at your own risk
*/
static const int fixed_device_family = 0;
static const int fixed_device_variant = 0;

// Hide unknown parameters from web display (parameters will still be queried!)
//#define HIDE_UNKNOWN

/*
* Define the pin for one wire temperature sensors
*/
//#define ONE_WIRE_BUS 3

// Define the pins for DHT temperature/humidity sensors
//#define DHT_BUS 2,3

// Create 24h averages from these parameters
int avg_parameters[20] = {
  8700,                   // Außentemperatur
  8326                    // Brenner-Modulation
};

/* activate logging on SD-card. Requires a FAT32-formatted Micro-SD card inserted into the Ethernet-Shield's card slot */
#define LOGGER

int log_parameters[20] = {
//  30000,                  // Logging von "rohen" Bus-Datentelegrammen (macht nur als alleiniger Parameter Sinn)
  8700,                   // Außentemperatur
  8743,                   // Vorlauftemperatur
  8314,                   // Rücklauftemperatur
//  20000,                  // Spezialparameter: Brenner-Laufzeit Stufe 1(/B)
//  20001,                  // Spezialparameter: Brenner-Takte Stufe 1 (/B)
//  20002,                  // Spezialparameter: Brenner-Laufzeit Stufe 2(/B)
//  20003,                  // Spezialparameter: Brenner-Takte Stufe 2 (/B)
//  20004,                  // Spezialparameter: TWW-Laufzeit (/B)
//  20005,                  // Spezialparameter: TWW-Takte (/B)
//  20006,                  // Spezialparameter: 24h-Durchschnittswerte (/A)
//  20101,                  // Spezialparameter 20100-20199: DHT22-Sensoren 1-100 (/T)
//  20200                   // Spezialparameter 20200-20299: DS18B20-Sensoren 1-100 (/T)
};

unsigned long log_interval = 3600;    // logging interval in seconds
boolean log_unknown_only = 1;         // should we log only unknown commands when logging bus telegrams?
boolean log_bc_only = 0;              // should we log only broadcast commands (dest = 0x7f) when logging bus telegrams?

// Activate sending log_parameters to MQTT broker every log_interval seconds
//#define MQTTBrokerIP 192,168,1,20 // Please use commas insteaf of dots!!!
//#define MQTTUsername "User" // Set username for MQTT broker here or comment out if no username/password is used.
//#define MQTTPassword "Pass" // Set password for MQTT broker here or comment out if no password is used.
//#define MQTTTopicPrefix "BSB-LAN" // Optional: Choose the "topic" for MQTT messages here
//#define MQTT_JSON // Optional: Use this if you want a json package of your logging infomation printed to the mqtt topic
//#define MQTTDeviceID "MyHeater" // Optional: Define a device name to use as header in json payload. If not defined, BSB-LAN will be used.
// Payload will be of the structure: {"MQTTDeviceID": {"status":{"log_param1":"value1","log_param2":"value2"}, ...}}


// Activate IPWE extension (http://xxx.xxx.xxx.xxx/ipwe.cgi)
#define IPWE

// Parameters to be displayed in IPWE extension
const int ipwe_parameters[] = {
  8700,                   // Außentemperatur
  8743,                   // Vorlauftemperatur
  8314,                   // Rücklauftemperatur
  8750,                   // Gebläsedrehzahl
  8830,                   // Warmwassertemperatur
  8740,                   // Raumtemperatur Ist
  8741,                   // Raumtemperatur Soll
  8326,                   // Brenner-Modulation
  8337,                   // Startzähler Brenner
  8703,                   // Aussentemperatur gedämpft
  8704                    // Aussentemperatur gemischt
};

//#define MAX_CUL 192,168,178,5                  // IP of CUNO/CUNX/modified MAX!Cube

const char max_device_list[] PROGMEM = {        // list of MAX! wall/heating thermostats that should be polled
  "KEQ0502326"                                  // use MAX! serial numbers here which have to have exactly 10 characters
  "KEQ0505080"
};

// defines the number of retries for the query command
#define QUERY_RETRIES  3

/* enable /N URL command to reset Arduino - might not work on older boards */
//#define RESET

/*
*  Enter a MAC address, found either on the EthernetShield or use the one below.
*/
static byte mac[] = { 0x00, 0x80, 0x41, 0x19, 0x69, 0x90 };

// Setting bus pins and bus type
// Bus bus (RX pin, TX pin, parameter 3, parameter 4)
// Hardware Serial is always pin 19 (RX) and pin 18 (TX).
// Software Serial needs special pins for RX (68) and TX (69), this is now deprecated.
// BSB:
// - optional third parameter sets own address, defaults to 0x42 (LAN in serial monitor)
// - use BSB bus(68,69,6) to define device as RGT1
// LPB:
// - optional third and fourth parameter set own and destination address (high nibble = segment, low nibble = device minus 1)
// - defaults to 0x42 for own address and 0x00 for destination address, i.e. segment 4, device 3 for Arduino/BSB-LAN and segment 0, device 1 for heating system
// PPS:
// - optional third parameter set to "1" enables writing to heater - only use this if there is no other room controller (such as QAA50/QAA70) active. Fourth parameter does not have any effect.
BSB bus(19,18); // BSB bus(68,69); // pin 68,69 = SoftwareSerial
constexpr uint8_t bus_type = 0;  // set bus system at boot: 0 = BSB, 1 = LPB, 2 = PPS
//#define QAA_TYPE  0x53  // 0x53 = QAA70, 0x52 = QAA50

// Protect these pins from accidental GPIO access
constexpr byte exclude_GPIO[] = {0, 1, 4, 10, 11, 12, 13, 18, 19, 20, 21, 22, 23, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69};

// If set to 1, all messages on the bus are printed to the PC
// hardware serial interface
byte verbose = 1;
byte monitor = 1;

// defines default flag for parameters (use "#define DEFAULT_FLAG 0" to make (almost) all parameters writeable)
//#define DEFAULT_FLAG FL_RONLY
#define DEFAULT_FLAG 0

// include commands from BSB_lan_custom.h to be executed at the end of each main loop
//#define CUSTOM_COMMANDS

// Check for new versions when accessing BSB-LAN's main page
#define VERSION_CHECK 1

//#define DEBUG
//#define DebugTelnet 1   // Uncomment this to send debug messages to telnet client instead of serial port

//"External" web server. Read files from SD-card. Only static content: html, js, css, jpg, etc.
//#define WEBSERVER

/************************************************************************************/
/************************************************************************************/
/* Settings -   END                                                                 */
/************************************************************************************/
/************************************************************************************/

freetz

Wenn keine Version daruf steht, hast Du V2, das ist auch die richtige für den "Mega", die läuft aber standardmäßig über SoftwareSerial, Du hast in der Config die Pins für HardwareSerial stehen. Ändere mal
die Zeile
BSB bus(19,18);
in
BSB bus(68,69);
dann wird's gehen :)...
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

Schotty

Moin,
nochmal ganz kurz bzgl der Sensoren-Geschichte: Wenn (überhaupt), dann würde ich vorschlagen, noch eine Unterstützung für einen BME280 zu integrieren - zumindest eher, als für 'Exotenlösungen' (auch wenn sie sicherlich gut sind, das ist jetzt nicht abwertend gemeint!).
Der BME280 zickt auch bei 3,3V nicht rum (und ist somit also voll Due-kompatibel), ist genau, noch erschwinglich und bietet Temp+Feuchtigkeit+Luftdruck.

Zitat von: freetz am 07 Juni 2020, 14:05:05
Wo es mir wirklich helfen würde, wäre bei den noch offenen "Issues", z.B. UDP-Broadcast,
Kann dir da @fabulous nicht helfen? Der hat's/Du hast's doch für seine/deine Raumgerätevariante bereits umgesetzt..

Gruß
Handbuch zur BSB-LAN Hard- & Software (Anbindung v. Heizungsreglern, u.a. von Brötje & Elco):
https://1coderookie.github.io/BSB-LPB-LAN/

Scherheinz

Ich hab den BME280 auch schon länger im Einsatz und bin damit zufrieden. Beachten sollte man nur dass der Temperaturwert die interne Temperatur des Chips ist die für die Berechnung der Feuchtigkeit gebraucht wird. Diese liegt immer etwas höher als die Umgebungstemperatur, bei mir sind es nach mehreren Tests ca. 2,3°C. Am Besten den BME eine zeitlang laufen lassen und dann mehrmals mit einem anderen Thermometer vergleichen.

Gruß

TV-age

@freetz:  BSB bus(68,69);  war ein guter Tipp! Funktioniert.(Version 0.44)

Eine Sache habe ich noch "8700" an meine ISR_SSR gesendet, da hängt auch der Temp-.Sensor dran, liefert immer 0.0°!
Eine Abfrage über die Heizung WGB EVO 20H liefert die Temperatur (von ISR-SSR) korrekt!
Hastd Du, habt Ihr eine Idee woran das liegen könnte?

fabulous

Moin,

@TV-age: was genau meinst du damit?
Zitat"8700" an meine ISR_SSR gesendet

Ich frage deshalb weil ich Probleme beim Auslesen mit 'query' habe, aber nur, wenn ich direkt danach etwas anderes auslesen ( im C-Code).

Gruß
Fabian

freetz

Bitte während des Parameter Abrufs ein SerMo-Log laufen lassen und hier posten. Auch /Q wäre aufschlussreich...
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

TV-age

#4733
@fabulous: sorry! war etwas knapp an Worten.
                  "8700" soll heißen: gesendeter Parameter "/8700" (Aussentemp.)

@freetzy: Anbei wie vorgeschalgen den Mitschrieb des SerMon für /8700 und /Q (BSB_LAN 0.43 u, 0.44)
                 (MEGA; Shield Vers. 2)

Version 0.44

19:26:15.540 -> ?READY
19:26:15.540 -> Size of cmdtbl1: 32334
19:26:15.540 -> Size of cmdtbl2: 20825
19:26:15.540 -> free RAM:4247
19:26:15.540 -> Reading EEPROM...
19:26:15.540 -> Starting SD..failed
19:26:16.252 -> 192.168.178.18
19:26:16.252 -> Waiting 3 seconds to give Ethernet shield time to get ready...
19:26:16.252 -> Calculating free space on SD...0 MB free
19:26:20.622 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:26:20.656 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:26:20.656 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:26:20.690 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:26:20.690 -> #6225: 90
19:26:20.861 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:26:20.896 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:26:20.896 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:26:20.930 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:26:20.930 -> #6226: 239
19:26:20.930 -> Device family: 90
19:26:20.930 -> Device variant: 239
19:26:21.369 -> 5705 DC 8A 00 0B 06 3D 05 05 21 51 76
19:26:21.437 -> 5776 DC 80 0A 0E 07 05 3D 05 21 00 04 9D 1B DC
19:26:22.252 -> GET /8700 HTTP/1.1 19:26:22.286 -> /8700
19:26:22.660 -> LAN->HEIZ QUR 8700 Diagnose Verbraucher -  Außentemperatur:
19:26:22.694 -> DC C2 00 0B 06 00 05 02 1F E2 19
19:26:22.694 -> HEIZ->LAN ANS 8700 Diagnose Verbraucher -  Außentemperatur: --- &deg;C
19:26:22.728 -> DC 80 42 0E 07 05 00 02 1F 01 00 00 02 C5
19:26:22.728 -> #8700: --- &deg;C
19:26:31.460 -> 15726 DC 8A 00 0B 06 3D 05 05 21 51 76
19:26:31.562 -> 15796 DC 80 0A 0E 07 05 3D 05 21 00 04 9D 1B DC




19:26:36.626 -> GET /Q HTTP/1.1 19:26:36.626 -> /Q
19:26:47.256 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:26:47.290 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:26:47.290 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:26:47.290 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:26:47.324 -> #6225: 90
19:26:47.460 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:26:47.494 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:26:47.494 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:26:47.529 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:26:47.529 -> #6226: 239
19:26:47.766 -> LAN->HEIZ QUR 6224 Konfiguration -  Geräte-Identifikation:
19:26:47.800 -> DC C2 00 0B 06 3D 05 00 01 62 EB
19:26:47.800 -> HEIZ->LAN ANS 6224 Konfiguration -  Geräte-Identifikation: RVS63.283/200
19:26:47.834 -> DC 80 42 1C 07 05 3D 00 01 52 56 53 36 33 2E 32 38 33 2F 32 30 30 00 00 00 00 00 8C
19:26:47.834 -> #6224: RVS63.283/200
19:26:48.038 -> LAN->HEIZ QUR 6220 Konfiguration -  Software-Version:
19:26:48.072 -> DC C2 00 0B 06 3D 05 00 0E 93 04
19:26:48.072 -> HEIZ->LAN ANS 6220 Konfiguration -  Software-Version: 3.5
19:26:48.107 -> DC 80 42 0E 07 05 3D 00 0E 00 00 23 69 AB
19:26:48.107 -> #6220: 3.5
19:26:48.243 -> LAN->HEIZ QUR 6221 Konfiguration -  Entwicklungs-Index:
19:26:48.277 -> DC C2 00 0B 06 3D 09 30 33 04 0E
19:26:48.277 -> HEIZ->LAN ERR 6221 Konfiguration -  Entwicklungs-Index: error 7
19:26:48.311 -> DC 80 42 0C 08 09 3D 30 33 07 24 BC
19:26:48.311 -> #6221:
19:26:48.480 -> LAN->HEIZ QUR 6227 Konfiguration -  Objektverzeichnis-Version:
19:26:48.514 -> DC C2 00 0B 06 3D 05 00 04 32 4E
19:26:48.514 -> HEIZ->LAN ANS 6227 Konfiguration -  Objektverzeichnis-Version: 101.5
19:26:48.548 -> DC 80 42 0E 07 05 3D 00 04 00 03 F7 DF AA
19:26:48.548 -> #6227: 101.5
19:26:48.750 -> LAN->HEIZ QUR 6228 Konfiguration -  Bootloader-Version:
19:26:48.750 -> DC C2 00 0B 06 3D 05 0C A0 82 4D
19:26:48.784 -> HEIZ->LAN ERR 6228 Konfiguration -  Bootloader-Version: error 7
19:26:48.784 -> DC 80 42 0C 08 05 3D 0C A0 07 52 EB
19:26:48.784 -> #6228:
19:26:48.988 -> LAN->HEIZ QUR 6229 Konfiguration -  EEPROM-Version:
19:26:49.022 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:26:49.022 -> HEIZ->LAN ANS 6229 Konfiguration -  EEPROM-Version: 20.0
19:26:49.056 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:26:49.056 -> #6229: 20.0
19:26:49.260 -> LAN->HEIZ QUR 6231 Konfiguration -  Konfiguration - Info 2 OEM:
19:26:49.294 -> DC C2 00 0B 06 3D 05 11 95 91 94
19:26:49.294 -> HEIZ->LAN ERR 6231 Konfiguration -  Konfiguration - Info 2 OEM: error 7
19:26:49.329 -> DC 80 42 0C 08 05 3D 11 95 07 A9 B9
19:26:49.329 -> #6231:
19:26:49.464 -> LAN->HEIZ QUR 6232 Konfiguration -  Zugangscode Inbetriebnahme?:
19:26:49.498 -> DC C2 00 0B 06 3D 05 17 70 96 B9
19:26:49.498 -> HEIZ->LAN ERR 6232 Konfiguration -  Zugangscode Inbetriebnahme?: error 7
19:26:49.532 -> DC 80 42 0C 08 05 3D 17 70 07 F4 5E
19:26:49.532 -> #6232:
19:26:49.700 -> LAN->HEIZ QUR 6233 Konfiguration -  Zugangscode Fachmannebene ?:
19:26:49.734 -> DC C2 00 0B 06 3D 05 17 71 86 98
19:26:49.734 -> HEIZ->LAN ERR 6233 Konfiguration -  Zugangscode Fachmannebene ?: error 7
19:26:49.768 -> DC 80 42 0C 08 05 3D 17 71 07 C7 6F
19:26:49.768 -> #6233:
19:26:49.937 -> LAN->HEIZ QUR 6234 Konfiguration -  Zugangscode OEM?:
19:26:49.973 -> DC C2 00 0B 06 3D 05 17 72 B6 FB
19:26:49.973 -> HEIZ->LAN ERR 6234 Konfiguration -  Zugangscode OEM?: error 7
19:26:49.973 -> DC 80 42 0C 08 05 3D 17 72 07 92 3C
19:26:50.006 -> #6234:
19:26:50.176 -> LAN->HEIZ QUR 6235 Konfiguration -  Zugangscode OEM2?:
19:26:50.214 -> DC C2 00 0B 06 3D 05 17 73 A6 DA
19:26:50.214 -> HEIZ->LAN ERR 6235 Konfiguration -  Zugangscode OEM2?: error 7
19:26:50.248 -> DC 80 42 0C 08 05 3D 17 73 07 A1 0D
19:26:50.248 -> #6235:
19:26:50.419 -> LAN->HEIZ QUR 6223 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:26:50.453 -> DC C2 00 0B 06 3D 05 00 00 72 CA
19:26:50.453 -> HEIZ->LAN ANS 6223 Konfiguration -  Bisher unbekannte Geräteabfrage: 20
19:26:50.487 -> DC 80 42 0E 07 05 3D 00 00 00 00 14 8D 45
19:26:50.487 -> #6223: 20
19:26:50.690 -> LAN->HEIZ QUR 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes):
19:26:50.725 -> DC C2 00 0B 06 3D 05 00 64 5E E8
19:26:50.759 -> HEIZ->LAN ANS 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes): 218462
19:26:50.759 ->
19:26:50.759 -> DC 80 42 15 07 05 3D 00 64 00 5A 00 EF 03 F7 00 03 55 5E CB E7
19:26:50.795 -> #6236: 218462
19:26:50.930 -> LAN->HEIZ QUR 6237 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:26:50.964 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:26:50.964 -> HEIZ->LAN ANS 6237 Konfiguration -  Bisher unbekannte Geräteabfrage: 00 01 00 00 C8
19:26:51.000 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:26:51.000 -> #6237: 00010000C8
19:26:51.171 -> LAN->HEIZ QUR 10003 Benutzerdefiniert -  Außentemperatur:
19:26:51.206 -> DC C2 00 0B 06 00 05 02 1F E2 19
19:26:51.206 -> HEIZ->LAN ANS 10003 Benutzerdefiniert -  Außentemperatur: --- &deg;C
19:26:51.240 -> DC 80 42 0E 07 05 00 02 1F 01 00 00 02 C5
19:26:51.240 -> #10003: --- &deg;C
19:26:51.409 -> LAN->HEIZ QUR 10004 Benutzerdefiniert -  Außentemperatur:
19:26:51.444 -> DC C2 00 0B 06 3D 05 05 21 B9 7C
19:26:51.444 -> HEIZ->LAN ANS 10004 Benutzerdefiniert -  Außentemperatur: 18.5 &deg;C
19:26:51.478 -> DC 80 42 0E 07 05 3D 05 21 00 04 9D 23 8D
19:26:51.478 -> #10004: 18.5 &deg;C
19:26:51.682 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:26:51.716 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:26:51.716 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:26:51.750 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:26:51.750 -> #6225: 90
19:26:52.056 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:26:52.090 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:26:52.090 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:26:52.124 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:26:52.124 -> #6226: 239
19:26:52.327 -> LAN->HEIZ QUR 6224 Konfiguration -  Geräte-Identifikation:
19:26:52.361 -> DC C2 00 0B 06 3D 05 00 01 62 EB
19:26:52.361 -> HEIZ->LAN ANS 6224 Konfiguration -  Geräte-Identifikation: RVS63.283/200
19:26:52.396 -> DC 80 42 1C 07 05 3D 00 01 52 56 53 36 33 2E 32 38 33 2F 32 30 30 00 00 00 00 00 8C
19:26:52.396 -> #6224: RVS63.283/200
19:26:52.599 -> LAN->HEIZ QUR 6220 Konfiguration -  Software-Version:
19:26:52.599 -> DC C2 00 0B 06 3D 05 00 0E 93 04
19:26:52.599 -> HEIZ->LAN ANS 6220 Konfiguration -  Software-Version: 3.5
19:26:52.633 -> DC 80 42 0E 07 05 3D 00 0E 00 00 23 69 AB
19:26:52.633 -> #6220: 3.5
19:26:52.803 -> LAN->HEIZ QUR 6221 Konfiguration -  Entwicklungs-Index:
19:26:52.837 -> DC C2 00 0B 06 3D 09 30 33 04 0E
19:26:52.837 -> HEIZ->LAN ERR 6221 Konfiguration -  Entwicklungs-Index: error 7
19:26:52.871 -> DC 80 42 0C 08 09 3D 30 33 07 24 BC
19:26:52.871 -> #6221:
19:26:53.041 -> LAN->HEIZ QUR 6227 Konfiguration -  Objektverzeichnis-Version:
19:26:53.075 -> DC C2 00 0B 06 3D 05 00 04 32 4E
19:26:53.075 -> HEIZ->LAN ANS 6227 Konfiguration -  Objektverzeichnis-Version: 101.5
19:26:53.109 -> DC 80 42 0E 07 05 3D 00 04 00 03 F7 DF AA
19:26:53.109 -> #6227: 101.5
19:26:53.279 -> LAN->HEIZ QUR 6229 Konfiguration -  EEPROM-Version:
19:26:53.313 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:26:53.313 -> HEIZ->LAN ANS 6229 Konfiguration -  EEPROM-Version: 20.0
19:26:53.347 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:26:53.347 -> #6229: 20.0
19:26:53.517 -> LAN->HEIZ QUR 6231 Konfiguration -  Konfiguration - Info 2 OEM:
19:26:53.551 -> DC C2 00 0B 06 3D 05 11 95 91 94
19:26:53.551 -> HEIZ->LAN ERR 6231 Konfiguration -  Konfiguration - Info 2 OEM: error 7
19:26:53.584 -> DC 80 42 0C 08 05 3D 11 95 07 A9 B9
19:26:53.584 -> #6231:
19:26:53.720 -> LAN->HEIZ QUR 6232 Konfiguration -  Zugangscode Inbetriebnahme?:
19:26:53.754 -> DC C2 00 0B 06 3D 05 17 70 96 B9
19:26:53.754 -> HEIZ->LAN ERR 6232 Konfiguration -  Zugangscode Inbetriebnahme?: error 7
19:26:53.788 -> DC 80 42 0C 08 05 3D 17 70 07 F4 5E
19:26:53.788 -> #6232:
19:26:53.993 -> LAN->HEIZ QUR 6233 Konfiguration -  Zugangscode Fachmannebene ?:
19:26:54.026 -> DC C2 00 0B 06 3D 05 17 71 86 98
19:26:54.026 -> HEIZ->LAN ERR 6233 Konfiguration -  Zugangscode Fachmannebene ?: error 7
19:26:54.060 -> DC 80 42 0C 08 05 3D 17 71 07 C7 6F
19:26:54.060 -> #6233:
19:26:54.230 -> LAN->HEIZ QUR 6234 Konfiguration -  Zugangscode OEM?:
19:26:54.264 -> DC C2 00 0B 06 3D 05 17 72 B6 FB
19:26:54.264 -> HEIZ->LAN ERR 6234 Konfiguration -  Zugangscode OEM?: error 7
19:26:54.298 -> DC 80 42 0C 08 05 3D 17 72 07 92 3C
19:26:54.298 -> #6234:
19:26:54.469 -> LAN->HEIZ QUR 6235 Konfiguration -  Zugangscode OEM2?:
19:26:54.503 -> DC C2 00 0B 06 3D 05 17 73 A6 DA
19:26:54.503 -> HEIZ->LAN ERR 6235 Konfiguration -  Zugangscode OEM2?: error 7
19:26:54.537 -> DC 80 42 0C 08 05 3D 17 73 07 A1 0D
19:26:54.537 -> #6235:
19:26:54.707 -> LAN->HEIZ QUR 6223 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:26:54.741 -> DC C2 00 0B 06 3D 05 00 00 72 CA
19:26:54.741 -> HEIZ->LAN ANS 6223 Konfiguration -  Bisher unbekannte Geräteabfrage: 20
19:26:54.774 -> DC 80 42 0E 07 05 3D 00 00 00 00 14 8D 45
19:26:54.774 -> #6223: 20
19:26:54.978 -> LAN->HEIZ QUR 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes):
19:26:55.012 -> DC C2 00 0B 06 3D 05 00 64 5E E8
19:26:55.012 -> HEIZ->LAN ANS 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes): 218462
19:26:55.046 ->
19:26:55.046 -> DC 80 42 15 07 05 3D 00 64 00 5A 00 EF 03 F7 00 03 55 5E CB E7
19:26:55.046 -> #6236: 218462
19:26:55.216 -> LAN->HEIZ QUR 6237 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:26:55.251 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:26:55.251 -> HEIZ->LAN ANS 6237 Konfiguration -  Bisher unbekannte Geräteabfrage: 00 01 00 00 C8
19:26:55.285 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:26:55.319 -> #6237: 00010000C8
19:26:55.319 -> 53D04B3
19:26:55.489 -> LAN->HEIZ QUR    5 Uhrzeit und Datum -  Sommerzeitbeginn Tag/Monat:
19:26:55.523 -> DC C2 00 0B 06 3D 05 04 B3 29 B6
19:26:55.523 -> HEIZ->LAN ANS    5 Uhrzeit und Datum -  Sommerzeitbeginn Tag/Monat: 25.03
19:26:55.557 -> DC 80 42 14 07 05 3D 04 B3 00 FF 03 19 FF FF FF FF 16 62 1C
19:26:55.557 -> 53D04B2
19:26:55.692 -> LAN->HEIZ QUR    6 Uhrzeit und Datum -  Sommerzeitende Tag/Monat:
19:26:55.727 -> DC C2 00 0B 06 3D 05 04 B2 39 97
19:26:55.761 -> HEIZ->LAN ANS    6 Uhrzeit und Datum -  Sommerzeitende Tag/Monat: 25.10
19:26:55.761 -> DC 80 42 14 07 05 3D 04 B2 00 FF 0A 19 FF FF FF FF 16 26 95
19:26:55.761 -> 213D0A8C
19:26:55.964 -> 213D0A8D
19:26:56.101 -> 213D0A8E
19:26:56.304 -> 213D0A8F
19:26:56.440 -> 213D0A90
19:26:56.644 -> 213D0A91
19:26:56.780 -> 213D0A92
19:26:56.951 -> 213D05B2
19:26:57.155 -> 223D0A8C
19:26:57.325 -> 223D0A8D
19:26:57.461 -> 223D0A8E
19:26:57.631 -> 223D0A8F
19:26:57.801 -> 223D0A90
19:26:57.970 -> 223D0A91
19:26:58.140 -> 223D0A92
19:26:58.344 -> 223D05B2
19:26:58.480 -> 53D0A8C
19:26:58.684 -> LAN->HEIZ QUR  500 Zeitprogramm Heizkreis 1 -  Mo:
19:26:58.718 -> DC C2 00 0B 06 3D 05 0A 8C CD 05
19:26:58.718 -> HEIZ->LAN ANS  500 Zeitprogramm Heizkreis 1 -  Mo: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:26:58.752 -> DC 80 42 17 07 05 3D 0A 8C 00 0A 17 32 98 00 18 00 98 00 18 00 8B 88
19:26:58.752 -> 53D0A8D
19:26:58.956 -> LAN->HEIZ QUR  501 Zeitprogramm Heizkreis 1 -  Di:
19:26:58.990 -> DC C2 00 0B 06 3D 05 0A 8D DD 24
19:26:58.990 -> HEIZ->LAN ANS  501 Zeitprogramm Heizkreis 1 -  Di: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:26:59.024 -> DC 80 42 17 07 05 3D 0A 8D 00 0A 17 32 98 00 18 00 98 00 18 00 CE EB
19:26:59.024 -> 53D0A8E
19:26:59.195 -> LAN->HEIZ QUR  502 Zeitprogramm Heizkreis 1 -  Mi:
19:26:59.229 -> DC C2 00 0B 06 3D 05 0A 8E ED 47
19:26:59.229 -> HEIZ->LAN ANS  502 Zeitprogramm Heizkreis 1 -  Mi: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:26:59.263 -> DC 80 42 17 07 05 3D 0A 8E 00 0A 17 32 98 00 18 00 98 00 18 00 01 4E
19:26:59.263 -> 53D0A8F
19:26:59.433 -> LAN->HEIZ QUR  503 Zeitprogramm Heizkreis 1 -  Do:
19:26:59.467 -> DC C2 00 0B 06 3D 05 0A 8F FD 66
19:26:59.467 -> HEIZ->LAN ANS  503 Zeitprogramm Heizkreis 1 -  Do: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:26:59.500 -> DC 80 42 17 07 05 3D 0A 8F 00 0A 17 32 98 00 18 00 98 00 18 00 44 2D
19:26:59.500 -> 53D0A90
19:26:59.704 -> LAN->HEIZ QUR  504 Zeitprogramm Heizkreis 1 -  Fr:
19:26:59.738 -> DC C2 00 0B 06 3D 05 0A 90 1E B8
19:26:59.738 -> HEIZ->LAN ANS  504 Zeitprogramm Heizkreis 1 -  Fr: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:26:59.772 -> DC 80 42 17 07 05 3D 0A 90 00 0A 17 32 98 00 18 00 98 00 18 00 93 CB
19:26:59.772 -> 53D0A91
19:26:59.942 -> LAN->HEIZ QUR  505 Zeitprogramm Heizkreis 1 -  Sa:
19:26:59.976 -> DC C2 00 0B 06 3D 05 0A 91 0E 99
19:26:59.976 -> HEIZ->LAN ANS  505 Zeitprogramm Heizkreis 1 -  Sa: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:27:00.010 -> DC 80 42 17 07 05 3D 0A 91 00 0A 17 32 98 00 18 00 98 00 18 00 D6 A8
19:27:00.010 -> 53D0A92
19:27:00.214 -> LAN->HEIZ QUR  506 Zeitprogramm Heizkreis 1 -  So:
19:27:00.248 -> DC C2 00 0B 06 3D 05 0A 92 3E FA
19:27:00.248 -> HEIZ->LAN ANS  506 Zeitprogramm Heizkreis 1 -  So: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:27:00.282 -> DC 80 42 17 07 05 3D 0A 92 00 0A 17 32 98 00 18 00 98 00 18 00 19 0D
19:27:00.282 -> 53D05B2
19:27:00.452 -> LAN->HEIZ QUR  516 Zeitprogramm Heizkreis 1 -  Standardwerte:
19:27:00.452 -> DC C2 00 0B 06 3D 05 05 B2 0A A6
19:27:00.486 -> HEIZ->LAN ANS  516 Zeitprogr?


und die Verison 0.43


19:42:59.154 -> ??? address: 66
19:42:59.154 -> Destination address: 0
19:42:59.154 -> READY
19:42:59.154 -> Size of cmdtbl1: 30260
19:42:59.154 -> Size of cmdtbl2: 19788
19:42:59.194 -> free RAM:4670
19:42:59.194 -> Starting SD..failed
19:43:02.183 -> 192.168.178.18
19:43:02.183 -> Waiting 3 seconds to give Ethernet shield time to get ready...
19:43:05.515 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:43:05.549 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:43:05.549 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:43:05.583 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:43:05.583 -> #6225: 90
19:43:05.786 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:43:05.786 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:43:05.786 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:43:05.820 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:43:05.820 -> #6226: 239
19:43:05.820 -> Device family: 90
19:43:05.863 -> Device variant: 239
19:43:05.863 -> GET /8700 HTTP/1.1 19:43:05.863 -> /8700
19:43:06.227 -> LAN->HEIZ QUR 8700 Diagnose Verbraucher -  Außentemperatur:
19:43:06.261 -> DC C2 00 0B 06 00 05 02 1F E2 19
19:43:06.261 -> HEIZ->LAN ANS 8700 Diagnose Verbraucher -  Außentemperatur: --- &deg;C
19:43:06.295 -> DC 80 42 0E 07 05 00 02 1F 01 00 00 02 C5
19:43:06.295 -> #8700: --- &deg;C
19:43:11.460 -> DISP->HEIZ QUR 8700 Diagnose Verbraucher -  Außentemperatur:
19:43:11.503 -> DC 8A 00 0B 06 3D 05 05 21 51 76
19:43:11.503 -> GET /q HTTP/1.1 19:43:11.503 -> /q
19:43:11.777 -> HEIZ->DISP ANS 8700 Diagnose Verbraucher -  Außentemperatur: 18.1 &deg;C
19:43:11.811 -> DC 80 0A 0E 07 05 3D 05 21 00 04 88 59 48
19:43:15.533 -> GET /Q HTTP/1.1 19:43:15.533 -> /Q
19:43:15.772 -> My address: 66
19:43:15.772 -> Destination address: 127
19:43:25.947 -> My address: 66
19:43:25.947 -> Destination address: 0
19:43:26.117 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:43:26.152 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:43:26.152 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:43:26.186 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:43:26.186 -> #6225: 90
19:43:26.355 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:43:26.388 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:43:26.388 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:43:26.422 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:43:26.422 -> #6226: 239
19:43:26.661 -> LAN->HEIZ QUR 6224 Konfiguration -  Geräte-Identifikation:
19:43:26.694 -> DC C2 00 0B 06 3D 05 00 01 62 EB
19:43:26.694 -> HEIZ->LAN ANS 6224 Konfiguration -  Geräte-Identifikation: RVS63.283/200
19:43:26.728 -> DC 80 42 1C 07 05 3D 00 01 52 56 53 36 33 2E 32 38 33 2F 32 30 30 00 00 00 00 00 8C
19:43:26.728 -> #6224: RVS63.283/200
19:43:26.897 -> LAN->HEIZ QUR 6220 Konfiguration -  Software-Version:
19:43:26.931 -> DC C2 00 0B 06 3D 05 00 0E 93 04
19:43:26.931 -> HEIZ->LAN ANS 6220 Konfiguration -  Software-Version: 3.5
19:43:26.965 -> DC 80 42 0E 07 05 3D 00 0E 00 00 23 69 AB
19:43:26.965 -> #6220: 3.5
19:43:27.135 -> LAN->HEIZ QUR 6221 Konfiguration -  Entwicklungs-Index:
19:43:27.169 -> DC C2 00 0B 06 3D 09 30 33 04 0E
19:43:27.169 -> HEIZ->LAN ERR 6221 Konfiguration -  Entwicklungs-Index: error 7 (parameter not supported)
19:43:27.203 -> DC 80 42 0C 08 09 3D 30 33 07 24 BC
19:43:27.203 -> #6221:
19:43:27.373 -> LAN->HEIZ QUR 6227 Konfiguration -  Objektverzeichnis-Version:
19:43:27.407 -> DC C2 00 0B 06 3D 05 00 04 32 4E
19:43:27.407 -> HEIZ->LAN ANS 6227 Konfiguration -  Objektverzeichnis-Version: 101.5
19:43:27.441 -> DC 80 42 0E 07 05 3D 00 04 00 03 F7 DF AA
19:43:27.441 -> #6227: 101.5
19:43:27.610 -> LAN->HEIZ QUR 6228 Konfiguration -  Bootloader-Version:
19:43:27.644 -> DC C2 00 0B 06 3D 05 0C A0 82 4D
19:43:27.644 -> HEIZ->LAN ERR 6228 Konfiguration -  Bootloader-Version: error 7 (parameter not supported)
19:43:27.678 -> DC 80 42 0C 08 05 3D 0C A0 07 52 EB
19:43:27.678 -> #6228:
19:43:27.881 -> LAN->HEIZ QUR 6229 Konfiguration -  EEPROM-Version:
19:43:27.915 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:43:27.915 -> HEIZ->LAN ANS 6229 Konfiguration -  EEPROM-Version: 20.0
19:43:27.949 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:43:27.949 -> #6229: 20.0
19:43:28.153 -> LAN->HEIZ QUR 6231 Konfiguration -  Konfiguration - Info 2 OEM:
19:43:28.187 -> DC C2 00 0B 06 3D 05 11 95 91 94
19:43:28.187 -> HEIZ->LAN ERR 6231 Konfiguration -  Konfiguration - Info 2 OEM: error 7 (parameter not supported)
19:43:28.221 -> DC 80 42 0C 08 05 3D 11 95 07 A9 B9
19:43:28.221 -> #6231:
19:43:28.356 -> LAN->HEIZ QUR 6232 Konfiguration -  Zugangscode Inbetriebnahme?:
19:43:28.390 -> DC C2 00 0B 06 3D 05 17 70 96 B9
19:43:28.390 -> HEIZ->LAN ERR 6232 Konfiguration -  Zugangscode Inbetriebnahme?: error 7 (parameter not supported)
19:43:28.423 -> DC 80 42 0C 08 05 3D 17 70 07 F4 5E
19:43:28.423 -> #6232:
19:43:28.593 -> LAN->HEIZ QUR 6233 Konfiguration -  Zugangscode Fachmannebene ?:
19:43:28.627 -> DC C2 00 0B 06 3D 05 17 71 86 98
19:43:28.627 -> HEIZ->LAN ERR 6233 Konfiguration -  Zugangscode Fachmannebene ?: error 7 (parameter not supported)
19:43:28.663 -> DC 80 42 0C 08 05 3D 17 71 07 C7 6F
19:43:28.697 -> #6233:
19:43:28.835 -> LAN->HEIZ QUR 6234 Konfiguration -  Zugangscode OEM?:
19:43:28.870 -> DC C2 00 0B 06 3D 05 17 72 B6 FB
19:43:28.870 -> HEIZ->LAN ERR 6234 Konfiguration -  Zugangscode OEM?: error 7 (parameter not supported)
19:43:28.870 -> DC 80 42 0C 08 05 3D 17 72 07 92 3C
19:43:28.904 -> #6234:
19:43:29.073 -> LAN->HEIZ QUR 6235 Konfiguration -  Zugangscode OEM2?:
19:43:29.107 -> DC C2 00 0B 06 3D 05 17 73 A6 DA
19:43:29.107 -> HEIZ->LAN ERR 6235 Konfiguration -  Zugangscode OEM2?: error 7 (parameter not supported)
19:43:29.141 -> DC 80 42 0C 08 05 3D 17 73 07 A1 0D
19:43:29.141 -> #6235:
19:43:29.345 -> LAN->HEIZ QUR 6223 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:43:29.379 -> DC C2 00 0B 06 3D 05 00 00 72 CA
19:43:29.379 -> HEIZ->LAN ANS 6223 Konfiguration -  Bisher unbekannte Geräteabfrage: 20
19:43:29.413 -> DC 80 42 0E 07 05 3D 00 00 00 00 14 8D 45
19:43:29.413 -> #6223: 20
19:43:29.617 -> LAN->HEIZ QUR 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes):
19:43:29.651 -> DC C2 00 0B 06 3D 05 00 64 5E E8
19:43:29.651 -> HEIZ->LAN ANS 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes): 218462
19:43:29.685 ->
19:43:29.685 -> DC 80 42 15 07 05 3D 00 64 00 5A 00 EF 03 F7 00 03 55 5E CB E7
19:43:29.685 -> #6236: 218462
19:43:29.855 -> LAN->HEIZ QUR 6237 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:43:29.889 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:43:29.889 -> HEIZ->LAN ANS 6237 Konfiguration -  Bisher unbekannte Geräteabfrage: 00 01 00 00 C8
19:43:29.923 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:43:29.923 -> #6237: 00010000C8 - unknown type
19:43:30.093 -> LAN->HEIZ QUR 10003 Benutzerdefiniert -  Außentemperatur:
19:43:30.127 -> DC C2 00 0B 06 00 05 02 1F E2 19
19:43:30.127 -> HEIZ->LAN ANS 10003 Benutzerdefiniert -  Außentemperatur: --- &deg;C
19:43:30.161 -> DC 80 42 0E 07 05 00 02 1F 01 00 00 02 C5
19:43:30.161 -> #10003: --- &deg;C
19:43:30.330 -> LAN->HEIZ QUR 10004 Benutzerdefiniert -  Außentemperatur:
19:43:30.364 -> DC C2 00 0B 06 3D 05 05 21 B9 7C
19:43:30.364 -> HEIZ->LAN ANS 10004 Benutzerdefiniert -  Außentemperatur: 18.1 &deg;C
19:43:30.398 -> DC 80 42 0E 07 05 3D 05 21 00 04 88 61 19
19:43:30.398 -> #10004: 18.1 &deg;C
19:43:30.567 -> LAN->HEIZ QUR 6225 Konfiguration -  Gerätefamilie:
19:43:30.601 -> DC C2 00 0B 06 3D 05 00 02 52 88
19:43:30.635 -> HEIZ->LAN ANS 6225 Konfiguration -  Gerätefamilie: 90
19:43:30.635 -> DC 80 42 0E 07 05 3D 00 02 00 00 5A C9 27
19:43:30.635 -> #6225: 90
19:43:30.805 -> LAN->HEIZ QUR 6226 Konfiguration -  Gerätevariante:
19:43:30.839 -> DC C2 00 0B 06 3D 05 00 03 42 A9
19:43:30.839 -> HEIZ->LAN ANS 6226 Konfiguration -  Gerätevariante: 239
19:43:30.873 -> DC 80 42 0E 07 05 3D 00 03 00 00 EF 48 ED
19:43:30.873 -> #6226: 239
19:43:31.077 -> LAN->HEIZ QUR 6224 Konfiguration -  Geräte-Identifikation:
19:43:31.077 -> DC C2 00 0B 06 3D 05 00 01 62 EB
19:43:31.111 -> HEIZ->LAN ANS 6224 Konfiguration -  Geräte-Identifikation: RVS63.283/200
19:43:31.111 -> DC 80 42 1C 07 05 3D 00 01 52 56 53 36 33 2E 32 38 33 2F 32 30 30 00 00 00 00 00 8C
19:43:31.146 -> #6224: RVS63.283/200
19:43:31.316 -> LAN->HEIZ QUR 6220 Konfiguration -  Software-Version:
19:43:31.350 -> DC C2 00 0B 06 3D 05 00 0E 93 04
19:43:31.350 -> HEIZ->LAN ANS 6220 Konfiguration -  Software-Version: 3.5
19:43:31.384 -> DC 80 42 0E 07 05 3D 00 0E 00 00 23 69 AB
19:43:31.384 -> #6220: 3.5
19:43:31.552 -> LAN->HEIZ QUR 6221 Konfiguration -  Entwicklungs-Index:
19:43:31.586 -> DC C2 00 0B 06 3D 09 30 33 04 0E
19:43:31.586 -> HEIZ->LAN ERR 6221 Konfiguration -  Entwicklungs-Index: error 7 (parameter not supported)
19:43:31.620 -> DC 80 42 0C 08 09 3D 30 33 07 24 BC
19:43:31.620 -> #6221:
19:43:34.782 -> DC C2 00 0B 06 3D 05 00 04 32 4E
19:43:34.782 -> query failed
19:43:34.917 -> LAN->HEIZ QUR 6227 Konfiguration -  Objektverzeichnis-Version:
19:43:34.951 -> DC C2 00 0B 06 3D 05 00 04 32 4E
19:43:34.985 -> HEIZ->LAN ANS 6227 Konfiguration -  Objektverzeichnis-Version: 101.5
19:43:34.985 -> DC 80 42 0E 07 05 3D 00 04 00 03 F7 DF AA
19:43:34.985 -> #6227: 101.5
19:43:35.188 -> LAN->HEIZ QUR 6229 Konfiguration -  EEPROM-Version:
19:43:35.221 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:43:35.221 -> HEIZ->LAN ANS 6229 Konfiguration -  EEPROM-Version: 20.0
19:43:35.255 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:43:35.255 -> #6229: 20.0
19:43:35.391 -> LAN->HEIZ QUR 6231 Konfiguration -  Konfiguration - Info 2 OEM:
19:43:35.426 -> DC C2 00 0B 06 3D 05 11 95 91 94
19:43:35.460 -> HEIZ->LAN ERR 6231 Konfiguration -  Konfiguration - Info 2 OEM: error 7 (parameter not supported)
19:43:35.460 -> DC 80 42 0C 08 05 3D 11 95 07 A9 B9
19:43:35.460 -> #6231:
19:43:35.663 -> LAN->HEIZ QUR 6232 Konfiguration -  Zugangscode Inbetriebnahme?:
19:43:35.697 -> DC C2 00 0B 06 3D 05 17 70 96 B9
19:43:35.697 -> HEIZ->LAN ERR 6232 Konfiguration -  Zugangscode Inbetriebnahme?: error 7 (parameter not supported)
19:43:35.731 -> DC 80 42 0C 08 05 3D 17 70 07 F4 5E
19:43:35.731 -> #6232:
19:43:35.934 -> LAN->HEIZ QUR 6233 Konfiguration -  Zugangscode Fachmannebene ?:
19:43:35.968 -> DC C2 00 0B 06 3D 05 17 71 86 98
19:43:35.968 -> HEIZ->LAN ERR 6233 Konfiguration -  Zugangscode Fachmannebene ?: error 7 (parameter not supported)
19:43:36.002 -> DC 80 42 0C 08 05 3D 17 71 07 C7 6F
19:43:36.002 -> #6233:
19:43:36.172 -> LAN->HEIZ QUR 6234 Konfiguration -  Zugangscode OEM?:
19:43:36.207 -> DC C2 00 0B 06 3D 05 17 72 B6 FB
19:43:36.207 -> HEIZ->LAN ERR 6234 Konfiguration -  Zugangscode OEM?: error 7 (parameter not supported)
19:43:36.241 -> DC 80 42 0C 08 05 3D 17 72 07 92 3C
19:43:36.241 -> #6234:
19:43:36.376 -> LAN->HEIZ QUR 6235 Konfiguration -  Zugangscode OEM2?:
19:43:36.410 -> DC C2 00 0B 06 3D 05 17 73 A6 DA
19:43:36.410 -> HEIZ->LAN ERR 6235 Konfiguration -  Zugangscode OEM2?: error 7 (parameter not supported)
19:43:36.444 -> DC 80 42 0C 08 05 3D 17 73 07 A1 0D
19:43:36.444 -> #6235:
19:43:36.648 -> LAN->HEIZ QUR 6223 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:43:36.682 -> DC C2 00 0B 06 3D 05 00 00 72 CA
19:43:36.682 -> HEIZ->LAN ANS 6223 Konfiguration -  Bisher unbekannte Geräteabfrage: 20
19:43:36.716 -> DC 80 42 0E 07 05 3D 00 00 00 00 14 8D 45
19:43:36.716 -> #6223: 20
19:43:36.920 -> LAN->HEIZ QUR 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes):
19:43:36.954 -> DC C2 00 0B 06 3D 05 00 64 5E E8
19:43:36.954 -> HEIZ->LAN ANS 6236 Konfiguration -  Hersteller-ID (letzten vier Bytes): 218462
19:43:36.954 ->
19:43:36.954 -> DC 80 42 15 07 05 3D 00 64 00 5A 00 EF 03 F7 00 03 55 5E CB E7
19:43:36.988 -> #6236: 218462
19:43:37.123 -> LAN->HEIZ QUR 6237 Konfiguration -  Bisher unbekannte Geräteabfrage:
19:43:37.157 -> DC C2 00 0B 06 3D 15 02 0A F6 81
19:43:37.157 -> HEIZ->LAN ANS 6237 Konfiguration -  Bisher unbekannte Geräteabfrage: 00 01 00 00 C8
19:43:37.191 -> DC 80 42 10 07 15 3D 02 0A 00 01 00 00 C8 77 AE
19:43:37.191 -> #6237: 00010000C8 - unknown type
19:43:37.225 -> 53D04B3
19:43:37.395 -> LAN->HEIZ QUR    5 Uhrzeit und Datum -  Sommerzeitbeginn Tag/Monat:
19:43:37.429 -> DC C2 00 0B 06 3D 05 04 B3 29 B6
19:43:37.429 -> HEIZ->LAN ANS    5 Uhrzeit und Datum -  Sommerzeitbeginn Tag/Monat: 25.03
19:43:37.429 -> DC 80 42 14 07 05 3D 04 B3 00 FF 03 19 FF FF FF FF 16 62 1C
19:43:37.463 -> 53D04B2
19:43:37.633 -> LAN->HEIZ QUR    6 Uhrzeit und Datum -  Sommerzeitende Tag/Monat:
19:43:37.667 -> DC C2 00 0B 06 3D 05 04 B2 39 97
19:43:37.667 -> HEIZ->LAN ANS    6 Uhrzeit und Datum -  Sommerzeitende Tag/Monat: 25.10
19:43:37.701 -> DC 80 42 14 07 05 3D 04 B2 00 FF 0A 19 FF FF FF FF 16 26 95
19:43:37.701 -> 213D0A8C
19:43:37.871 -> 213D0A8D
19:43:38.041 -> 213D0A8E
19:43:38.211 -> 213D0A8F
19:43:38.380 -> 213D0A90
19:43:38.515 -> 213D0A91
19:43:38.717 -> 213D0A92
19:43:38.919 -> 213D05B2
19:43:39.089 -> 223D0A8C
19:43:39.224 -> 223D0A8D
19:43:39.359 -> 223D0A8E
19:43:39.529 -> 223D0A8F
19:43:39.733 -> 223D0A90
19:43:39.902 -> 223D0A91
19:43:40.072 -> 223D0A92
19:43:40.242 -> 223D05B2
19:43:40.411 -> 53D0A8C
19:43:40.614 -> LAN->HEIZ QUR  500 Zeitprogramm Heizkreis 1 -  Mo:
19:43:40.648 -> DC C2 00 0B 06 3D 05 0A 8C CD 05
19:43:40.648 -> HEIZ->LAN ANS  500 Zeitprogramm Heizkreis 1 -  Mo: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:40.682 -> DC 80 42 17 07 05 3D 0A 8C 00 0A 17 32 98 00 18 00 98 00 18 00 8B 88
19:43:40.682 -> 53D0A8D
19:43:40.852 -> LAN->HEIZ QUR  501 Zeitprogramm Heizkreis 1 -  Di:
19:43:40.886 -> DC C2 00 0B 06 3D 05 0A 8D DD 24
19:43:40.886 -> HEIZ->LAN ANS  501 Zeitprogramm Heizkreis 1 -  Di: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:40.920 -> DC 80 42 17 07 05 3D 0A 8D 00 0A 17 32 98 00 18 00 98 00 18 00 CE EB
19:43:40.920 -> 53D0A8E
19:43:41.124 -> LAN->HEIZ QUR  502 Zeitprogramm Heizkreis 1 -  Mi:
19:43:41.158 -> DC C2 00 0B 06 3D 05 0A 8E ED 47
19:43:41.158 -> HEIZ->LAN ANS  502 Zeitprogramm Heizkreis 1 -  Mi: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:41.192 -> DC 80 42 17 07 05 3D 0A 8E 00 0A 17 32 98 00 18 00 98 00 18 00 01 4E
19:43:41.192 -> 53D0A8F
19:43:41.362 -> LAN->HEIZ QUR  503 Zeitprogramm Heizkreis 1 -  Do:
19:43:41.396 -> DC C2 00 0B 06 3D 05 0A 8F FD 66
19:43:41.396 -> HEIZ->LAN ANS  503 Zeitprogramm Heizkreis 1 -  Do: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:41.430 -> DC 80 42 17 07 05 3D 0A 8F 00 0A 17 32 98 00 18 00 98 00 18 00 44 2D
19:43:41.430 -> 53D0A90
19:43:41.600 -> LAN->HEIZ QUR  504 Zeitprogramm Heizkreis 1 -  Fr:
19:43:41.635 -> DC C2 00 0B 06 3D 05 0A 90 1E B8
19:43:41.635 -> HEIZ->LAN ANS  504 Zeitprogramm Heizkreis 1 -  Fr: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:41.668 -> DC 80 42 17 07 05 3D 0A 90 00 0A 17 32 98 00 18 00 98 00 18 00 93 CB
19:43:41.702 -> 53D0A91
19:43:41.906 -> LAN->HEIZ QUR  505 Zeitprogramm Heizkreis 1 -  Sa:
19:43:41.940 -> DC C2 00 0B 06 3D 05 0A 91 0E 99
19:43:41.940 -> HEIZ->LAN ANS  505 Zeitprogramm Heizkreis 1 -  Sa: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:41.974 -> DC 80 42 17 07 05 3D 0A 91 00 0A 17 32 98 00 18 00 98 00 18 00 D6 A8
19:43:41.974 -> 53D0A92
19:43:42.144 -> LAN->HEIZ QUR  506 Zeitprogramm Heizkreis 1 -  So:
19:43:42.144 -> DC C2 00 0B 06 3D 05 0A 92 3E FA
19:43:42.178 -> HEIZ->LAN ANS  506 Zeitprogramm Heizkreis 1 -  So: 1. 00:10 - 23:50 2. --:-- - --:-- 3. --:-- - --:--
19:43:42.178 -> DC 80 42 17 07 05 3D 0A 92 00 0A 17 32 98 00 18 00 98 00 18 00 19 0D
19:43:42.213 -> 53D05B2
19:43:42.348 -> LAN->HEIZ QUR  516 Zeitprogramm Heizkreis 1 -  Standardwerte:
19:43:42.382 -> DC C2 00 0B 06 3D 05 05 B2 0A A6
19:43:42.382 -> HEIZ->LAN ANS  516 Zeitprogramm Heizkreis 1 -  Standardwerte: 0 - Nein
19:43:42.416 -> DC 80 42 0D 07 05 3D 05 B2 00 00 1B 6E
19:43:42.416 -> 253D0AA0
19:43:42.722 -> 253D0AA1
19:43:42.892 -> 253D0AA2
19:43:43.062 -> 253D0AA3
19:43:43.266 -> 253D0AA4
19:43:43.434 -> 253D0AA5
19:43:43.569 -> 253D0AA6
19:43:43.739 -> 253D05B3
19:43:43.909 -> 53D0AB4
19:43:44.079 -> LAN->HEIZ QUR  601 Zeitprogramm 5 -  Di:
19:43:44.112 -> DC C2 00 0B 06 3D 05 0A B4 7A 5E
19:43:44.112 -> HEIZ->LAN ANS  601 Zeitprogramm 5 -  Di: 1. 06:00 - 22:00 2. --:-- - --:-- 3. --:-- - --:--
19:43:44.146 -> DC 80 42 17 07 05 3D 0A B4 06 00 16 00 98 00 18 00 98 00 18 00 EF 2D
19:43:44.146 -> 53D082B
19:43:44.316 -> LAN->HEIZ QUR      053D082B
19:43:44.351 -> DC C2 00 0B 06 3D 05 08 2B 6E 6A
19:43:44.351 -> HEIZ->LAN ANS      053D082B 00 00
19:43:44.385 -> DC 80 42 0D 07 05 3D 08 2B 00 00 C4 40
19:43:44.556 -> LAN->HEIZ QUR  616 Zeitprogramm 5 -  Standardwerte:
19:43:44.589 -> DC C2 00 0B 06 3D 05 0A BA 9B 90
19:43:44.589 -> HEIZ->LAN ANS  616 Zeitprogramm 5 -  Standardwerte: CHOICE len !=2: 06 00 16 00 98 00 18 00 98 00 18 00
19:43:44.623 -> DC 80 42 17 07 05 3D 0A BA 06 00 16 00 98 00 18 00 98 00 18 00 6B 1C
19:43:44.623 -> #616: decoding error
19:43:44.623 -> 213D09C4
19:43:44.793 -> 213D09C5
19:43:44.962 -> 220509C4
19:43:45.098 -> 220509C5
19:43:45.267 -> 53D0074
19:43:45.403 -> 393D2F80
19:43:45.574 -> 393D2F81
19:43:45.709 -> 2D3D05A5
19:43:45.915 -> LAN->HEIZ QUR  711 Heizkreis 1 -  Komfortsollwert Maximum:
19:43:45.950 -> DC C2 00 0B 06 3D 2D 05 A5 47 17
19:43:45.950 -> HEIZ->LAN ANS  711 Heizkreis 1 -  Komfortsollwert Maximum: 35.0 &deg;C
19:43:45.984 -> DC 80 42 0E 07 2D 3D 05 A5 00 08 C0 07 2A
19:43:45.984 -> 393D05FD
19:43:46.154 -> 2D3D0DF2
19:43:46.289 -> 53D115E
19:43:46.459 -> 53D115F
19:43:46.628 -> 113D04AB
19:43:46.798 -> 393D2F82
19:43:46.968 -> 213D0E38
19:43:47.138 -> 2E3D065A
19:43:47.308 -> 2F3D065A
19:43:47.512 -> 253D1158
19:43:47.648 -> 113D06BC
19:43:47.818 -> 193D0663
19:43:47.988 -> 193D0662
19:43:48.192 -> 113D11A4
19:43:48.362 -> 53D0908
19:43:48.498 -> LAN->HEIZ QUR      053D0908
19:43:48.532 -> DC C2 00 0B 06 3D 05 09 08 49 5A
19:43:48.532 -> HEIZ->LAN ANS      053D0908 00 02 00
19:43:48.566 -> DC 80 42 0E 07 05 3D 09 08 00 02 00 94 2D
19:43:48.736 -> LAN->HEIZ QUR 2270 Kessel -  Rücklaufsollwert Minimum:
19:43:48.770 -> DC C2 00 0B 06 3D 0D 08 EB 1E 87
19:43:48.770 -> HEIZ->LAN ANS 2270 Kessel -  Rücklaufsollwert Minimum: --- &deg;C
19:43:48.804 -> DC 80 42 0E 07 0D 3D 08 EB 01 0F 00 F3 8B
19:43:48.804 -> #2270: --- &deg;C
19:43:48.804 -> 53D1160
19:43:49.007 -> 53D1161
19:43:49.176 -> 93D120F
19:43:49.312 -> 93D1211
19:43:49.482 -> 2E3D2FD4
19:43:49.618 -> 93D1213
19:43:49.788 -> 93D1212
19:43:49.959 -> 93D1215
19:43:50.095 -> 223D2EF0
19:43:50.265 -> 53D1123
19:43:50.469 -> 93D1210
19:43:50.605 -> 93D0F7F
19:43:50.807 -> 53D2F9B
19:43:50.977 -> 223D2F8C
19:43:51.150 -> 113D0E08
19:43:51.320 -> 223D2F8D
19:43:51.490 -> 113D0E09
19:43:51.660 -> 223D2F8E
19:43:51.796 -> 113D0E0A
19:43:52.000 -> 113D0BCC
19:43:52.139 -> LAN->HEIZ QUR 2250 Kessel -  Pumpennachlaufzeit:
19:43:52.174 -> DC C2 00 0B 06 3D 11 0B CC 29 53
19:43:52.174 -> HEIZ->LAN ANS 2250 Kessel -  Pumpennachlaufzeit: 5 min
19:43:52.174 -> DC 80 42 0D 07 11 3D 0B CC 00 05 36 BD
19:43:52.174 -> 93D0F31
19:43:52.344 -> 53D3042
19:43:52.549 -> 53D3043
19:43:52.889 -> 93D0F26
19:43:53.025 -> 113D04AB
19:43:53.195 -> 593D05CB
19:43:53.365 -> 593D0BB5
19:43:53.569 -> 193D085D
19:43:53.705 -> 313D085C
19:43:53.909 -> 253D085A
19:43:54.077 -> 223D3015
19:43:54.212 -> D3D0860
19:43:54.382 -> 113D0865
19:43:54.517 -> 113D0551
19:43:54.687 -> 153D08A3
19:43:54.822 -> 393D08BD
19:43:54.992 -> 53D115C
19:43:55.162 -> 53D115D
19:43:55.332 -> 2D3D04C0
19:43:55.502 -> 2E3D04C0
19:43:55.672 -> 393D2FE3
19:43:55.842 -> 393D2FE4
19:43:56.012 -> 393D3012
19:43:56.148 -> 39053052
19:43:56.318 -> 53D0807
19:43:56.522 -> LAN->HEIZ QUR 5950 Konfiguration -  Funktion Eingang H1:
19:43:56.556 -> DC C2 00 0B 06 3D 05 08 07 8B 84
19:43:56.556 -> HEIZ->LAN ANS 5950 Konfiguration -  Funktion Eingang H1: 1 - BA-Umschaltung HK's + TWW
19:43:56.590 -> DC 80 42 0D 07 05 3D 08 07 00 01 27 C6
19:43:56.590 -> 53D3052
19:43:56.726 -> 393D0483
19:43:56.896 -> 53D0483
19:43:57.066 -> 53D0D91
19:43:57.236 -> 53D0807
19:43:57.406 -> LAN->HEIZ QUR 5950 Konfiguration -  Funktion Eingang H1:
19:43:57.440 -> DC C2 00 0B 06 3D 05 08 07 8B 84
19:43:57.440 -> HEIZ->LAN ANS 5950 Konfiguration -  Funktion Eingang H1: 1 - BA-Umschaltung HK's + TWW
19:43:57.474 -> DC 80 42 0D 07 05 3D 08 07 00 01 27 C6
19:43:57.474 -> 53D0487
19:43:57.644 -> 53D0DC8
19:43:57.780 -> 53D0B7B
19:43:57.949 -> 63D079F
19:43:58.152 -> LAN->HEIZ QUR 6050 Konfiguration -  Temperaturwert 10V H2:
19:43:58.186 -> DC C2 00 0B 06 3D 06 07 9F C0 5B
19:43:58.186 -> HEIZ->LAN ANS 6050 Konfiguration -  Temperaturwert 10V H2: 100.0 &deg;C
19:43:58.221 -> DC 80 42 0E 07 06 3D 07 9F 00 19 00 CB 3C
19:43:58.221 -> 53D0B7D
19:43:58.391 -> 53D0B7C
19:43:58.561 -> 53D0B83
19:43:58.697 -> 53D0484
19:43:58.833 -> 53D0575
19:43:58.971 -> 2A3D0656
19:43:59.140 -> LAN->HEIZ QUR 6048 Konfiguration -  Minimaler Vorlaufsollwert H2:
19:43:59.174 -> DC C2 00 0B 06 3D 2A 06 56 48 A8
19:43:59.174 -> HEIZ->LAN ANS 6048 Konfiguration -  Minimaler Vorlaufsollwert H2: 70.0 &deg;C
19:43:59.208 -> DC 80 42 0E 07 2A 3D 06 56 00 11 80 05 02
19:43:59.208 -> 63D079F
19:43:59.378 -> LAN->HEIZ QUR 6050 Konfiguration -  Temperaturwert 10V H2:
19:43:59.412 -> DC C2 00 0B 06 3D 06 07 9F C0 5B
19:43:59.412 -> HEIZ->LAN ANS 6050 Konfiguration -  Temperaturwert 10V H2: 100.0 &deg;C
19:43:59.446 -> DC 80 42 0E 07 06 3D 07 9F 00 19 00 CB 3C

freetz

#4734
Bitte von /Q nicht die SerMo Ausgabe, sondern das, was man im Webinterface sieht ;)...
Und versuche dann mal, Deinen letzten Post mal zu editieren und den /Q SerMo-Output zu entfernen, da muss man ohne Code-Tags ja ewig scrollen, bis man zum nächsten Post kommt...

Und probiere dann im Webinterface mal
http://<ip>/Y06,053D0521
aufzurufen und schicke mal die Antwort aus dem Webinterface.
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

TV-age

@freetz: OKAY !!! editiert

für Version 0.44; und eingeschalteten DEBUG  ;)

8700 Diagnose Verbraucher - Außentemperatur: 17.2 °C
DC 81 00 0B 06 3D 05 05 21 87 D9
DC 80 01 0E 07 05 3D 05 21 00 04 4C 3B 04


/8700
8700 Diagnose Verbraucher - Außentemperatur: --- °C

Version: 1.0.9-20200605083221
Scanne nach Geräten...
Geräteadresse gefunden: 0
Geräteadresse gefunden: 10

Teste Geräteadresse 0:
Gerätefamilie: 90
Gerätevariante: 239
Geräte-Identifikation: RVS63.283/200
Software-Version: 3.5
Entwicklungs-Index:
Objektverzeichnis-Version: 101.5
Bootloader-Version:
EEPROM-Version: 20.0
Konfiguration - Info 2 OEM:
Zugangscode Inbetriebnahme?:
Zugangscode Fachmannebene ?:
Zugangscode OEM?:
Zugangscode OEM2?:
Bisher unbekannte Geräteabfrage: 20
Hersteller-ID (letzten vier Bytes): 218462
Bisher unbekannte Geräteabfrage: 00010000C8
Außentemperatur (10003): --- °C
Außentemperatur (10004): 17.2 °C

6225;6226;6224;6220;6221;6227;6229;6231;6232;6233;6234;6235;6223;6236;6237;
90;239;RVS63.283/200;3.5;;101.5;20.0;;;;;;20;218462;00010000C8;


Starte Test...


dann  bricht das WEbinterface ab. "Fehler: Verbindung unterbrochen"

freetz

Also erst mal die "gute" Nachricht: Deine GF 90 ist anders als der Rest, das kann ich aber so hinterlegen, ist jetzt auch schon so auf GitHub.
Dass er bei /Q abbricht, liegt am Webbrowser. Im Idealfall sind alle Parameter schon richtig hinterlegt, da kommt dann 1-2 Minuten lang nix. Vielleicht mal einen anderen Browser probieren? Die Ausgabe wäre insbesondere vor dem Flashen der neuen Version hilfreich, ob er das darüber auch erkannt hätte, dass Parameter 8700 bei Dir anders lauten könnte.
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

TV-age

@freetz: Erstmal eine Frage an den "FHEM-Profi" => Wie kann ich den alten Beitrag editieren und .. dauerhaft sichern?
               Ich habe es mit "editieren" und  "ändern" probiert, dann auf "Vorschau"; alles gut, dann sichern; NIX ;-(

Ich werde nach einem andern Browser schauen! Und mich dann melden.
Meine ISR-SSR und Parameter  "/8700" ging aber mal!  ( temp. WORKAROUND mit "/10004" )

Uppps... neuer Code! (1.0.10)  (gleich mal laden und probieren) !! 

=>ISR-SSR              es "/8700" geht wieder!!!  :) :)  DANKE
=>WGB EVO 20C   "/8700/T/8700"  geht auch. :)  KLASSE

Fragen:
Sollte ich über "20100".."20199" nicht die One-Wire-(einzel) Sensordaten erhalten?
Die würde ich gerne einzel Abfragen können.

Wunsch/Idee:
BSB_LAN : Loggen die Daten über die interne LoggerListe (wie bereits integriert)
                 und Parameter "/F" (zB)  ruft nur diese aktuelle Variablen ab:
                 Als String => "23.4,255,1...."  oder Liste  "8700=24.5; 8312=255;..."
      Die Idee dahinter ist ein schnelleres Abrufen der Werte.
      Oder gibt es das bereits und ich kann es nicht finden  ;)

      Ich versuche diese Werte extern mit eine Programm zu erfassen. Das Auslesen der WEBDATEN blockiert
      den ganzen Rechner!     

freetz

1. Das mit dem Ändern und Speichern sollte gehen. Wenn nicht, weiß ich auch nicht weiter.
2. Ja, das sollte gehen. Allerdings nicht über das Webinterface (da geht nur /T), sondern nur im Logging.
3. Dafür ist eigentlich die JSON-Ausgabe gedacht. Wobei die nicht viel schneller gehen sollte, als die gleichen Werte über das Webinterface abzurufen (alternativ über den IPWE-Aufruf).
Alle Infos zur Anbindung von Heizungssystemen mit PPS-, LPB- bzw. BSB-Bus ans LAN gibt es hier:
https://github.com/fredlcore/BSB-LAN

Alle Infos zum WLAN-Interface "Robotan" für Ambrogio/Stiga/Wolf und baugleiche Rasenmähroboter:
https://github.com/fredlcore/robotan

frank

Zitat@freetz: Erstmal eine Frage an den "FHEM-Profi" => Wie kann ich den alten Beitrag editieren und .. dauerhaft sichern?
               Ich habe es mit "editieren" und  "ändern" probiert, dann auf "Vorschau"; alles gut, dann sichern; NIX ;-(

für code tags darf der text vermutlich eine maximale zeilenanzahl nicht überschreiten.
also im beitrag schauen, wo abgeschnitten wurde und dann entsprechend kürzen/aufteilen.

die vorschau lässt das leider nicht erkennen.
FHEM: 6.0(SVN) => Pi3(buster)
IO: CUL433|CUL868|HMLAN|HMUSB2|HMUART
CUL_HM: CC-TC|CC-VD|SEC-SD|SEC-SC|SEC-RHS|Sw1PBU-FM|Sw1-FM|Dim1TPBU-FM|Dim1T-FM|ES-PMSw1-Pl
IT: ITZ500|ITT1500|ITR1500|GRR3500
WebUI [HMdeviceTools.js (hm.js)]: https://forum.fhem.de/index.php/topic,106959.0.html