Re: Python Plugin: ebusd
Posted: Thursday 24 January 2019 10:30
It could be a regression, what version of the plugin are you using? Could you post the content of http://IPOfEbusD:8889/data?def ?
It could be a regression, what version of the plugin are you using? Could you post the content of http://IPOfEbusD:8889/data?def ?
I think I see where the problem is, I can't access my github account right now, but you can replaceBarberousse wrote: ↑Thursday 24 January 2019 10:30It could be a regression, what version of the plugin are you using? Could you post the content of http://IPOfEbusD:8889/data?def ?
Code: Select all
if bWritable:
#sTypeName = "Selector Switch"
iMainType = 0xF4
iSubtype = 0x3E
Code: Select all
if bWritable:
#sTypeName = "Selector Switch"
iSwitchtype = 18
iMainType = 0xF4
iSubtype = 0x3E
You shouldn't have twice entries! Probably an interaction problem with PPM. I will integrate the correction in next version, in a few days.
Thank you for this!!! I updated now to the new version 1.3.7.Barberousse wrote: ↑Thursday 24 January 2019 21:03I had some spare time this evening, the correction is integrated in version 1.3.7 of the plugin.
Code: Select all
cd domoticz/plugins
sudo rm -r PP-MANAGER
sudo rm -r ebusd
sudo systemctl restart domoticz.service
Code: Select all
2019-02-02 08:18:03.616 (Heating) Device Heating - 700:z1nighttemp - tempv unit 27 and deviceid 700:z1nighttemp detected: night setpoint for zone 1
2019-02-02 08:18:03.617 (Heating) Device Heating - bai:waterpressure - press unit 28 and deviceid bai:waterpressure detected: Wasserdruck
2019-02-02 08:18:03.597 Error: (Heating) Device 700:hwcflowtemp is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.598 Error: (Heating) Device 700:hcstoragetempbottom is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.598 Error: (Heating) Device 700:hcstoragetemptop is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.599 Error: (Heating) Device 700:hc1actualflowtempdesired is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.600 Error: (Heating) Device 700:displayedoutsidetemp is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.601 Error: (Heating) Device 700:z1roomtemp is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.601 Error: (Heating) Device 700:hc1flowtemp is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.609 Error: (Heating) Device 700:systemflowtemp is declared as ignore type in ebusd configuration
2019-02-02 08:18:03.612 Error: (Heating) Device 700:waterpressure is declared as ignore type in ebusd configuration
Code: Select all
"z1RoomTemp": {
"name": "z1RoomTemp",
"passive": false,
"write": false,
"lastup": 1549093848,
"zz": 21,
"fields": {
"tempv": {"value": 19.1875}
}
Code: Select all
"z1NightTemp": {
"name": "z1NightTemp",
"passive": false,
"write": false,
"lastup": 1549093958,
"zz": 21,
"fields": {
"tempv": {"value": 17}
}
Code: Select all
z1RoomTemp": {
"name": "z1RoomTemp",
"passive": false,
"write": false,
"lastup": 1549287748,
"zz": 21,
"id": [181, 36, 2, 0, 3, 0, 15, 0],
"fields": {
"tempv": {"value": 18.8125}
},
"fielddefs": [
{ "name": "", "slave": true, "type": "IGN", "isbits": false, "length": 4, "unit": "", "comment": ""},
{ "name": "tempv", "slave": true, "type": "EXP", "isbits": false, "length": 4, "unit": "°C", "comment": "aktuelle Raumtemperatur in Zone 1"}
]
}
Code: Select all
"SetMode": {
"name": "SetMode",
"passive": true,
"write": true,
"lastup": 1549308254,
"zz": 8,
"id": [181, 16, 0],
"fields": {
"hcmode": {"value": "auto"},
"flowtempdesired": {"value": 60.5},
"hwctempdesired": {"value": 55.0},
"hwcflowtempdesired": {"value": null},
"disablehc": {"value": 0},
"disablehwctapping": {"value": 0},
"disablehwcload": {"value": 0},
"remoteControlHcPump": {"value": 0},
"releaseBackup": {"value": 0},
"releaseCooling": {"value": 0}
},
"fielddefs": [
{ "name": "hcmode", "slave": false, "type": "UCH", "isbits": false, "length": 1, "values": { "0": "auto", "1": "off", "2": "water" }, "unit": "", "comment": "Boiler Modus"},
{ "name": "flowtempdesired", "slave": false, "type": "D1C", "isbits": false, "length": 1, "unit": "°C", "comment": "Temperatur"},
{ "name": "hwctempdesired", "slave": false, "type": "D1C", "isbits": false, "length": 1, "unit": "°C", "comment": "Temperatur"},
{ "name": "hwcflowtempdesired", "slave": false, "type": "UCH", "isbits": false, "length": 1, "unit": "°C", "comment": "Temperatur"},
{ "name": "", "slave": false, "type": "IGN", "isbits": false, "length": 1, "unit": "", "comment": ""},
{ "name": "disablehc", "slave": false, "type": "BI0", "isbits": true, "length": 1, "unit": "", "comment": ""},
{ "name": "disablehwctapping", "slave": false, "type": "BI1", "isbits": true, "length": 1, "unit": "", "comment": ""},
{ "name": "disablehwcload", "slave": false, "type": "BI2", "isbits": true, "length": 1, "unit": "", "comment": ""},
{ "name": "", "slave": false, "type": "IGN", "isbits": false, "length": 1, "unit": "", "comment": ""},
{ "name": "remoteControlHcPump", "slave": false, "type": "BI0", "isbits": true, "length": 1, "unit": "", "comment": ""},
{ "name": "releaseBackup", "slave": false, "type": "BI1", "isbits": true, "length": 1, "unit": "", "comment": ""},
{ "name": "releaseCooling", "slave": false, "type": "BI2", "isbits": true, "length": 1, "unit": "", "comment": ""}
]
}
Hi,
Code: Select all
version: ebusd 3.3.v3.3
signal: acquired
symbol rate: 23
max symbol rate: 113
min arbitration micros: 1147
max arbitration micros: 3566
min symbol latency: 5
max symbol latency: 6
reconnects: 0
masters: 4
messages: 66
conditional: 0
poll: 0
update: 9
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=HMU01;SW=0302;HW=8802", loaded "vaillant/08.hmu.csv"
address 10: master #2
address 15: slave #2, scanned "MF=Vaillant;ID=SBX00;SW=0326;HW=4802"
address 30: master #3
address 31: master #8, ebusd
address 35: slave #3, scanned "MF=Vaillant;ID=E7C00;SW=0206;HW=7402"
address 36: slave #8, ebusd
address e8: slave, scanned "MF=Vaillant;ID=FMU00;SW=0202;HW=6502"
Code: Select all
"scan.35": {
"messages": {
"": {
"name": "",
"passive": false,
"write": false,
"lastup": 1550913272,
"zz": 53,
"id": [7, 4],
"fields": {
"MF": {"value": "Vaillant"},
"ID": {"value": "E7C00"},
"SW": {"value": "0206"},
"HW": {"value": "7402"}
},
"fielddefs": [
{ "name": "MF", "slave": true, "type": "UCH", "isbits": false, "length": 1, "values": { "6": "Dungs", "15": "FH Ostfalia", "16": "TEM", "17": "Lamberti", "20": "CEB", "21": "Landis-Staefa", "22": "FERRO", "23": "MONDIAL", "24": "Wikon", "25": "Wolf", "32": "RAWE", "48": "Satronic", "64": "ENCON", "80": "Kromschroeder", "96": "Eberle", "101": "EBV", "117": "Graesslin", "133": "ebm-papst", "149": "SIG", "165": "Theben", "167": "Thermowatt", "181": "Vaillant", "192": "Toby", "197": "Weishaupt", "253": "ebusd.eu" }, "unit": "", "comment": ""},
{ "name": "ID", "slave": true, "type": "STR", "isbits": false, "length": 5, "unit": "", "comment": ""},
{ "name": "SW", "slave": true, "type": "PIN", "isbits": false, "length": 2, "unit": "", "comment": ""},
{ "name": "HW", "slave": true, "type": "PIN", "isbits": false, "length": 2, "unit": "", "comment": ""}
]
},
"id": {
"name": "id",
"passive": false,
"write": false,
"lastup": 1550913273,
"zz": 53,
"id": [181, 9],
"fields": {
"prefix": {"value": "21"},
"year": {"value": "14"},
"week": {"value": "16"},
"product": {"value": "0020118080"},
"supplier": {"value": "0082"},
"counter": {"value": "005471"},
"suffix": {"value": "N1"}
},
"fielddefs": [
{ "name": "", "slave": true, "type": "IGN", "isbits": false, "length": 1, "unit": "", "comment": ""},
{ "name": "prefix", "slave": true, "type": "STR", "isbits": false, "length": 2, "unit": "", "comment": ""},
{ "name": "year", "slave": true, "type": "STR", "isbits": false, "length": 2, "unit": "", "comment": ""},
{ "name": "week", "slave": true, "type": "STR", "isbits": false, "length": 2, "unit": "", "comment": ""},
{ "name": "product", "slave": true, "type": "STR", "isbits": false, "length": 10, "unit": "", "comment": ""},
{ "name": "supplier", "slave": true, "type": "STR", "isbits": false, "length": 4, "unit": "", "comment": ""},
{ "name": "counter", "slave": true, "type": "STR", "isbits": false, "length": 6, "unit": "", "comment": ""},
{ "name": "suffix", "slave": true, "type": "STR", "isbits": false, "length": 2, "unit": "", "comment": ""}
]
}
}
},