Sebastian Raff

Results 222 comments of Sebastian Raff

Die "Rega" (die Logikschicht der Homematic CCU die die Programme ausführt) anzusprechen ist glaube ich kein Ziel von Owagner ;) Vorschlag: Benutze doch Node-Red um die Rega direkt anzusprechen. Du...

https://github.com/hobbyquaker/hm2mqtt.js unterstützt nun auch das starten von Rega-Programmen via MQTT.

Bitte versuche mal den rfd nicht über das Startscript sondern "von Hand" zu starten: `sudo -u hmcon /opt/hmcon/bin/rfd -c -f /opt/hmcon/etc/rfd.conf` Ich hoffe wir bekommen damit eine aussagekräftige Fehlermeldung.

Konnte das Problem (glaube ich) reproduzieren: https://github.com/eq-3/occu/issues/31

Hmm, kann ich vorerst nicht weiterhelfen :( mal sehen ob eQ-3 was dazu sagt

https://github.com/hobbyquaker/hm2mqtt.js unterstützt nun auch die Verwendung von Rega-Variablen via MQTT.

I'm using many topics with spaces, no pain for me. But if you want you can introduce a new command line param like e.g. `--replace-spaces` or smth.

Oh yes, you're right. Obviously never tested that. I would prefer to stick with setValue for /set/ topics - as this is the way eQ-3's documentation describes for setting distinct...

Hi Simon, for clarification: the purpose of ```javascript case 'ENUM': if (typeof val === 'string') { if (paramset.ENUM && (paramset.ENUM.indexOf(val) !== -1)) { val = paramset.ENUM.indexOf(val); } } ``` in...

can you give me an example payload? Also helpful would be the hue2mqtt.js log output (start with `-v debug`).