Arabic text with less than 3 characters is not displayed
Bug description
Arabic text is correctly displayed when the number of characters is equal or more than 3. But with 1 or 2 characters nothing is displayed.
For example:
word = Text("صفي", font_size=96, font="Arial") # displayed
word = Text("في", font_size=96, font="Arial") # not displayed /!\
Code:
Following code display nothing
class TextTransformExample(Scene):
def construct(self):
word = Text("في", font_size=96, font="Arial")
self.play(Write(word))
self.wait()
I tried changing the font, but it seems that the problem is not related to the font
Hey there @jc2k, @bdraco, mind taking a look at this issue as it has been labeled with an integration (homekit_controller) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of homekit_controller can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign homekit_controllerRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
homekit_controller documentation homekit_controller source (message by IssueLinks)
I can add this camera to the Home App on an iPhone just fine.
Camera model: Sercomm SCE2R0-29
I can't help, but you might try adding aiohomekit: debug to your logger, maybe get some more information. I'm stuck trying to setup an ecobee with same error (config flow could not be loaded), but when I added that I see this):
So it give you something to see that something is happening, maybe get some more info.
2024-09-24 06:27:29.881 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:32.961 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 0 seconds
2024-09-24 06:27:33.712 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:36.033 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 0 seconds
2024-09-24 06:27:37.159 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:39.105 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 1 seconds
2024-09-24 06:27:40.795 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:42.177 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 1 seconds
2024-09-24 06:27:44.711 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
I have exactly the same problem as betsythefc with an Aqara FP2 presence sensor: works on Apple HOME and on the Aqara APPs. The HomeKit Device integration pops up but, when clicking on CONFIGURE, it never finishes.
I have the same problem with some of the FP2 presence sensors in my house. Aqara refuse to help as it registers fine in their app and said they do not support interface to HA.
It seems that there is a disconnection/cache/history "stuck somewhere" in HA. I had a problem after re-doing my router/network taht I could not re-configure these FP2 sensors. I had to replace them all with new ones (an not very cheap either!)
Now I have one that refuse to connect the HA. It sees the device, but never asks me for the code, just the "flow error" as mentioned earlier.
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.