Sebastian Balling

Results 17 comments of Sebastian Balling

Thank you @waldbaer for answering the question. It's up to you @TbsJah to bring up a pull request. ;-)

@Dagobert57 I think you mean this: ```JavaScript const luxtronik = require('./luxtronik'); const pump = luxtronik.createConnection('192.168.178.37', 8889); pump.prototype.writeRaw(507, 32400, function (err, data) { if (!err) { console.log(data); } }); ```

Hello Daniel, the most Paramters are also writeable. The best way would be to test it. Perhaps you want to give it a try?

I can understand that very well. I usually try to do such projects in English. But there were so many technical terms that I didn't have the courage to translate....

I've the same error. Using also Node-RED and InfluxDB as Docker container. It runs for years but now i get tons of errors. The log of InfluxDB and another docker...

Hello. I only know the Paremeters on this list: https://github.com/Bouni/Luxtronik-2/blob/master/documentation.md#meaning-of-the-data I cannot find frequencies there. So I would guess this is not possible.

Did you still get this error?