Tahoma Binding compatible with OH2

Same for me, I can’t use it anymore… I’m still on 2.4, what is the full procedure to get this working ?

1 Like

I’m on OH2.5-M5 and it stopped working for me around half an hour ago as well. I can still control the screens using the app, but I can’t login to www.tahomelink.com (although I’m 100% certain the username/password are correct). Resetting the password (confirmed working in the app on my phone) didn’t make a difference. Anything I can do to help analysis?

As mentioned earlier in this thread, not being able to login to tahomalink.com seems to be the culprit, see log below:

20:23:27.617 [DEBUG] [rnal.handler.SomfyTahomaBridgeHandler] - Getting Tahoma Updates...
20:23:27.624 [DEBUG] [rnal.handler.SomfyTahomaBridgeHandler] - Doing relogin
20:23:32.634 [TRACE] [rnal.handler.SomfyTahomaBridgeHandler] - Login response: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Overkiz - Error</title>
</head>
<body>
        <h2>Bad request</h2>
<i>Tue Dec 03 20:23:32 CET 2019</i><br/>

</body>
</html>

20:23:32.642 [DEBUG] [rnal.handler.SomfyTahomaBridgeHandler] - Received invalid data
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $

My CONNEXOON bridge is still working without issue, CONNEXOON Window RTS app is also working. Checking my account at https://www.somfy.co.uk/ shows my bridge as connected.

My bridge is registered in the UK though so maybe something is down in other regions?

I’m on OH2.4 using the latest snapshot somfy binding.

Same here. My roller shutters stopped working over the day.
In my case I got it back working by doing the following steps:

  • Upgrading Openhab to the latest 2.5 snapshot (I was already using an older 2.5 snapshot)
  • Removing the Somfy-Tahoma Binding through the PaperUI
  • Downloading the latest snapshot of the binding from Post #324 to /usr/share/openhab2/addons/
  • Various Restarts of openhab during the process :slight_smile:

Mine stopped working around 14:05 GMT and hasn’t worked since (although I’ve only been using the binding for a couple of days & it has been quite flaky) , running 2.5.0M6.

I had debug logging turned on at the time, log is:

2019-12-03 14:05:59.949 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - Detected a/an rollershutter - label: Study Blind oid: 93908e6d-ce5f-4310-9f3e-4b08b2adf106
2019-12-03 14:05:59.950 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - url: rts://0403-3767-5704/16749934
2019-12-03 14:05:59.950 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - Detected a/an screen - label: Cinema front blind oid: 2c0b782c-456b-4a47-bf6d-46582a1af543
2019-12-03 14:05:59.951 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - url: rts://0403-3767-5704/16767836
2019-12-03 14:05:59.951 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - Detected a/an screen - label: Cinema rear blind oid: a516791e-68fb-4832-a530-c732f06e941b
2019-12-03 14:05:59.952 [DEBUG] [very.SomfyTahomaItemDiscoveryService] - Detected a gateway with id: 0403-3767-5704
2019-12-03 14:06:11.262 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Getting Tahoma Updates...
2019-12-03 14:06:11.307 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Got total of 0 events
2019-12-03 14:07:01.144 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Refreshing Tahoma states...
2019-12-03 14:07:11.308 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Getting Tahoma Updates...
2019-12-03 14:07:11.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Got total of 3 events
2019-12-03 14:07:11.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Got event: GatewaySynchronizationStartedEvent
2019-12-03 14:07:11.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Got event: GatewaySynchronizationEndedEvent
2019-12-03 14:07:11.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Got event: RefreshAllDevicesStatesCompletedEvent
2019-12-03 14:07:12.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Updating all states
2019-12-03 14:08:11.355 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Getting Tahoma Updates...
2019-12-03 14:08:11.440 [ERROR] [nal.handler.SomfyTahomaBridgeHandler] - Received error code: 400
2019-12-03 14:08:11.441 [DEBUG] [nal.handler.SomfyTahomaBridgeHandler] - Received data: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Overkiz - Error</title>
</head>
<body>
        <h2>Bad request</h2>
<i>Tue Dec 03 15:08:11 CET 2019</i><br/>

