I have a somfy one camera decared as follow :
MyFoxAlarmController, par Somfy, Firmware: myfox:SomfyProtectAlarmController
I have some problems using it, could you help me with these problems please ?:
1- The arm-home does not work. The arm-absent and the disarm work properly. What could be the problem ?
2- I have create some automations triggered by the alarm state but they do not work
For example the following automation test does not work :
Please open an issue at https://github.com/imicknl/ha-tahoma with your information. There is an issue template that you have to fill in, which provides us with the required information.
Hello,
great job - I finally see my RTS pergola in HA (with Somfy integration I did not).
I have one question regarding RTS devices.
Is there a possibility how to trigger MY button? In Tahoma there is such a button. Is it also in API you are using.
Thanks for your help,
Peter
@imick, vlebourl, tetienne & jgarec thanks a lot for you excellent work.
I have a doubt: Is there any possibility to override the state of a RollerShutter in order to set “closed” from 0 to 40% and “open” above 40% without changing the core code?
I know it’s strange but as I never completly roll it down… the state keeps open forever.
I am not sure if this is possible, perhaps with a template from core. I can tell you where to make this code change, however it would be something you need to do after every update…
Thanks Mick. That’s just what I was trying to avoid, to change any core code.
I was wondering if there was any chance to set that value from de configuration.yaml but I see that implies a development you would have to do. Just for my freackness it’s not worth at all!!
Anyway I’ll try to make a fork too see it’s viability and then I’ll share with you.
Thanks for the link to the issue. I misinterpreted high interval to be very frequent - of course you’re talking about going the other way!
I’ll give it a go!
i have no idea why, but since yesterday suddenly the whole integration stopped working.
I removed it, added it again but it doesn’t find any rolluiken anymore. i don’t know where to start… this is the only error that i see
2021-04-30 08:21:42 ERROR (MainThread) [custom_components.tahoma] __init__() missing 1 required keyword-only argument: 'last_update_time'
Traceback (most recent call last):
File "/config/custom_components/tahoma/__init__.py", line 114, in async_setup_entry
places = await client.get_places()
File "/usr/local/lib/python3.8/site-packages/backoff/_async.py", line 133, in retry
ret = await target(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/pyhoma/client.py", line 307, in get_places
places = Place(**humps.decamelize(response))
File "/usr/local/lib/python3.8/site-packages/pyhoma/models.py", line 515, in __init__
self.sub_places = [Place(**p) for p in sub_places] if sub_places else None
File "/usr/local/lib/python3.8/site-packages/pyhoma/models.py", line 515, in <listcomp>
self.sub_places = [Place(**p) for p in sub_places] if sub_places else None
TypeError: __init__() missing 1 required keyword-only argument: 'last_update_time'