Thomas
Thomas
Any update on this? Having the same issue.
Here you go: [hierarchy.txt](https://github.com/mobile-dev-inc/maestro/files/13497767/hierarchy.txt)
Yes, the issue is pretty clear if you look at the logs:  This works fine by the way: ``` - tapOn: text: 'YES' ```
Same issue here. ``` 2024-03-23 16:44:51.094 ERROR (MainThread) [homeassistant.components.dsmr] Error connecting to DSMR Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/dsmr/sensor.py", line 621, in connect_and_reconnect transport, protocol = await hass.loop.create_task(reader_factory()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Discovered the IP of my SMART METER GATEWAY had changed, after updating it via https://community.home-assistant.io/t/modify-configuration-made-through-gui-dsmr-in-this-case/522427/3 it started working again.
This is due to the fact that text is in fact a regular expression. If you escape the brackets it should work: `ABC \(X Y Z\)`
We had this same issue intermittently (on Android emulators only) and found out that removing `clearState: true` solved it. We now use an in-app method to reset the app.
Just updated this PR with a fix for the above issue: https://github.com/usebruno/bruno/pull/3792
Any update on this?
Any update on when this last comment can be looked at? Would really help us too. Thanks!