KoolLSL

Results 7 comments of KoolLSL

I had same issue appearing after updating HA and aarlo (Arlo Pro 2). Adding backend: sse fixed it. Thanks !

I am using the recent nragon commit ahead 312ec25 https://github.com/nragon/securitasdirect with the new Securitas Direct app, and so far the HA alarm-panel or automations are working well with it. I...

For those still asking, the commit ahead 96fd7a5 on 18 Dec 2020 from https://github.com/nragon/securitasdirect is working very well once you installed the new Verisure app on your phone. The "unnamed...

It works in PT with the new app ! See https://github.com/segalion/securitasdirect/issues/22#issuecomment-766138134 You need to add "installation: nnnnnnnnn" (your Securitas installation number) in configurarion.yam

See how to fix it https://github.com/segalion/securitasdirect/issues/22

Seems LL is raining new constants, too fast for the wiki can catch up ;) Fix: Constant "CLICK_ACTION_DISABLED" (IVal 8), instead of Constant "CLICK_ACTION_DISABLED" llcClickActionTouch, Constant "LINKSETDATA_NOUPDATE" (IVal (5)), instead...

A fix: ("llSetEnvironment",LLInteger,[LLVector,LLList]), instead of ("llSetEnvironment",LLVoid,[LLVector,LLList]), Some recent functions: ("llLinkAdjustSoundVolume",LLVoid,[LLInteger, LLFloat]), ("llLinkPlaySound",LLVoid,[LLInteger, LLString, LLFloat, LLInteger]), ("llLinkSetSoundQueueing",LLVoid,[LLInteger, LLInteger]), ("llLinkSetSoundRadius",LLVoid,[LLInteger, LLFloat]), ("llLinkStopSound",LLVoid,[LLInteger]), ... ("llLinkAdjustSoundVolume",(["link","volume"],"Adjusts volume of attached sound.\n")), ("llLinkPlaySound",(["link","sound","volume","flags"],"Plays attached sound once...