Niclas Larsson

Results 9 comments of Niclas Larsson

Not sure about tasmota but esphome could just expose a sensor or so (that would be visibile in home assistant for those running that). I guess the protocol between esp...

https://github.com/marcelog/PAMI/blob/master/src/PAMI/Client/Impl/ClientImpl.php There's another one in the else statement. in ::process(): ``` $response = $this->findResponse($event); $response->addEvent($event); ``` ``` protected function findResponse(IncomingMessage $message) { $actionId = $message->getActionId(); if (isset($this->incomingQueue[$actionId])) { return $this->incomingQueue[$actionId];...

Might be due to not having the permission to do a transfer in dialplan. Check the t/T flags here: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Dial t - Allow the called party to transfer the calling...

What kind of light are you using, led? If so, try to change leading_edge to false.

Have this issue on RHEL7/RHEL8 too. Edit: Modifying `~/.config/coc/extensions/package.json` and running `npm install` works as expected.

A bit done, still buggy though: https://github.com/Edgesystems/jquery-week-calendar/blob/master/jquery.weekcalendar.js

Yes, there are done in QT6WIP.