node-lox-ws-api icon indicating copy to clipboard operation
node-lox-ws-api copied to clipboard

Node JS WebSocket Loxone™ API

Results 13 node-lox-ws-api issues
Sort by recently updated
recently updated
newest added

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Hello, I have problem with connection to the miniserver. I have same errors during the connection. ` 11:56:24] [LoxoneWs] Platform - Waiting 8 seconds until initial state is retrieved via...

Is there a way to send secured command for elements that require Visualisation Password? I'm attaching documentation below from official Loxone docs. I'm not sure which method from this library...

originaly posted on node-red-contrib-loxone - https://github.com/codmpm/node-red-contrib-loxone/issues/58 and suggested that error comes from this node: I am trying to get up and running node-red with my loxone miniserver, but the moment...

I am in the process of converting my scripts to TypeScript and could not find any types for `node-lox-ws-api`. Would like to suggest to add it to either @types or...

Stumbled across this API via an ioBroker adapter (https://github.com/UncleSamSwiss/ioBroker.loxone) and found a potential issue. I notice the ioBroker adapter mentioned simply relies on this API for reconnecting when the Miniserver...

Hey Alladdin, thanks at first for your great work here! As far as I know @codmpm / Patrik already contacted you about the issue regarding messages not coming through in...

Hi, my Loxone is currently running firmware 9.0.9.26 and I am connecting using 'AES-256-CBC'. This works fine. But as this mode is no longer supported in the latest version, before...

Very very good work. Thanks a lot! Can you explain me how I can check the response after sending a command? There are two usecases: 1. I need the new...

Hello, token enc encryption gets a new token every time the auth/connection is newed. This also means, since new salt each time on reconnect, that the password either needs to...