zmartify / org.openhab.binding.zmartmodbus

Zmartify Modbus binding for OpenHAB 2
6 stars 2 forks source link

ThermostatActive channel not available #1

Open maisun opened 3 years ago

maisun commented 3 years ago

Hi Peter, Thanks for making the add-on for Wavin heating system! I have tried it today with OH3 and it works great except for the channel "ThermostatActive" which doesn't seem to exist. I do find the definition of the channel in the xml descriptor though, would you have time to take a look? `

            <description>Thermostat output is active</description>
            <properties>
                <property name="dataset">status</property>
                <property name="index">0x07</property>
                <property name="valuetype">bit</property>
            </properties>
        </channel>`
ZmartifyPKR commented 3 years ago

It’s available as an advanced Channel - just Mark show advanced

Hent Outlookhttps://aka.ms/qtex0l til iOS


Fra: maisun @.> Sendt: Wednesday, March 24, 2021 10:43:33 AM Til: zmartify/org.openhab.binding.zmartmodbus @.> Cc: Subscribed @.***> Emne: [zmartify/org.openhab.binding.zmartmodbus] ThermostatActive channel not available (#1)

Hi Peter, Thanks for making the add-on for Wavin heating system! I have tried it today with OH3 and it works great except for the channel "ThermostatActive" which doesn't seem to exist. I do find the definition of the channel in the xml descriptor though, would you have time to take a look?

Thermostat Active Thermostat output is active

status 0x07 bit

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/zmartify/org.openhab.binding.zmartmodbus/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEA732PLKMXJYYMTWUHPDE3TFGX4LANCNFSM4ZW4KR4A.

maisun commented 3 years ago

Great thanks, Peter! It works good so far, thank you very much for the effort!

maisun commented 3 years ago

It’s available as an advanced Channel - just Mark show advanced Hent Outlookhttps://aka.ms/qtex0l til iOS

Hi Peter, I'd like to report a potential issue with setting manual temperature. I use the channel "ManualTemp" for setting target temperature, and I can see whenever I changed the temperature, OpenHAB first shows the correct changed temperature but after a 20 seconds it flips back to the original setting. It seems to me that the temperature isn't changed as the physical thermostat also displays the old temperature. In the event log I see the following: 2021-03-24 20:10:07.167 [INFO ] [openhab.event.ItemCommandEvent ] - Item 'WavinOfficeTargetTemp' received command 20 2021-03-24 20:10:07.171 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'WavinOfficeTargetTemp' predicted to become 20 2021-03-24 20:10:07.185 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'WavinOfficeTargetTemp' changed from 22.0 to 20 2021-03-24 20:10:33.333 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'WavinOfficeTargetTemp' changed from 20 to 22.0

In openhab.log I see some errors but not sure if it's related: 2021-03-24 20:17:26.927 [ERROR] [odbus.internal.factory.ModbusHandler] - Response TimeOut: Recv timeout 10021 : minLength=5 respIndex=0 #66360 cmd=014301040304050B 2021-03-24 20:19:58.331 [ERROR] [odbus.internal.factory.ModbusHandler] - Response TimeOut: Recv timeout 10023 : minLength=5 respIndex=0 #66935 cmd=014302070C0130BC 2021-03-24 20:20:12.619 [ERROR] [odbus.internal.factory.ModbusHandler] - Response TimeOut: Recv timeout 10004 : minLength=5 respIndex=0 #66983 cmd=0143001C00020402 2021-03-24 20:20:44.681 [ERROR] [odbus.internal.factory.ModbusHandler] - Response TimeOut: Recv timeout 10031 : minLength=5 respIndex=0 #67089 cmd=0143030208012381

Any suggestion is appreciated!

maisun commented 3 years ago

My configuration is as below, maybe something wrong there?

Screen Shot 2021-03-25 at 08 49 12 Screen Shot 2021-03-25 at 08 49 22 Screen Shot 2021-03-23 at 17 34 38