</body>
</html>
 is not JSON
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
        at com.google.gson.Gson.fromJson(Gson.java:900) ~[?:?]
        at com.google.gson.Gson.fromJson(Gson.java:853) ~[?:?]
        at com.google.gson.Gson.fromJson(Gson.java:802) ~[?:?]
        at com.google.gson.Gson.fromJson(Gson.java:774) ~[?:?]
        at org.openhab.binding.somfytahoma.internal.handler.SomfyTahomaBridgeHandler.getEvents(SomfyTahomaBridgeHandler.java:194) ~[?:?]
        at org.openhab.binding.somfytahoma.internal.handler.SomfyTahomaBridgeHandler.getTahomaUpdates(SomfyTahomaBridgeHandler.java:390) ~[?:?]
        at org.openhab.binding.somfytahoma.internal.handler.SomfyTahomaBridgeHandler.lambda$1(SomfyTahomaBridgeHandler.java:113) ~[?:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_222]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_222]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_222]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
        at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:350) ~[?:?]
        at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:70) ~[?:?]
        at com.google.gson.Gson.fromJson(Gson.java:888) ~[?:?]
        ... 13 more```

Guys,

Somfy has switched off the old good v1 API, so we have to migrate the binding to v2.
I have created a PR containing the required changes. (https://github.com/openhab/openhab2-addons/pull/6500)

Hopefully it will be soon merged in 2.5 so we can catch the final OH 2.5 release.
Until this happens, please see post #324 and #329

Good luck,
Ondrej

4 Likes

Thanks, updating to the snapshot seems to have fixed the problem for now.
Next question: Following the readme, I have the following items configured:

Rollershutter Study_Blind "Study Blind" {channel="somfytahoma:rollershutter:c01604b4:93908e6d-ce5f-4310-9f3e-4b08b2adf106:control"}
Dimmer Study_Blind_D "Study Blind Dimmer" ["Lighting"] {channel="somfytahoma:rollershutter:c01604b4:93908e6d-ce5f-4310-9f3e-4b08b2adf106:control"}

The up/down/stop roller shutter control seems to work ok, but when I adjust the dimmer I get the following error in the logs:

2019-12-03 21:48:27.457 [ERROR] [nal.handler.SomfyTahomaBridgeHandler] - Received error code: 400
2019-12-03 21:48:27.458 [WARN ] [nal.handler.SomfyTahomaBridgeHandler] - Apply command response: {"errorCode":"UNSPECIFIED_ERROR","error":"Managed action group is invalid : No such command : setClosure on device rts://0403-3767-5704/16726236 (rts:RollerShutterRTSComponent)"}

Any ideas?

I guess only the IO devices are able to set/get the closure state, right? And roller shutters exist both IO and RTS…
Ondrej

Ah, obviously I should read the docs more carefully.

Is there are recommended way to use RTS blinds with Alexa if Dimmer doesn’t work?

BenniGBenjamin Gniza

21h

Same here. My roller shutters stopped working over the day.
In my case I got it back working by doing the following steps:

  • Upgrading Openhab to the latest 2.5 snapshot (I was already using an older 2.5 snapshot)
  • Removing the Somfy-Tahoma Binding through the PaperUI
  • Downloading the latest snapshot of the binding from Post #324 to /usr/share/openhab2/addons/
  • Various Restarts of openhab during the process :slight_smile:
    yes so it works fine!, thanks a lot for our support, great pleasure to work with you

I haven’t used Alexa for a while, but “switching” ON/OFF should be working (the same as for lights)

Worked perfect for me as well.

Hello , i have the problem on “home hassistant”. can you help me for find the api v2?
what document did you use to find the connectivity tahomaling api?
is it working now? just shutters or sets of hardware as before in v1?
Thank you for your help.

Hi, I have reverse engineered the tahomalink.com portal communication and found out, that there are two APIs.
Everything works almost the same as before, polling (fetching events) has changed a bit, JSON slightly differs on the new API urls…

Ondrej

Hello,

i have some troubles, since the switch in Tahoma binding. At first the orientation or the control state is always shown only a few seconds after moving. Later it shows only " - "
rolladen

But i work with a couple of rules that need the Status of the rollershutter, can anyone help me.

2nd. I have read a error in the Log of Openhab :disappointed_relieved:

2019-12-06 17:13:27.894 [ERROR] [nal.handler.SomfyTahomaBridgeHandler] - Received error code: 502

==> /var/log/openhab2/events.log <==

2019-12-06 17:13:27.900 [hingStatusInfoChangedEvent] - 'somfytahoma:bridge:73594433' 
changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Received invalid data

2019-12-06 17:13:27.908 [hingStatusInfoChangedEvent] - 
'somfytahoma:actiongroup:73594433:e56bcf29-902e-42eb-b18c-6fd5f3be7be7' changed 
from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.910 [hingStatusInfoChangedEvent] - 
'somfytahoma:actiongroup:73594433:b9c6a4f4-8caf-4321-afd4-d76dc2eb97d9' changed 
from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.915 [hingStatusInfoChangedEvent] - 
'somfytahoma:actiongroup:73594433:f980fd9e-05c6-438b-8c34-64576bf36508' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.921 [hingStatusInfoChangedEvent] - 'somfytahoma:pod:73594433:eb04bcb3-d9ff-4b73-a84e-6bf1ee272365' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.925 [hingStatusInfoChangedEvent] - 'somfytahoma:internalalarm:73594433:3d87bea5-c24e-459f-b29d-ad1e33940808' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.930 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:1a715413-0119-4f4d-97ee-f01416c3502e' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.933 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:dedf061a-8f28-4b29-a79c-cacfcee069cb' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.936 [hingStatusInfoChangedEvent] - 'somfytahoma:screen:73594433:003da9ed-a7fb-4ffa-917d-6388063150e4' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.940 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:e3d35d2d-2bff-4f3a-b84c-415f7814498c' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.943 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:376065c3-1d4c-4a0c-b9c0-bbdb734587b7' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.946 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:7b0b2e0f-94de-4a28-b23b-9c6c33668d0b' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.948 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:ff8ac9bf-c293-4daf-9504-e81a0d69039e' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:27.949 [hingStatusInfoChangedEvent] - 'somfytahoma:gateway:73594433:1205-2087-4954' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2019-12-06 17:13:38.164 [hingStatusInfoChangedEvent] - 'somfytahoma:bridge:73594433' changed from OFFLINE (COMMUNICATION_ERROR): Received invalid data to ONLINE

2019-12-06 17:13:38.166 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:e56bcf29-902e-42eb-b18c-6fd5f3be7be7' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.167 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:f980fd9e-05c6-438b-8c34-64576bf36508' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.169 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:7b0b2e0f-94de-4a28-b23b-9c6c33668d0b' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.170 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:b9c6a4f4-8caf-4321-afd4-d76dc2eb97d9' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.172 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:73594433:ff8ac9bf-c293-4daf-9504-e81a0d69039e' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.174 [hingStatusInfoChangedEvent] - 'somfytahoma:internalalarm:73594433:3d87bea5-c24e-459f-b29d-ad1e33940808' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.175 [hingStatusInfoChangedEvent] - 'somfytahoma:gateway:73594433:1205-2087-4954' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.177 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:dedf061a-8f28-4b29-a79c-cacfcee069cb' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.178 [hingStatusInfoChangedEvent] - 'somfytahoma:screen:73594433:003da9ed-a7fb-4ffa-917d-6388063150e4' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.180 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:376065c3-1d4c-4a0c-b9c0-bbdb734587b7' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.181 [hingStatusInfoChangedEvent] - 'somfytahoma:pod:73594433:eb04bcb3-d9ff-4b73-a84e-6bf1ee272365' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.183 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:1a715413-0119-4f4d-97ee-f01416c3502e' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.184 [hingStatusInfoChangedEvent] - 'somfytahoma:exteriorvenetianblind:73594433:e3d35d2d-2bff-4f3a-b84c-415f7814498c' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2019-12-06 17:13:38.269 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:dedf061a-8f28-4b29-a79c-cacfcee069cb' has been updated.

2019-12-06 17:13:38.274 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:dedf061a-8f28-4b29-a79c-cacfcee069cb' has been updated.

2019-12-06 17:13:38.280 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:1a715413-0119-4f4d-97ee-f01416c3502e' has been updated.

2019-12-06 17:13:38.286 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:1a715413-0119-4f4d-97ee-f01416c3502e' has been updated.

2019-12-06 17:13:38.311 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:e3d35d2d-2bff-4f3a-b84c-415f7814498c' has been updated.

2019-12-06 17:13:38.318 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:73594433:e3d35d2d-2bff-4f3a-b84c-415f7814498c' has been updated.

2019-12-06 17:13:38.322 [me.event.ThingUpdatedEvent] - Thing 
'somfytahoma:exteriorvenetianblind:73594433:376065c3-1d4c-4a0c-b9c0-bbdb734587b7' 
has been updated.

Hi Folks,

I’ve switch successfully to the V2 API according the discription. Only thing, I wondering about is the huge amount of log entries now. This bunch comes every single second:

==> /var/log/openhab2/events.log <==

2019-12-07 19:21:12.751 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:b536e676-9e01-4f9a-befc-e0f09aff569d' has been updated.

2019-12-07 19:21:12.757 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorscreen:2fd3198a:27a6e1b8-2e52-43da-ae8d-58964ca933ca' has been updated.

2019-12-07 19:21:12.764 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:77db2aee-6e1c-4afb-9f02-7e4f1b854bdf' has been updated.

2019-12-07 19:21:12.773 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:07b4622a-d371-429c-9403-9dd34dc128ff' has been updated.

2019-12-07 19:21:22.883 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:2fd3198a:6204a9d6-b90e-401a-94cf-15b83e6d4fae' has been updated.

2019-12-07 19:21:23.980 [vent.ItemStateChangedEvent] - occupancyStairway changed from OFF to ON

2019-12-07 19:21:32.995 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:2fd3198a:81c85ddd-16c8-4164-a0c6-04e0337edf3b' has been updated.

2019-12-07 19:21:43.036 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:b536e676-9e01-4f9a-befc-e0f09aff569d' has been updated.

2019-12-07 19:21:43.042 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorscreen:2fd3198a:27a6e1b8-2e52-43da-ae8d-58964ca933ca' has been updated.

2019-12-07 19:21:53.167 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:2fd3198a:95775f93-fa03-4894-94e5-1939151e6db5' has been updated.

2019-12-07 19:21:53.173 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:77db2aee-6e1c-4afb-9f02-7e4f1b854bdf' has been updated.

2019-12-07 19:21:53.179 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:2fd3198a:6204a9d6-b90e-401a-94cf-15b83e6d4fae' has been updated.

2019-12-07 19:21:53.185 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:exteriorvenetianblind:2fd3198a:9154d2af-3abd-4838-bca4-d1e9eb68ed52' has been updated.

2019-12-07 19:21:53.192 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:rollershutter_silent:2fd3198a:07b4622a-d371-429c-9403-9dd34dc128ff' has been updated.

2019-12-07 19:21:53.195 [me.event.ThingUpdatedEvent] - Thing 'somfytahoma:onoff:2fd3198a:756a177d-c08d-4a3b-8849-410cecf6eb45' has been updated.

I’ve to mention, it was my first manual installed binding. Do I have to setup anything else?

Thanks,

this (number 3) worked like a charm!

Thank you for your job!

Can you help for this resquest
postdata: {“actions”: [{“commands”: [{“name”: “open”, “parameters”: “”}], “deviceURL”: “io://xxxx-xxxx-xxxx/5262xxx”}], “label”: “test - fenetre amis”}
header: {‘content-type’: ‘application/json;charset=UTF-8’, ‘Cookie’: ‘JSESSIONID=AC6010C209124717459EBDD8B9750110; Path=/enduser-mobile-web; Secure; HttpOnly’}
url: https://www.tahomalink.com/enduser-mobile-web/enduserAPI/exec/apply
request.status_code 400 bad resquest
where is my error?
thank you
Yves D.

it’s nice with
postdata: {“actions”: [{“commands”: [{“name”: “close”, “parameters”: []}], “deviceURL”: "io://xxxx-xxxx-xxxx/5262xxx”}]
and
postdata: {“actions”: [{“commands”: [{“name”: “setClosure”, “parameters”: [50]}], “deviceURL”: "io://xxxx-xxxx-xxxx/5262xxx”}]

My tahoma box regularly switches between online and offline (this error seems to repeat exactly every 5 minutes)
Any idea what this could be?

In openhab.log
[ERROR] [nal.handler.SomfyTahomaBridgeHandler] - Received error code: 400

In events.log (this error seems to repeat exactly every 5 minutes)

[hingStatusInfoChangedEvent] - 'somfytahoma:gateway:8ca91fed:1215-3372-1034' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

[hingStatusInfoChangedEvent] - 'somfytahoma:awning:XXX:YYY' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

[hingStatusInfoChangedEvent] - 'somfytahoma:bridge:XXX' changed from OFFLINE (COMMUNICATION_ERROR) to ONLINE

[hingStatusInfoChangedEvent] - 'somfytahoma:awning:XXX:YYY' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

[hingStatusInfoChangedEvent] - 'somfytahoma:gateway:XXX:YYY' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE