christofkac
christofkac
Hi, something must be really wrong with global scripts. It seems there is a problem in global scripts defined as TS. My examples: Global Script:  My "common" scripts: JS:...
Hi, I use the adapter version 6.0.3. In the debug mode I've observed that only the global scripts with type JavaScript are copied at the beginning at the script. The...
Hi, any news on that topic? Thanks
Sorry, I thought it might have been not a classical bug as this problem was gone at some point in time. Regaring PR: I contributed in some areas but this...
Hi, bei mir funktioniert das Setzen der Boilertemperatur mit: function SetzeBoilerSoll(temperatur) { sendTo('viessmannapi.0', 'action', { feature: 'heating.dhw.temperature', action: 'setTargetTemperature', payload: {temperature: temperatur} }); } Bis dann Christof
Hi, da ich auch immer wieder auf das Problem stoße, dass ich die Login-Daten neu eingeben musste habe ich in den Code geschaut und würde gerne verstehen, warum die Logindaten...
Ne, da ich nicht weiß, ob ich irgend etwas übersehe und den Code falsch interpretiert habe. Vielleicht sollte ich einfach versuchen - man kann ja immer auf den alten Stand...
Hi, the google limitation is to my knowledge simply a given restriction from google. Therefore I switched to Amazon AWS and use Polly since many years. It looks like a...
I have the same problem. After a NodeJS update I got the error `Error: The module '/opt/iobroker/node_modules/mdns/build/Release/dns_sd_bindings.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION...
> @christofkac COuld it be permissions? iobroker processes are executed as user "iobroker" and not as normal user.... sowhen you check manually please alo execute as this user to verify...