You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have placed correctly the YAML setup for TFIAC integration, I have triple-checked the IP of my AC, and I also checked it from within the Intelligent AC app (which is working fine), but I'm unable to make it work. I'm not sure if it is something on my end, or integration's end or the device's end...
Thanks!
What version of Home Assistant Core has the issue?
core-2023.11.3
What was the last working version of Home Assistant Core?
Never worked since I installed Home Assistant a couple of months ago.
2023-11-28 14:11:17.224 ERROR (MainThread) [homeassistant.components.climate] Error while setting up tfiac platform for climate
Traceback (most recent call last):
File "/usr/local/lib/python3.11/asyncio/tasks.py", line 500, in wait_for
return fut.result()
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/tellsticknet/util.py", line 50, in sock_recvfrom
await blocking.wait()
File "/usr/local/lib/python3.11/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/pytfiac.py", line 96, in _send
data, _ = await asyncio.wait_for(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/tasks.py", line 502, in wait_for
raise exceptions.TimeoutError() from exc
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/tfiac/climate.py", line 72, in async_setup_platform
await tfiac_client.update()
File "/usr/local/lib/python3.11/site-packages/pytfiac.py", line 113, in update
response = await self._send(STATUS_MESSAGE.format(seq=self._seq))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/pytfiac.py", line 101, in _send
raise Unavailable()
pytfiac.Unavailable
Additional information
If it helps, the MAC address of my AC starts with C8:F7:42. I can ping the device from within the container.
The AC is a Morris WFIN-26132 (indoor unit) / WFOD-26133 (outdoor unit).
The TFIAC app used to work but I think it is now discontinued and replaced by the Intelligent AC app from the same company. I can pair the device with the TFIAC app but it won't show within the app, I can see in my router's device list in 2.4GHz that the AC is connected. I have tested the HA integration with both by pairing it with the TFIAC and the Intelligent AC app, I'm getting the same result.
Let me know if you need me to send a packet to the AC IP for testing (I have PacketSender and Wireshark installed on my macOS for testing but I couldn't manage to get any results).
The text was updated successfully, but these errors were encountered:
Hey there @fredrike, @mellado, mind taking a look at this issue as it has been labeled with an integration (tfiac) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of tfiac can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign tfiac Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
I have placed correctly the YAML setup for TFIAC integration, I have triple-checked the IP of my AC, and I also checked it from within the Intelligent AC app (which is working fine), but I'm unable to make it work. I'm not sure if it is something on my end, or integration's end or the device's end...
Thanks!
What version of Home Assistant Core has the issue?
core-2023.11.3
What was the last working version of Home Assistant Core?
Never worked since I installed Home Assistant a couple of months ago.
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Tfiac
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tfiac
Diagnostics information
No response
Example YAML snippet
File: climate.yaml
File: configuration.yaml
Anything in the logs that might be useful for us?
Additional information
If it helps, the MAC address of my AC starts with C8:F7:42. I can ping the device from within the container.
The AC is a Morris WFIN-26132 (indoor unit) / WFOD-26133 (outdoor unit).
The TFIAC app used to work but I think it is now discontinued and replaced by the Intelligent AC app from the same company. I can pair the device with the TFIAC app but it won't show within the app, I can see in my router's device list in 2.4GHz that the AC is connected. I have tested the HA integration with both by pairing it with the TFIAC and the Intelligent AC app, I'm getting the same result.
Let me know if you need me to send a packet to the AC IP for testing (I have PacketSender and Wireshark installed on my macOS for testing but I couldn't manage to get any results).
The text was updated successfully, but these errors were encountered: