iOS shortcuts not working

Got OH 4.2.1 running on an Alma Linux 9.4 system. I have a couple of shortcuts defined on my iPhone and iPad that used to send an “ON” command to a Zen16 relay and that would act like I hit the button for my garage door.

Sometime recently all that stopped working. When I try to define a new shortcut in iOS I can select the app, then select to send the ON but nothing comes up when I hit the button to choose which item the command will be sent to.

Is this no longer an option? I can pull up the app and go to a button I defined for the same function but it was easier when I could just call up siri through the car play and tell her “garage door” and the ON command would get sent.

As a workaround you could create your own iOS shortcut containing a http post request to myopenhab. If you want to go for it I could provide you a step by step instruction

Can confirm that it stopped working some time ago. I assumed that with the new iOS app we’d get the shortcuts compatibility back but we didn’t. This was a super beneficial ability, to run automations locally on the iPhone / iOS device and send commands directly to OpenHAB.

Sure but acessibility of that is way lower :frowning:

You can add this shortcut to your home screen. I think it couldn’t get any better regarding accessibility.

I would be interested in that capability.

Is the previous way of doing going to come back or is it gone forever?

I just checked and created a new shortcut with latest testflight version (not V1).
Gave it a try and my light was switched on.
So there is no general issue I could confirm.
For completeness: iPhone 13 mini on iOS 18.01 / openHAB 4.2.0

Oh not the shortcut I meant the accessibility of making them.

How?? The items list doesn’t even populate on my end, or did you use the http method?

No, got a long list of items when pressed the items button

Edit: If it makes a difference, I am using https for local and remote access in the App.

Open shortcuts and click “+” to add a new shortcut.

  1. Add action “Text”: Enter username:password of your myopenhab account. You can either enter your credentials here in text format or encode it by Base64 (see below).
  2. Add action “Text”: Enter string of command you want to send to your item, e.g.: ON
  3. Add action " Get Contents of URL"
    • enter https://home.myopenhab.org:443/rest/items/<name_of_your_item>
    • Method: Post
    • Header:
      • Content-Type: text/plain
      • Accept: application/json
      • Authorization: Basic(link your first text action here)
  4. Request Body: File
  5. Not sure what I did to link Action Text #2 with File. I guess it is done automatically.

Regarding your credentials: I created a temporary shortcut which simply encodes (search for action “Base64”) a text (username:password) and copied to clipboard. Then insert into step 1. This way you do not store your username in clear text.

You guys are giving me a completely different rabbit hole for me to get lost on, when I had already promised my wife to deal with another… Who needs sleep anyway :smiley:
@hmerk thank you for confirming you got your item button pulling the correct info. mine isn’t. i’ll try your hint and see if it makes any difference.

Unfortunately I am not allowed to upload a screen recording, as I recorded a second go which was working as well. So good luck in the rabbit hole :wink:

For me it’s the same. I don’t get any items when I click on items… just nothing happens at all…

Yeah there has to be something else amiss here. I changed the link to https but saw no difference. Wonder if I should try with a reverse proxy…
At least I hope to have some time to investigate further tomorrow. For now I got the cabinet lights set up and adopted into OpenHAB and the WAF is again going up :smiley:

I just gave it another try with different setups and those are working as well.
So these are my working combinations :

iOS 18.01
openHAB App Version 3.0.6 (22)
openHAB 4.2.0 Release Build
872 Items
61 Things

iOS 18.01
openHAB App Version 2.4.62
openHAB 4.2.0.M3 Milestone Build
1477 Items
129 Things

iOS 15.8.3
openHAB App Version 2.4.62
openHAB 4.2.0 Release Build
872 Items
61 Things

Conclusion from my side : The call to retreive the complete item list does not get eny result.
I would set the log level for openHAB-cloud-connector to trace and check if there is anything in the logs when the app queries the item list.

1 Like

Same for me, no items show up in shortcuts app.
The trace log is something I‘ve never seen before:

==> /var/log/openhab/openhab.log <==
2024-10-12 23:10:06.489 [TRACE] [io.openhabcloud.internal.CloudClient] - Socket.IO Packet: EVENT (2)
2024-10-12 23:10:06.492 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-10-12 23:10:06.493 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 14466444
2024-10-12 23:10:06.494 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items
2024-10-12 23:10:06.495 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2024-10-12 23:10:06.496 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"accept-language":"de-DE,de;q=0.9","host":"myopenhab.org","accept-encoding":"gzip, deflate, br","accept":"*/*","user-agent":"openhab-cloud/0.0.1"}
2024-10-12 23:10:06.497 [TRACE] [io.openhabcloud.internal.CloudClient] - Body 
2024-10-12 23:10:06.498 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-10-12 23:10:06.499 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2024-10-12 23:10:06.500 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-language = de-DE,de;q=0.9
2024-10-12 23:10:06.501 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-10-12 23:10:06.501 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate, br
2024-10-12 23:10:06.502 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = */*
2024-10-12 23:10:06.503 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2024-10-12 23:10:06.638 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 14466444
2024-10-12 23:10:06.639 [TRACE] [io.openhabcloud.internal.CloudClient] - Sent headers to request 14466444
2024-10-12 23:10:06.640 [TRACE] [io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.54.v20240208)","Content-Encoding":"gzip","Vary":"Accept-Encoding, User-Agent","Date":"Sat, 12 Oct 2024 21:10:06 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":14466444}
2024-10-12 23:10:06.640 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 14466444, content size 10
2024-10-12 23:10:06.641 [TRACE] [io.openhabcloud.internal.CloudClient] - �
2024-10-12 23:10:06.642 [TRACE] [io.openhabcloud.internal.CloudClient] - Sent content to request 14466444
2024-10-12 23:10:06.844 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 14466444, content size 16376
2024-10-12 23:10:06.847 [TRACE] [io.openhabcloud.internal.CloudClient] - �}[s�:��_�8�#v�]����C��K[�<��<�LO(h	�8�H5I��k�_�a������>L�D��y��'�d�A�"JV��j
I ��_f�ӿ��|��h�k������Z#s�=V,���F�{��h圜���1��2�Ȟ�����#��\����i�Α3����[���=Zk��l����*�nd#m>4�ף���A�Gm�}������
��\s5�V���3����e�{K7]���e.�'Rc#֙X��������=�;2g�\j���i^��>�i��̣���]}��o?���۴�uW{4P�K�uMj�6�Gd㗚ڊ�N ��="W�?��ѓe�!�y���j-d�i�\퉌�t�e�?=��f}��E[D}Ǥ�WL+�J���9�-
m�U_��8�	��4e HI8�s��5\���=�
��a�1���d`�^��	a��°,e�0�]�t�_ʼnwal�h~ob�?�$RV��n
W���X��6[N�e��RU�
;��P~�1u�w�ei5~]=Zd���em�i���
2.�3��|Aa�.�x�Q���}��alV��y�������e�H!��d9�٘pa�	P �!�
�X�A�
�"��&��_Kd�)SD�q?|菆�
�H�""�p���m�:�j��'׽hq�l������=�
ᯙ��,4���'��ďF�Y>����?o��
���a�)|iYsJU�|��(�d����������O�j�>�C<�a���2z�S�1�ص�H"斱O@E��Bj7���9Z�8�%Q.V?��p�㶤��BϺ˜
d���aTNm��A�{��Z�����7ƣ�pW�����Q���yp"aby��� �z�C�����,��m�ۜ������p8��g7�Rw��;����Wuk�U
�I��'�~��bY�
Gs���e"�ߦ3}�tF���(�"�`[N���GoHAY�B�Y
.PH�?$N|��E��a�
,�̍bx߿#߱5�YX�
��A�bA������������J[����2\h����-�1��$
���E%�L�O�zU#�Y���܈X��a.U�b0�/�9�^a���-:�\�p����2<���G[�`Y��Z�4[j�ݬ���Z�Ѫba �RP[(�eǶӟ�
0ԍ����a���"&�Д���!��e����^��z�k�
���
	����D����P�V:����,e�z/O�&�W��R�������M��0���b�0����{%ۛ��f�,:TH)�B��+�iv̵
h%8�#��{��So{xf�s��T��t>�ⲇ�t1�#e/q,����9ˌ���R@�`B��Ki�J9�TV9!5n����W����Vl�>�Ʊ�f�s�A������
�
	e�	��M���b��`n\��#*OG(���2	��F6CO���H�i�*��v�h���@�����qM�bt�XR����&y̒oK��Ś-��թt��n��ֻ�n���֚��
'�HE�t�&�y�x��ػ���h�17@_�m��{_��!za@�;�U��@3��'i7=e�A�3�4�UA�#֠e�
�ACР	e4
Z�AK�
���ڗ
�Ki�5Q�k"�#�DDI����\5�&Bz�[)%�-5��+1A�6TƖadpw�sz�����e��K�{�+�.�Oy~Xf8c��0�a�Z�	8��N
i��5(��[�8�ǝA\�a�m�D,����̓�(����ɣ���j2���?�o��������Fx�xF�\�MY�Gڴ
D�|�d�9�E�W��{ U���Ll�^#��
�Xti�V���Z��n�M7�0v}]��u����M�BS�_��p+z�a�1��nR#�SaT��@7e�w|m'���L��E�Z&5xd�-C5�0Tl�����+9"�I�2@�<k�Ĉ1�O��X�K͞��#��oh�]
(��4�6���T/����
���'f
X���ۯ�\ŭ�= ���e�ށ�a�c7�7NQ��V}�f�]�*�8���7�U��>e}�wX5��r��.b\ȑτ��J�[�|l�C��U_m Ҡ�v*�N��nv[͖ZÌ�K>����0P����'L{:�‰
���{%Ϭgyq,O�|cT��V�3�^p T�"�̎P3��.��hԁ�
�dMa;��[�a=��`�:`�;��)y���3
[(J��N�)(P3�/�
R��
�X���YG��(�����Ŕ��AFu�
!�YB&L���u����
E�JX��1M��c)x�,.9
���g`z���Qc`���Z2j?b��?�BB��V�/,�kO��,���#����8��
�DaV�h�rI�w�M�g�v�G��Q_�NR�݋��V��٫��W0���~8s�:ţ�.Zj���r�TZm�GY�:�����t�I�T��1�OsJ��2d#��fJ��	�;�z촢5�Y�}:̬+?��1�a�̓t��|@eQ���[P��{6t� �/�ݛ���J��%�������LR�s�;�C�%LJz#�5
�3I�&� ��T��µ�n�O,4�.˵*"�fJ���ҚT��S��s@F��p��k��t7F<����ެ���(Ώ`�!_�H��.�W�i�V�Vʜ`r�#�sjhrN��sY��g����-�O�ev��}>F�$l��`S�qfXn~�߻?} ���x��Wɿ���q��9��D_A��gt1��_
=5������J��/ �nCUۭF[�l�+|L�6����U���>V+��e��p���}���UpW�/~�Z�y[��-
9���0�	�t��C��h��rS����	86.������n�pK�5���f��1�noby$��=����|s3��sv
eaK�E����$ �D� NT+J�b<<8i�{��-�y@��s@Q��_0��`Z�+�	}�0�\�L��EoӺ�,�~���ix�u_���#�Jf�t2 ��,n0a�J�u�$<h��>Ե����g.�G.#t=���
/wg��O����ϛ�ES2��w�M�S=3D�IO�?�b4�:���8q��8D�kn����S��
�ۯO�ӊ����R�8�A�h���ƽ�ڀ觘Z&U7VJ���Eݕ�1�
7�PmÕ'H
=�O8�
�4_Y
ײ�n���~Y�6ca�.�+�9����3���LF�.�dեŇk�r��I�&^�V�y1��b��`z�nǖ����P_�T��\�!Ĵ4���G���>*4�D�'E���0&�a��W�dd����mʿr�����9��JW��$�*����|��-�\.���P�1 �
�ʧ)�"<j�8�����eGrl��H
�Ԭ��i�>�
�(|���ej8ש��(1�muGY�����t�����
�n�a
O0���]#K �ϖ��ô�مa��4(sX��U��^	�ad����N����(���ZiC��w>��'�5��s���D�нa>@���{@�\x�#_N��O|�?|�x�WeT���ו:]�+	�j��溯��
�+x?yT
 1�,
GQC?7��ã�T@�bX�q�RXsGRX@��N��.E��F�wyԎdW���|.4��e����|!7=���`|����.�,������1Z����Y"��=�٤�����#Z��p��w�G
��Ӿ	���
�B3�7��ȼ�["
�|��Q���7?�[G.�(�	I)˰}?Ic��^^況�9�m��9Gn	�D���j�=��	�aT�U(�h��xe�7qG���7�b~g|��$�0K��)�e�
�K"���,gYe����
2.��4A�Fe<?+4���
�AV�W�fWm���\���
ղ�xi+���)��iM2`��h�89\<A
�Z�a
���Hb�T<����
#��mv��J3c̪���xԪ��G��(�Je(X0�V��t�.C���n�p�J����O@��#�����ShƧ#eh�;B3�a�aժ��a��A�Mj�����j��mue�F�Y�}�V��/МX�]�zKޑӌ�jWz��A�)Ql�V[q�s}`=k"f����=��a�~F�9rh港Vڵ�Zo��v�U봛j�c��nm��eY�f��x�"��3
�bcr�"J��}��P�-��a��T@���l�P�V�(c�
N�'��%b�$k~�^�!b�d��Q�p4�����I���G����X�L~ސw�O�,�[(��%:^#�%
���4��Ҵ*(�`T���o�p���~����9�m1��«Q�Vi+�����	����T�j
ld1z�b���2��B(ˍ�"�(b'���J�a�e���� �I<X♍�
������e��z��ŏ4
�����=�aR��4� �,v�=&����t�N�J���S��
~��ք۵�����[�vs�g� \[�S��a�SjL�RK�
(�)=j��S�lZ��պTU�Q�g�${��W{�y%�t�k�,�J$���1���e�Z�Үv�f�ݭի�&
��u��T%[F�NMRR������ܷ��_\B:6�t��M}�e��;]��xīx���
����aD�"w՛�jg:�S��b[Fd����;�N�+���4�$��m�4�_�^4�p�׋��_/m�����
qg�O�(k.h���j�!Hejwi�$��j.AH�R�hai��YA��eDg�
�4+a�����|�0��<	���{��V@2N�(,�v8��$|$|Cw�_����!hw�hrtf&��q�z^�OsA���R7��������/td3���o�\�TR��(�O'���WW	Ô4�\��yN%I����Skr~<'v#��34^ok�&�lT<aH���/�#lmC:��h~��>�$>�ЎW��.<��15����-U�b�=�r���z���\��Gh�
��GF>j*������>��a�3ݞ1c�
`�Ś-�O�� �߰ŕ�b4�'��sn�x�-�gP�>h���,
M�8��9&^�P��
�2�������%
�Jb�D&��$�A�"
#D�Y!�L������h������yN%�� ��‘�ūR�:�
��;����0fFT�LE���q��v�qI��8+E�a3�+
vƊ{,m�b�2SvXn�����)�a”��˟�$�����)O���0��
���;]_�����������⮜8#�p�V�yql��j2Qf���>:�4T�"��M��+5�G.w��}\��H�1�'`rj�Ziu�������0άZ�|�T��!����]S^̛6�>�ZQ�B�9�a���q��p2�X�f0�e8
��6�j
�Q�OM4εFh��W���I�Ÿ����^�au:�|������\`Y<ͷH�沺M�'��V��0|Pƽ���ۙ�Bꋍo���Mo�H��jN�u�՝ʺ��˺jY��,��_]t�gC?��6�lW��jv��y�:L�:H���P��c���,�_��^��7��TQ �x�4�E<_�ڭ�[�qJ�]e��赥���,A�ąa��c�ғF0�(�F
8zHW�x�;x'���ۥ��.7��p9��Z=��7�bR�	)Mv��чʊ`\��sڧ��y��2AKH#Q̒�X�%C[�N�@EG��,B���SXK-�369�
�TXR�J���&#��G'3��,Z@�|`)ccO^�#�t��礩�ܕɬ�F��&D&����k�D'ztl�; ����	�KD����h�%2�W����W@$cl(�nF���i\D�q*��9��
w9Z�D�J]!���Y��R��$��R�J�6�R;L�y�I繦�]L�t�Uf�e���	���9��t�U�@4�>�a0'0��j����;�t%N�-���K���b_�/�ƽzIq��B�
L�:�Y2���������o��X��U����h��p�6%�}����ԥ 4Zyİh�h&�-Ʌ�}�+�>
C�
���׹�z�F���'�����!��axvJL��~������1��q
�B�z]�!����jXN9��ë�Aa��|!l�O{�B*�I�*�e-@X\�[c+
]a�7�lInU�篇s��z���b&��Vw_3�el�{ϖ+S�
t�����.הK2�:�X��l
��`�Q��bt����яNO�t똔s�*GRpg����LJI��ϭD5�� EEs��B�/Wu������rA%P�0I���V}�]i����2 ��$0�ԋ�g��a
\��E/G�X�����"&����̲ЖZ�f�S�{Φ���&E�-$�1n�Y�!	��y�\��
���	�ւ��Ģ@|d�f�bow�ΰ�'Kd�,���ƶ�ҼB1��Y��{kyY!����&d�Z�*���W��"%R�q`!��8F��.g�)����ѵX�q��N�\ɹC��FW(�>��ϓ�cwa�4�hbf�b!p�.�"BL�K
B���x�[��F�����.�ܖ��NRr��]yۜ-
i
cl�C寽�l��lra�MO"ʆ�>���Q
�5xq�n��-j�^�V[���{p1	'�\�&9+L`,l�6�Qe�$�噦�K�UyHa���f2������.�H(��$k�gJU�gw�
���-5i�4\�ඔ�n]����;
���T��F3t��Z8����AD�.���C f�*��E�lp�l1�C f��+aa�oHLN���7!�V��K�f.|t�qH��[�f�|�l��&�H���r����Jϋ_uu^���p�OD�h�%`��#F�T~�	�,]Y����Z�
��/(s$�-c!�
p,�HO�8Bk�A��bet����p7�׫�#��
��Z�t����r�
�G��,5��8+|�a��"��1�ne��H��h���-z뵁&��.�/�Rze��b����\$B?.e�/,�*֠��Q�4�F-�ie�M�n�FN�X�\f��e��>�贛N�M�Y����YX���ų.Cu�m�
����i{y������:�
N��g��Z۬Vj�n��贪�n��<�V�N���$=r[=NƢ���-!6�#��ɘOE�If��(e?fa�l�:�Eq��3�	-�t��	�@��L��!��Ô��tG����n�˷�o���
��8]l,�ۯ��9�ۿsk��m�p��3�Ka��/T�w3��N
*�%=�f�.�3��-�����v�����D�?A1�� t������e΍����ܴ�B���pB�&8#�I�[�4��P���Z���d�g�FTꎲ��)�|��ǂ�x��`p	�05{�`|ǜ]�ˈ�;�]���e�h���2��d)�GY�|�W���P��d�k<�~ċ�#~��9ʿ� m��{�a����Rcz$�u���p�2�E�Mb����[�7W�j��~�>X��iF����e�eIJ�ZC�ʹn?���� 3��մ
��u�i��ג���;PήFЩ6p�Q
|��|eO���qB�G�'�ǿc���wx�k�߮��4S�A��}����z���c=2yn�,��#���9����e���j��y�v@k\���rw��!5"u�L��1i��IL6�����>BH��r)�\ߕ�nye+���Tf�Y'�9c�-?��vj/9@�w��<��L�{%r$g��
P�gba���x�%�>LW	8�֪W�zG���f����uk�fq/��Sg
�ot)Y��f��OG�QF@t>:t���[@|~�\����1��L���~G�\��Rs�gC�<�0Ϭn�E�
��!�?�(W��!ZvrL�X�3����%:J�}��ڿ�9�l�'�^d�b��`�D��<��6��OW�;�Z"����T�����s������&₩N&C���"rsi���?��F}Ъ�9�ʙfs�=���a�ư��R��*�}���>�{s����X������E�tt
M/��/,
�~8����h4^[��(H���׃���7���u�/��7a��^��\Qe,�����l��AN6�J<��Ð�G>Шq�$���Yo�|�
�p!�Z
��˟����߻�{�q�^��Ze�H[q��]����Ea��r��n8�����ل	rug��K�3͋a��p\�*���J��=M仨���<)
��Y��]��ʁ j�p!�v��C��tN�Zg��"Q�>K|�5��ʮ�p{N�X�
�%��\���n[O���8���O\�g���t�^��
WȘ#{:��N��b�?ˏ�HߝjP�p�{��Đb�$|�|�
�6
|�35/>Q`)�OtQ0
��$�b���@�B@����7=C�W���3�62c��`!$V��[hq.�j �9
M��]���0}�	²�l�?s�m�X����e(ک����
�X�bEL�c�C#��|T`��OG~�kŀGm�8�[�P/�N޻��$..�k"����IS`d�b���m1��P�"�;ý�fmxN���.���4���_�%T���n�^����_��=Kt��
f�����ٳ�ܯ"��@�U���wo�x2iBd5WX��A��6��I:|G�A/��W>�l��.��1'�8�\|~�]%�
)j���r�n��3!"\։.�D>��ha&Ќ'���r%�(?Mm���-,��ud�T
h?�F)���&�;���H�@�O�
*wj� |I���ڷ�n�/�4�<T`���^:ta�~��@s>T��d+1Ɩ�a�La�tx.�����Y��r�W�LT���8=���e�lrӁe�}L!I�(�c�z��M
���HA���f�|�Z��?K�H��f���V�X��f�@�\`LH�Hi����KD�\$�o�ǻ��N�ܼ��h�:�V���;I���\�ʺm}�IN����6�x�$�35�M���ZsgY.~�_ꆾvz�}�����l&�ý���J����s)=we]C�嚹	�!��CX�/�F�x̜n=�ۙ�Qc�Q��{'9�7v�
)A�:��d^B�jTx���ញ�J�}��Sm�s�g/�(�S	].l$�o23�;q�`��Z�(����.=���(U��Գ'�>+a"�ň�)���b��w��ڜ�£�RUk�fMI�L����1k;Y&'�NR�/�w��� I�'%�d�Ǵ�o����8A�\��g��^k��Z��j7�j���T
����Q��
H��ܜ����]!���
^
J�D��=|�> D��Ec���}?y�%��
�M
Li���,���0����y�~�M�q�:��3��'s�	a.�JPTdfR�ą���f�&�w�ݒ�@aWà����i�nwW��)
��o9U�����_�|1a��E�)Y����
;P��Do
a���Nx7��{�	:��~�<+{O����6s�,�\�,�m��E<9�>��x��ա����t�t�e���L�7j�@�|��W	o�S�
񕠛%�CB��h�j<
��Ǧ��:�=���fKO�SoU�n��1�N�aͰ��.�G{q���3��|�
cJ�(.�U+����<����^��%3�ᘤ56�ʲ*IYbr\H�
|��*�i�ٓ#e�7�d��t�e�<��ɡ�c7��j�VS;��SW��v�Ѩ7�a;����4�U�!Q,��p�y
.�J_��qZ�ᩳ#�0 
��d
���!��S�x�3�܆�e�
�
�<��k��s?�&�,KqS�7��z���<t�7���
}���M�d�G��	�&�P�_��_����mǍE���<0��1K��*}�Y@�@�V�$�͏3*��h��KAz����ҢE=��q���J��i��j����:a����ڴ\�*��Ʃk��f��Z|��#25|��gx�
�hrASa�wM���f�\��E�O�D����>��+�x�J,����6t�� >Pڹ<_�9��5	Z����+��$,���
�q:f��L�G���vK�A���$�d~Zb���oōF<]Z��BꍥGϱ�Dy����]{�KVd�Gb>̄;���|&
A�k�JeI���\_�`�j��UۭF���tj�f}+M׃�ytW�U��;���Y�$B���u
R�/��x7�ێv�s�=�w���=���H}*yu
3�P$�[adD�?�xq���F�;t0��?Z��s@�_
僧ԝJR��O�pal	��<��=J����
������˗�~@@.��$��-,��eY�zM�Y3B���m��N;�ed�2�/�ok!|����f�ц�۱�����!��§:�\{��B!�RX�|w���"0M�,<E㨅1���������D�q���r[�6���r,
��配�Wd��`�/�(�W~�,!�T�m@�j��@�]-֦kS��i��4bmڱ6�X�N�M+֦ek����yئk���tcmj�6j5֨o�tM@�&?��˻��5L��P��f=j%����l�V���Z�f?j%������V2�ZɸPU�a����Sya7���]ؓ���w�RQ����;
�ӝ�P�$_����i�+�4�h��Oz?M{#�Z�u>Gڳ��Q�I�N�}#���ҿ������Q;X�����

3
����@"a�<aۣ�^%�y�u�T�fe�\;^�+V���mマ-�3u̵�h�5d�҄!ODZH濤kD�0k�[�Hx��*0�by�}�ˀ��e�J"��QJn|��I���QLc�V�j�Umwu�ގ��w
>Uz�l�,�}�Ӂ��(��W�s�ϭ����O�H�e�t�͖~�����.ic�/��]��|�aP�4ڢ�_r��İ�ޔD	>h�2^�^�K�W~���G�/
��x�9����O���G-��P4���7��FC�3~N���
�y�5[[�kc��I
�l���e{45v0��O��}��*�a�雸/~�@�_?h���Ti��\�b������6�%�RDy��KT���n#�U�`D*��[�
ĺ�.�O�c5WHv�ᬐ��C�Gҿ0Y�
{"�r���rh~P+��aU�����A�ߚ�����&����k��p�V�s�=��E�{,�T1����%�,Ӑ�L��
G�D��<(ߔeHX
,#̖��q�Dq�0������,6��A�����&b��O���	"l�u7�+��	���,9���#8q8��u�hR<π@R�J���#I���-+�y3�8�b��`��g����k���Ƙp���9pZB�	R�\<r���7f�U���)�ߎ�Ϛ�]��䎊��nbGE:��)�_����?ލ�j{�9P�X�n�b΄��8�b.;��4sM`�DQ,+�Z�èB�|�$�4�ϟ���ݼ�!D���q8o���"x�w��ϛx�������8��`"2]�!"�A2m��"k|2}��"��o�\_�i�����R��4��0Zہ�}L8���,�C��p��Ҁ�X~��b<�ۥ�n�񰜱_K��PJ�CV@.4
���<�V�r��&BL,�A"b��8���[�/;i�/��
���(Itɵ����Qs�LG��Z�(�C�U?6;ʧe��/-� �ZU�5���~��Eʔ���#�mG+P�؃׊���0�u{��y����]-W�t�<ţbz{�"t��6&C��{S,t�w�X�@QX�Yfa�|+�O61�O���Č>n���S�9r��!�����^9-�T�~3�q��^U[ G!�a�cl+����k[j��h���we^l
�@APX(Hy!ܵ�޸ckc��M31�a�,�`a����|>e�^��{��`p=���N�_�J6��uH�O��*u�'�5V��ڜH
ԝ>�z?��>g۴��'�[�t�v@���Z��
�?ޤw�W��:W͎��x5�e��p�g�'��l5���]�\ܲ-ڱ=�E�o�VwA����ٸ?��5j@^����Gw�ɨw~͎�Y������������
������k���1^^�leH����~���m�qN2N��&�(���۠		2�]�|U�o?����ͰI
(
Ӗ*Э	+�
�+�&,X�'�/Y�Oɢ��-h��p�X�K4/^�@�|A�
�0h���Ae�2
d
̠|)����
��3h���Aeɒ��5h���A���
8ai�K\�oe�j�
h(�3B� �JX��W�1k<[����sz��k:��xM' �*
�JQt2}.�c���a���ڮd�Q��珻@��I���D�LN��x��V����2G
`2K�6!`��1j7y�g���V��hV��j�[S���!8b����M���
ms��|�����
�P����e�ORsQ��$ݘ���+�;S�}3�oF[�՗�q����LJ��H���4�$0��+�v���ˁ�߻�d:��g��y:��=X�w��Yo�a�z�_�3�F�B�����lw���#�m5��
�a�^]VXhU�ƺ*
��.��k����m��+o��:Ϻ���pp��e_A}�e���Βi8��e����йa��R~��׺�4��>?�{#��F�;��X5���j8|�����@,�P>�:����<\��b2p���k�N��o�z�w?���1�A\`_�1�����O�g���?�/_Wʙa�K�0������vD�ɶ8��n��e1��ʅ�'Ԛ�'=��������q�������m��x��o �R��-�����~4���p��϶e+x�r��7"E��
��}L����!/�Y:��[eֿ�
�~�
s3`��Wl��Wp8־��
~�a���I�v�09��ex�,�@s�l�Ϟ�'��%K���X�1m�r���[3�~�s�
�ww�	6�`�B_�r���h�\��34�c�O�g�#�/��s:�
ol���^X�ܛW�����L>��
�K���O>O���tf`c�9�Lsn�؅]������c�C�
T�*u�1$�{%���[F���K�ڴ3j��gFM3�Q��}�7��	ʺw�d�=�a2�Q��p�t��˰�����Qf��� �U��4z(�n
Y��~�t�����
X�خ� Ͼ=�����%�p�3�E2�R�s�FEa�������yD	��.��Z
�R�m�:y��aaaW
nhqC	3�H�AS}M�1���ǭc����>�i����#�{>��#�ѫ�7��*;�1�T���� 
�	��c����f�
��e��s>��W�)�JL훉�Z�x+��#��\������.��/x��
N�?�m�_?�����0rP�Y��=·��~q��`�t$n��ef�j�pKq�v.O�C�I!���*���$(l��6���+�{ݵ�-n+�3�+e�.e��WL/l�����-*�����Ng/T��o�rY.}�IG�/A2�N�N��i�/��y�f�ߴ��C;H
�d���2���'����x�c� 1C��R�������d��9�W�#2s��fKcԃ�
����G��P��7PyQ!�UsvaX/#ͅ�����͟~�q^����
� �ϛ;�O	�$)��C\[��Y�G�m�6��N��
O'Fh �b�*L+�>1�mY�;��`��a�B����e��K����s&���]k=�p���Z��jU�m�♷��)��/)�t59dtV�=&�5�
3�:�X
��'4�L(��`rG���
.�}��������a�G􂸴���{�h�Aw8]��eI�$P���C���n�|)7Hϖ0O�ɩl�snIa�r�B�a�^`	a'�y�ک6�:�w��� ��N/`m�N��J���F#�������
.�o�>Q]m)�4@����9ܼ�F�Y�ga�A�ő���0n�����z����>�=���%`��m��D�V���?�Rp񝀃7�~
-��o�k�蝦#�ZM��Ȝۯ����g�+92�]�Օ��o[]y��i
^5@?6ר��6ڥn�k������l��tS�;̭5g�m-9�
�ѽ�}��J��zBv�+�Y����̍f��?P}��ٺ�"�@�;�$RP��]r�\a|�`���$Q�w�ax�}<��J��.���.�#���p6�
���A-4̂��<gN��lz�N'���6�_��v+�ߞ�"T[���H$Q0�R/�Zh���2��^r	a
�O�s0���I���칹b�'OT��5�L:����;��@UK�Snj~�[z\NT�s/�i�zT7(a+�J�KN�{�b�Z/3��]˵�����L]��n�Y}��:�I.���+O�@���a�do�����
���HqBF2�\���Aj+
����k���-���E�-�a?��i
�F'[
���3ԍt���rB��\���|qJw%�a��B6�H��^ŕ����#�ǻl���~��0\�oN��1�N�!�^'�;�3��>��6+KaA��q/1<���樔
���h�S>�6���I
���g��_?G֣%�}#�.aO�C��B+�}$��R@ȕ�v�-�f�.H�������`BQ�KFb����~Y
�Va�x��?��꟎d�,S4(ݸ��?���F���KeÅ%k���Uo�U��$,�~��/r��]�S�͑A�:����*eӰ4�Ez8a�q�
ݵQPШV�^�ğ�ҍKe
#A;rr|��A�[�9fɮ��$4��Hib}	�a�yy�,�2j���<"���B'�
'�	����q�{��ǵ�I�u�)����ᓋ�.Gw7ko�+��5a_;��Z�W�#w_����F+}�R�p�hk¶z�n���	�=	�IT���	��������<'��M��C�3�t01��v[�O̫C�U׫)�G�p���C,�^~o�m4A�Еޏb�x��=�V*�F��.�~l;���E���Z,D��4k��*	L���'��썏0FǮ��c
���b�f!�R��|{���,����~���5(�7
N��L�B������w�1	�hz��e|��ԨP�Q�6;�J�שךY�s���J-��Zj����jEx���2�![p�2�8���v�m_�����lG�[�	hXup bY��pm�
�<�c�`.��epxf衇6)T��"���n��Y�SY�_?d^.�͚o�6��W����{��K�7�lI�!==P]�~��B:L1!v�q�Km����Oh
J���Yv�V��!�iw�����L4=��v�ݪ�_V��{P=��A��Y��İ��g/�'V��TL�_��W�Y��MO)Ut<s�]K�{����`����U*:PN�&	�gq�S���Jw�XD�L�O\<����
�qd�T��F����ь�+:��H��>�y��ET
ki��=!a�
K��
z�B��r�We9�B2�`E�GA��ۍ���&��h��K�ev�5�(
���y��K�MKtKظ���@���k��L�4�I�5=�^���w܌��W:�V��Qnu�$}3�]��Dms���gd��hK's.�b2ND�
��s<�	]��f�f�&��b�/grW�e�\{�;S�y��C�~=a��,��2g,t��y�D<a�o-�K=WԒ�%�|�V~à/�}��b�n>�ݪ/�����K��dЪƯ����2�	1��4�p�wW�}#�:�[Bb(љ�
���,�@(HإO��"��O�J7�����O
��hU�v[u�C�����A�3�i����VB�0���'��#��K
��L��m�;xý�djF<Lb�Z������������H7�_�s�s�|!�zX3Ru8&>�]C��t��e6.=Lc��'���MT�N6��ԟ`p⌟�ቓ'�
q��N��K�BǺ<�į����?���
�}.�:�g�*Y����#aZ���Ƕ鶫�*�ߤZ�H�W�V���z�攝V�{��#��v�Ͷ�x΅�
`<I>RR��DŽ��@z��0=�\��H�����3�����g�' ��/��"���,��r�3�͒3��ͯ8���r5��F/���06�$�<�J�kIsa[�B%��l0�2�ز�p�}�8�o8���/-y�6�)E�Z6�7IܤRd;	���H��>89-RH��U\�ӿ�ϼ�f�x�m�{d���B���)�/��r���}����\�:�q�bcT��,-YA�[�3�	��҈6�
�G�P����y��M�ާ�C���~�:�%�%r�Ʉ^�	-���bSY�K&��#S#��M��4���4:B,�'C�	A��Q-5;O[��
:��8��DKGFh�a�3yH�w���O�P�q
��J��
�i-0P7*�F���a�n����F��ifbV�
�i�y{�tf�9�=�L׼���Ta]�����������M�&�c�
2024-10-12 23:10:06.849 [TRACE] [io.openhabcloud.internal.CloudClient] - Sent content to request 14466444
2024-10-12 23:10:06.851 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 14466444, content size 63
2024-10-12 23:10:06.851 [TRACE] [io.openhabcloud.internal.CloudClient] - m$�d.��&rn��Q��O��%�w���2�lE#�����ZJP�Ԓ.,��?�|�
�
2024-10-12 23:10:06.852 [TRACE] [io.openhabcloud.internal.CloudClient] - Sent content to request 14466444
2024-10-12 23:10:06.853 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 14466444
2024-10-12 23:10:06.854 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 14466444
2024-10-12 23:10:07.823 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO ping
2024-10-12 23:10:07.850 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO pong: 27 ms

@digitaldan Can you see something suspicious within the logs @dirkdirk posted ?