waldbaer

Results 5 comments of waldbaer

@TbsJah The mentioned example was only a idea how a "perfect user abstraction" could look like. But to not wait for a perfect abstraction we added with #20 at least...

@Dagobert57 You can use a function node and set `msg.raw_parameter` and `msg.payload`, then forward the function node output to the 'luxtronik2 write' node. Function node content: ``` msg.raw_parameter = 507;...

@Dagobert57 The Node-RED module is "just" a wrapper around the node.js package. So it should be possible to use the `writeRaw` directly: ``` Luxtronik.prototype.writeRaw = function (parameterNumber, rawValue, callback) ```...

I stumbled over the exact same issue when debugging why excluded dates are not properly handled. The parsed exdate property is always empty. `"exdate": []`. Is here any workaround available?...

I did some more research: My thesis that the start timestamp must be incremented by the time delta to UTC seems to be correct. I did some very small 15min...