ModbusAttr Set funktioniert nicht

Begonnen von grisuchris, 18 Juli 2017, 10:48:47

Vorheriges Thema - Nächstes Thema

grisuchris

Hallo,
ich habe erfolgreich meine Vallox Lüftung mit modbusAttr verbunden (TCP)
Wenn ich direkt im Device auf das zuverfügung gestellte SET klicke funktioniert das kommando.
Allerdings wenn ich manuell "SET VALLOX HOME_PROFILE_CYC_STATE 0" ausführe passiert nichts.
Das Get Kommando "GET VALLOX HOME_PROFILE_CYC_STATE" dazu funktioniert.

Danke schön

defmod VALLOX ModbusAttr 5 10 192.168.100.56:502 TCP
attr VALLOX userattr obj-h4354-expr obj-h4354-reading obj-h4354-showGet obj-h4355-reading obj-h4356-reading obj-h4357-reading obj-h4358-reading obj-h4609-reading obj-h4609-set obj-h4609-showGet stateFormat verbose
attr VALLOX obj-h4354-expr $val/100-273
attr VALLOX obj-h4354-reading CYC_TEMP_EXTRACT_AIR
attr VALLOX obj-h4354-showGet 1
attr VALLOX obj-h4355-reading scan-h4355
attr VALLOX obj-h4356-reading scan-h4356
attr VALLOX obj-h4357-reading scan-h4357
attr VALLOX obj-h4358-reading scan-h4358
attr VALLOX obj-h4609-reading HOME_PROFILE_CYC_STATE
attr VALLOX obj-h4609-set 1
attr VALLOX obj-h4609-showGet 1
attr VALLOX stateFormat {sprintf("%.1f °C", ReadingsVal($name,"CYC_TEMP_EXTRACT_AIR",0))}
attr VALLOX verbose 0

setstate VALLOX opened
setstate VALLOX 2017-07-17 19:44:13 CYC_TEMP_EXTRACT_AIR 24.17
setstate VALLOX 2017-07-17 19:25:59 HOME_PROFILE_CYC_STATE 1
setstate VALLOX 2017-07-17 19:05:42 scan-h4355 hex=75b4, string=u., s=-19339, s>=30132, S=46197, S>=30132
setstate VALLOX 2017-07-17 19:05:43 scan-h4356 hex=75fe, string=u., s=-395, s>=30206, S=65141, S>=30206
setstate VALLOX 2017-07-17 19:05:44 scan-h4357 hex=7613, string=v., s=4982, s>=30227, S=4982, S>=30227
setstate VALLOX 2017-07-17 19:05:45 scan-h4358 hex=774c, string=wL, s=19575, s>=30540, S=19575, S>=30540
setstate VALLOX 2017-07-17 19:04:35 scan-h4610 hex=0000, string=.., s=0, s>=0, S=0, S>=0
setstate VALLOX 2017-07-17 20:16:18 state opened



knALEx

Hallo,

ich habe exakt das gleiche Problem und stehe gerade ziemlich auf dem Schlauch.

Auch wenn hier wohl keine Antwort kam, hast Du das Problem gelöst bekommen?