Tahoma Binding compatible with OH2

Hi Ondrej,

I finally received my Connexoon box and I’m running into issues quite early.

2018-01-20 14:57:28.546 [ERROR] [oma.handler.SomfyTahomaBridgeHandler] - Cannot get login cookie!
java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.tahomalink.com/enduser-mobile-web/externalAPI/json/login
	at sun.reflect.GeneratedConstructorAccessor411.newInstance(Unknown Source) [?:?]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:?]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:?]
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) [?:?]
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) [?:?]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) [?:?]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) [?:?]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) [?:?]
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) [?:?]
	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.login(SomfyTahomaBridgeHandler.java:140) [234:org.openhab.binding.somfytahoma:2.3.0.201801112201]
	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.updateTahomaStates(SomfyTahomaBridgeHandler.java:425) [234:org.openhab.binding.somfytahoma:2.3.0.201801112201]
	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.access$0(SomfyTahomaBridgeHandler.java:422) [234:org.openhab.binding.somfytahoma:2.3.0.201801112201]
	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler$1.run(SomfyTahomaBridgeHandler.java:98) [234:org.openhab.binding.somfytahoma:2.3.0.201801112201]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]

It looks like I can’t login with my credentials which I have created via https://www.somfy-connect.com.
Also if I try to login through the website https://www.tahomalink.com . I’m receiving wrong user or password.

The mobile app is working fine for me with user and password.

Do you have any recommendation what to check?

Best regards
Timmi

Sorry my fault!!!

I’ve got the binding set up with some Venetian blinds and it all seems to work great. Thanks to those who made the binding it’s awesome.

I there a way to send a small increment to the blinds??? I can do this with the RTS remote or the app.

I want to be able to tilt the blinds and at the moment, I can either open fully or close fully or use the ‘my’ setting. It’s not enough as I want to have different amounts of tilt that I set based on the weather.

Thanks,

Ian

have you tried the “orientation” channel?
this channel should control the slats orientation…

Ondrej

The Orientation channel seems to only work as a switch. So it can be either “open” or “closed”. I tried it as a dimmer type but got the error

“2018-02-18 16:25:06.499 [ERROR] [oma.handler.SomfyTahomaBridgeHandler] - Cannot send apply command setOrientation with params [19]!
java.io.IOException: Server returned HTTP response code: 400 for URL: https://www.tahomalink.com/enduser-mobile-web/externalAPI/json/apply
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [?:?]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [?:?]
at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendDataToTahomaWithCookie(SomfyTahomaBridgeHandler.java:569) [239:org.openhab.binding.somfytahoma:2.3.0.2018011521
45]
at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendCommandInternal(SomfyTahomaBridgeHandler.java:610) [239:org.openhab.binding.somfytahoma:2.3.0.201801152145]
at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendCommand(SomfyTahomaBridgeHandler.java:593) [239:org.openhab.binding.somfytahoma:2.3.0.201801152145]
at org.openhab.binding.somfytahoma.handler.SomfyTahomaVenetianBlindHandler.handleCommand(SomfyTahomaVenetianBlindHandler.java:70) [239:org.openhab.binding.somfytahoma:2.3.0.2018011521
45]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]…”

Ian

OK, it seems that RTS venetian blinds use another command for the orientation setting. Can you please PM me your getSetup response (you can see it during binding initialization on DEBUG)
thanks
Ondrej

Hi Ondrej,
thanks for your nice Work. When starting Openhab 2.2.0 with your snapshot from mentioned here Tahoma Binding compatible with OH2. I get the following Exception a few times:

Cannot send apply command setClosure with params [0]!
java.io.IOException: Server returned HTTP response code: 400 for URL: https://www.tahomalink.com/enduser-mobile-web/externalAPI/json/apply
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) [?:?]
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) [?:?]
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) [?:?]
        at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendDataToTahomaWithCookie(SomfyTahomaBridgeHandler.java:569) [195:org.openhab.binding.somfytahoma:2.3.0.201801152145]
        at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendCommandInternal(SomfyTahomaBridgeHandler.java:610) [195:org.openhab.binding.somfytahoma:2.3.0.201801152145]
        at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.sendCommand(SomfyTahomaBridgeHandler.java:593) [195:org.openhab.binding.somfytahoma:2.3.0.201801152145]

I used OH 2.1 and an older Snapshot from you before, and I didn’t get this excpetion. Do you know if this exception is critical. As far as I can see my shutters work as expected…

Hi Benjamin,

sorry to hear you have problems with my binding.
Could you please tell me, what exact device are you using? It seems it sends a command which is not recognized. I guess you are using a dimmer item and you want to open the device (rollershutter, awning etc)
Does it work for up and down commands?

Thanks.
Ondrej

The error occurred directly when starting OH without any interaction.
I’ve set the log level to TRACE (which works, I can see your log messages) but the error no longer occurs. I’ll keep an eye on it.
Is there a place to get the most recent sources? I could do some remote debugging if the error turns up again.
Best regards
Benjamin

Hi,

the latest version is always downloadable from:

https://openhab.jfrog.io/openhab/libs-pullrequest-local/org/openhab/binding/org.openhab.binding.somfytahoma/2.3.0-SNAPSHOT/org.openhab.binding.somfytahoma-2.3.0-SNAPSHOT.jar

If you face some strange behavior just let me know…

Thanks.

Ondrej

Hi all,
I just read this exciting thread, because I’m planning to buy a Somfy shutter.
To buy the right stuff, I would like to know if it is sufficient to buy an io engine only, or do I need anything else e.g. a Tahoma gateway, to integrate the shutter into my openhab system?

Cheers, Jochen

Hi, you need a gateway for using this binding. Not sure if there’s some other option than Connexoon or Tahoma, but these both gateways are confirmed to be working.
Thanks.
Ondrej

Hi Ondrej,
thanks a lot for your quick response. I will buy the connexoon io box.
Is there some documentation available how to install your binding?
The bindings I installed so far were installed by using PaperUI.

Thanks,
Jochen

Hi,

if you want to manually add a new binding not included in the official distribution, just copy the binding .jar file to addons directory of your OpenHAB installation.

So to make this binding working:

  1. download the latest version from
    https://openhab.jfrog.io/openhab/libs-pullrequest-local/org/openhab/binding/org.openhab.binding.somfytahoma/2.3.0-SNAPSHOT/org.openhab.binding.somfytahoma-2.3.0-SNAPSHOT.jar
  2. copy the jar to addons directory
  3. in OpenHAB Paper UI manually add a new thing Somfy Tahoma Bridge provided by this binding
  4. configure the bridge so it can log to Tahomalink cloud (email/password) and discover things
  5. you might find other useful info here:
    https://github.com/octa22/openhab2-addons/blob/jablotron-binding/addons/binding/org.openhab.binding.jablotron/README.md

Good luck!

Thanks.
Ondrej

Hi Ondrej,

Could you please add the “Danfoss LivingConnect 13” Thermostatic Radiator Valve (TRV) as a supported device?

[WARN ] [very.SomfyTahomaItemDiscoveryService] - Detected a new unsupported device: HeatingSystem
[WARN ] [very.SomfyTahomaItemDiscoveryService] - Supported commands: { refreshBatteryLevel (params: 0); refreshTargetTemperature (params: 0); setComfortTargetTemperature
(params: 1); setEcoTargetTemperature (params: 1); setFrostProtectionTargetTemperature (params: 1); setHolidaysTargetTemperature (params: 1); setTargetTemperature (params: 1); refreshManufactur
erSpecific (params: 0); refreshThermostatSetPoint (params: 1); refreshWakeUpInterval (params: 0); setSetPointTypeAndTargetTemperature (params: 2); setTargetWakeUpInterval (params: 1); setThermo
statSetpoint (params: 4); setTargetModeAlias (params: 1); setWakeUpInterval (params: 1); }
[WARN ] [very.SomfyTahomaItemDiscoveryService] - Device states:
{name=‘core:NeighboursAddressesState’, type=3, value=1}
{name=‘zwave:SetPointTypeState’, type=3, value=heating}
{name=‘core:TargetTemperatureState’, type=2, value=20.0}
{name=‘zwave:SetPointHeatingValueState’, type=2, value=20.0}
{name=‘zwave:ManufacturerSpecificManufacturerIdState’, type=1, value=2.0}
{name=‘zwave:ManufacturerSpecificProductTypeIdState’, type=1, value=5.0}
{name=‘zwave:ManufacturerSpecificProductIdState’, type=1, value=4.0}
{name=‘core:BatteryLevelState’, type=1, value=99.0}
{name=‘core:BatteryState’, type=3, value=full}
{name=‘zwave:WakeUpIntervalTimeState’, type=1, value=1800.0}
{name=‘zwave:WakeUpNotificationTimeState’, type=1, value=1.523097613591E12}
{name=‘zwave:ThermostatModeAliasState’, type=3, value=manu}

Best,
Roth

Hi Roth,

of course I can add it.
What channels are useful for you? What about

  • TargetTemperatureState (read/write)
  • SetPointHeatingValueState (read)
  • BatteryLevelState (read)

I am not sure if I understand correctly the difference between TargetTemperatureState and SetPointHeatingValueState. The TargetTemperatureState is the temperature you want to achieve and SetPointHeatingValueState is the current TRV temperature?Unfortunately both show 20.0 degrees C.
Can you confirn this, please?
Thanks
Ondrej

Hi Ondrej,

since some time, I’m getting the below errors, resulting out of a missing cookie it seems.
Sometimes, the binding recovers connectivity, sometimes it seems to lose it, so I need to restart it.

I would be happy if you could share any advise how to avoid those?

thanks in advance,
Kurt

2018-04-15 08:45:03.606 [ERROR] [oma.handler.SomfyTahomaBridgeHandler] - Cannot get login cookie!

java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.tahomalink.com/enduser-mobile-web/externalAPI/json/login

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]

	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:?]

	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:?]

	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:?]

	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944) [?:?]

	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939) [?:?]

	at java.security.AccessController.doPrivileged(Native Method) ~[?:?]

	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938) [?:?]

	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508) [?:?]

	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) [?:?]

	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) [?:?]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.login(SomfyTahomaBridgeHandler.java:140) [232:org.openhab.binding.somfytahoma:2.3.0.201801152145]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.updateThingState(SomfyTahomaBridgeHandler.java:450) [232:org.openhab.binding.somfytahoma:2.3.0.201801152145]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.updateTahomaStates(SomfyTahomaBridgeHandler.java:435) [232:org.openhab.binding.somfytahoma:2.3.0.201801152145]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.access$0(SomfyTahomaBridgeHandler.java:422) [232:org.openhab.binding.somfytahoma:2.3.0.201801152145]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler$1.run(SomfyTahomaBridgeHandler.java:98) [232:org.openhab.binding.somfytahoma:2.3.0.201801152145]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]

	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]

	at java.lang.Thread.run(Thread.java:748) [?:?]

Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.tahomalink.com/enduser-mobile-web/externalAPI/json/login

	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) ~[?:?]

	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:?]

	at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURLConnection.java:3053) ~[?:?]

	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderFieldKey(HttpsURLConnectionImpl.java:316) ~[?:?]

	at org.openhab.binding.somfytahoma.handler.SomfyTahomaBridgeHandler.login(SomfyTahomaBridgeHandler.java:133) ~[?:?]

	... 11 more

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

2018-04-15 08:45:03.638 [hingStatusInfoChangedEvent] - 'somfytahoma:bridge:20d4dfdc' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Cannot get login cookie

2018-04-15 08:45:03.663 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:c97f378a-32b1-4d7a-8dbe-d15f3c53d6f2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.671 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:ae7740d8-71a9-465d-b82a-d71156f9d307' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.681 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:aa30af05-ad56-4cc5-9015-9ef6a2b8ab35' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.687 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:568a1a8f-f003-46b4-838e-e146350e1b49' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.693 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:1d90d356-37ff-4088-8bb8-5d15a28c92e4' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.700 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:197095b3-fdb0-4723-ac45-f07716c6feea' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.712 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:fd4d1ed8-dad8-40b7-bfe9-a937624d066c' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.717 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:c9c5b7c3-9226-4ad4-8884-061dd3f7da65' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.724 [hingStatusInfoChangedEvent] - 'somfytahoma:gateway:20d4dfdc:1205-5986-9551' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.728 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:4710bda7-0e49-4862-9b0b-36c8c77bbfd6' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.736 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:8cb6253d-7780-42ad-87b9-243b012416f1' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.739 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:4dec644e-b355-4dae-ba94-0dbf4ceaf4b4' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.746 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:c08015db-1f33-4045-a3f6-34132a7c1480' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.749 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:42db4c29-da8c-4caa-b8b2-d39d6054efe9' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.754 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:0f2157ef-2871-4702-824f-f8efe83d3cee' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.757 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:36d51160-8f92-4d2d-a293-287a9ed43d6e' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.763 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:c488cddc-d1da-43d0-b29c-362f27929a1b' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.767 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:5514b859-f4d7-4ec6-b946-509f8ad5d171' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.770 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:5159bccc-c3e0-40d1-9ab6-7c186df796e8' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.773 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:8006552f-0f0d-42d5-b24d-10deb6be5fba' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.776 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:8cb6253d-7780-42ad-87b9-243b012416f1' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:03.778 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:dc586df7-06cb-469d-b46b-443fceb27083' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

2018-04-15 08:45:07.166 [hingStatusInfoChangedEvent] - 'somfytahoma:bridge:20d4dfdc' changed from OFFLINE (COMMUNICATION_ERROR): Cannot get login cookie to ONLINE

2018-04-15 08:45:07.178 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:c97f378a-32b1-4d7a-8dbe-d15f3c53d6f2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.194 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:ae7740d8-71a9-465d-b82a-d71156f9d307' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.205 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:aa30af05-ad56-4cc5-9015-9ef6a2b8ab35' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.212 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:568a1a8f-f003-46b4-838e-e146350e1b49' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.217 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:1d90d356-37ff-4088-8bb8-5d15a28c92e4' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.227 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:197095b3-fdb0-4723-ac45-f07716c6feea' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.236 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:fd4d1ed8-dad8-40b7-bfe9-a937624d066c' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.241 [hingStatusInfoChangedEvent] - 'somfytahoma:gateway:20d4dfdc:1205-5986-9551' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.249 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:c9c5b7c3-9226-4ad4-8884-061dd3f7da65' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.267 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:4710bda7-0e49-4862-9b0b-36c8c77bbfd6' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.275 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:0f2157ef-2871-4702-824f-f8efe83d3cee' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.279 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:5514b859-f4d7-4ec6-b946-509f8ad5d171' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.286 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:4dec644e-b355-4dae-ba94-0dbf4ceaf4b4' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.292 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:42db4c29-da8c-4caa-b8b2-d39d6054efe9' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.296 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:8cb6253d-7780-42ad-87b9-243b012416f1' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.300 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:36d51160-8f92-4d2d-a293-287a9ed43d6e' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.303 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:5159bccc-c3e0-40d1-9ab6-7c186df796e8' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.306 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:8006552f-0f0d-42d5-b24d-10deb6be5fba' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.309 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:8cb6253d-7780-42ad-87b9-243b012416f1' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.312 [hingStatusInfoChangedEvent] - 'somfytahoma:actiongroup:20d4dfdc:dc586df7-06cb-469d-b46b-443fceb27083' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.328 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:c488cddc-d1da-43d0-b29c-362f27929a1b' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

2018-04-15 08:45:07.333 [hingStatusInfoChangedEvent] - 'somfytahoma:rollershutter:20d4dfdc:c08015db-1f33-4045-a3f6-34132a7c1480' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE```

Hello,

that’s weird. What is your refresh interval and how many Somfy things do you have? I’m having 30s and it works perfectly, not errors at all with 11 devices (rollershutters)
Thanks.
Ondrej

Hi Ondrej,

As far as I understand:

  • “TargetTemperatureState” is the temperature you want it to reach (it is stored in Tahoma and is prefixed by “core:”) and you can read/write it as many time as you like.
  • “SetPointHeatingValueState” is the actual temperature set in the TRV. The TRV wakes up every 30 minutes (refreshWakeUpInterval) to get the TargetTemperature.

I hope this helps.

Thanks for answering my request!

Best,
Roth

Hi,

thanks for your swift reply. Exactly the same here: I’m having as well 30s refresh time with 11 Rollershutters. :face_with_raised_eyebrow:
I’m not using textual configuration, but PaperUI solely.

Kurt