MadPatrick / somfy

Tahoma/Conexoon plugin for IO blinds, this plugin require internet connexion and a Somfy account
GNU General Public License v3.0
14 stars 3 forks source link

Adding new features for venetion blinds #5

Closed JanJaapKo closed 1 year ago

JanJaapKo commented 2 years ago

Currently only 1 action per Somfy device is supported (typically up/down). For the Venitian Blinds I'd like to add the open/close (or tilt?) feature. For this I need to upgrade the plugin to the extended plugin to be able to connect multiple Domoticz widgets to 1 Somfy device.

MadPatrick commented 2 years ago

I've tried the new version, but the blinds are not moving. The new devices are added or the old (current) are detected.

This is a snap of the log

2022-07-23 20:40:00,824 - DEBUG - connectionpool.py - Starting new HTTPS connection (1): tahomalink.com:443 2022-07-23 20:40:00,909 - DEBUG - connectionpool.py - https://tahomalink.com:443 "POST /enduser-mobile-web/enduserAPI/events/2c5bd04f-ac10-3e01-0925-6f0891572ded/fetch HTTP/1.1" 200 None 2022-07-23 20:40:00,913 - DEBUG - tahoma.py - get events response: status '200' response body: '[]' 2022-07-23 20:40:00,913 - DEBUG - tahoma.py - get_events: no DeviceStateChangedEvent found in response: [] 2022-07-23 20:40:09,092 - DEBUG - plugin.py - Polling unit in 29 heartbeats. 2022-07-23 20:40:19,083 - DEBUG - plugin.py - Polling unit in 28 heartbeats. 2022-07-23 20:40:23,745 - DEBUG - plugin.py - onCommand: DeviceId: 'io://1237-2024-7920/2331376' Unit: '5', Command: 'Set Level', Level: '12', Hue: '' 2022-07-23 20:40:23,745 - ERROR - plugin.py - unit not supported

JanJaapKo commented 2 years ago

OK, checking how to solve