-
Notifications
You must be signed in to change notification settings - Fork 14
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
FR: Support ComfoCool Q600 #15
Comments
This would be a very nice addition, indeed! If you need testers, please let me know! |
More information here: michaelarnauts/comfoconnect#27 |
Still I think thing that I am not fully sure yet how to register comfocool as seperate device but will dig into this somehow. |
I don't think it should be a separate device. |
I will start full tests once we will have new release of aiocomfoconnect, but all help is appreciated. |
I have merged all your commits and released a new aiocomfoconnect. You can try installing the master branch of this integration in HACS to have these changes in HACS. @szibis I want to thank you for your invested time in this! |
This is probably another Node. See https://github.com/michaelarnauts/aiocomfoconnect/blob/master/docs/PROTOCOL-RMI.md#nodes. During connection, the bridge sends a CnNodeNotificationType to indicate what nodes are available. I assume you can get the version numbers from that Node, It's probably on SubUnti 0x01, property 0x06. This is the firmware version for Node 0x01 (The Unit itself) and 0x30 (The Comfoconnect Bridge). |
Yes thanks @michaelarnauts will try to investigate this to register this properly as it is in Bridge. For now adding some improvements to have that sensors/mode in ComfoAir working properly #57, but once I add new device will move the sensors to this new device and also mode selector. |
I own a ComfoCool which I to control or at least make its state visible in Home Assistant.
So far I have found out sensor_802 is the condensor temperature and sensor_85 seems to be the ComfoCool Next Change state (it counts down when I turn the comfocool off for say 1 hour).
sensors_53 and sensor_341 seem related, at least the app changes both it seems.
sensor_53:
auto -> -1
off for xx -> 1
sensor _341:
auto -> 0
off for xx -> 2
Attached are a decoded pcap and the pcap file for good measure where I play with first turning the compfocool off for 1 hour, the continiously off then back to auto and I change the temperature profile to "cool", which first turns bypass to 100% as it is chilly right now, but about 1 minute later the comfocool kicks in.
Le tme know if you need any other information to integrate the comfocool!
comfoconnect.txt
comfoconnect.pcap.zip
The text was updated successfully, but these errors were encountered: