karloygard / xcomfortd-go

Eaton xComfort CKOZ-00/14 and CCIA-0x/01 to MQTT gateway
BSD 3-Clause "New" or "Revised" License
45 stars 4 forks source link

Feature request - Add temp displacement as a entity for RCT #24

Closed oyvindth closed 3 years ago

oyvindth commented 3 years ago

I have several RCT around the house, and when connecting them to HA they have 4 entities Temp/Moist/Battery/Signal.

When looking at the logs it also reports the temp displacement sett on the RTC (The adjustment wheel on the older thermostats) as "dropping wheel position on the ground: -3.0" is it possible to have this as a separate entity, so that this can be used to change the set temperature in HA for the specific zone?

karloygard commented 3 years ago

Adding the wheel position is trivial, it mostly depends how you want to expose it. I don't have a RCT, so I'm not sure what it reports, so for the time being, I just logged the wheel position and ignored it.

The wheel position could be exposed as a separate value (offset, maybe) or added to the reported temperature for simplicity. I don't know which is easier for you to deal with?

oyvindth commented 3 years ago

Reported as a separate value (offset is good) would be great in my use case. It would give me all the flexibility I need.

Kind Regards

Øyvind Thoresen

Fra: Karl Anders @.> Sendt: mandag 19. juli 2021 kl. 22:24 Til: @.> Kopi: @.>; @.> Emne: Re: [karloygard/xcomfortd-go] Feature request - Add temp displacement as a entity for RCT (#24)

Adding the wheel position is trivial, it mostly depends how you want to expose it. I don't have a RCT, so I'm not sure what it reports, so for the time being, I just logged the wheel position and ignored it.

The wheel position could be exposed as a separate value (offset, maybe) or added to the reported temperature for simplicity. I don't know which is easier for you to deal with?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkarloygard%2Fxcomfortd-go%2Fissues%2F24%23issuecomment-882835590&data=04%7C01%7C%7C567adde6fb9f4ca3780508d94af32fea%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637623230604728751%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=obVs09Q4YYVlY%2Bo7VcbmBYsvfDhO8GujqpOtxJucpxM%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASFGFT2OSWUNU2WSMT3EXL3TYSCXFANCNFSM5AUIWHJQ&data=04%7C01%7C%7C567adde6fb9f4ca3780508d94af32fea%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637623230604738743%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CZtC9CcmwHeiN%2FTlACWBOsN%2FFk4%2F3Gck6eSPffJKbVo%3D&reserved=0.

oyvindth commented 3 years ago

Updated to 0.36. the wheel position is no longer dropped on the floor in the xcomfort logs, but I see no entity displaying the value in the mqtt integration.

karloygard commented 3 years ago

I'm just experimenting at the moment.

karloygard commented 3 years ago

I just released 0.36.1, the temperature adjustment should hopefully show up now.

oyvindth commented 3 years ago

Working great.