-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HitachiAirToWaterMainComponent / HitachiHeatingSystem (modbus:YutakiMainComponent) (Yutaki S) #382
Comments
Thanks for reporting, @xorassistant! Currently there are 11 open device requests thus it can take a while before we have time to implement this. It would help if you are able to call the The log should look like: |
@xorassistant apparently, this has the same characteristics as #370. Could you give https://github.com/iMicknl/ha-tahoma/archive/feature/support_hitachi_PumpAirToWaterMainComponent.zip a try? Extract this file and place |
This version works for reading the temperature of the Hitachi device. |
Thanks @xorassistant. Via the original app, are you able to set values like 23.5? Looking at your logs, it requires a full number (int) instead of a comma number (float). You could try the latest version (https://github.com/iMicknl/ha-tahoma/archive/feature/support_hitachi_PumpAirToWaterMainComponent.zip), which should resolve this issue. Not sure yet if we should round it up or down.
Do the presets / other functions work? |
@xorassistant should be fixed in latest version! https://github.com/iMicknl/ha-tahoma/archive/feature/support_hitachi_PumpAirToWaterMainComponent.zip Do auto vs heat (manu) work as well? And same for the presets. |
The heat function is not working, and also the presets (Auto, Comfort) are not working. |
@xorassistant oops, the mapping was reversed... Could you try the latest version? (https://github.com/iMicknl/ha-tahoma/archive/feature/support_hitachi_PumpAirToWaterMainComponent.zip). It should fix the preset / operation mode, but also use a 1 degree stepping for the temperature. |
@iMicknl yes with this version the Heat functions properly as the "manual" mode. |
Cool! Anything you miss, or can we consider this device implemented correctly? 🥳 I will try to see if we can pull the available presets per device, so it will only show if your device supports it. But not sure if this is possible. |
@xorassistant I just pushed a new version, apparently there were some mistakes in the temperature control. Could you give it a try? |
Device information
There are 4 functions wHICH you can add to the device with the Somfy Tahoma app.
The Holiday function is a function we do not use with the thermostat, because this is a heatpump which is always on.
See the attached screenshots for the Tahoma app features
1. auto mode
Device details
Device commands
HITACHI HEAT.zip
Auto
![AUTO-MODE](https://user-images.githubusercontent.com/1424596/107759270-59582380-6d28-11eb-974f-3dff117a4b1b.png)
Manual
![MANUAL-MODE](https://user-images.githubusercontent.com/1424596/107759246-51987f00-6d28-11eb-8a5a-ec1ed72ca8ca.png)
Off
![OFF-MODE](https://user-images.githubusercontent.com/1424596/107759256-552c0600-6d28-11eb-9b6a-9b165da73d00.png)
Settings
![SETTING-SCREEN](https://user-images.githubusercontent.com/1424596/107759278-5d844100-6d28-11eb-8de5-00fefeef9f01.png)
Somfy function
![Somfy function](https://user-images.githubusercontent.com/1424596/107759288-607f3180-6d28-11eb-9d7f-424b62ba4b81.png)
Tahoma heat
![tahoma_heat](https://user-images.githubusercontent.com/1424596/107759294-62e18b80-6d28-11eb-93df-dcad36f431ec.png)
Hitachi products
![tahoma_hitachi_products](https://user-images.githubusercontent.com/1424596/107759302-65dc7c00-6d28-11eb-980a-7ce675913aea.png)
The text was updated successfully, but these errors were encountered: