Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Neuer Blog: Fotos und Eindrücke aus Solingen
ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added
ioBroker goes Matter ... Matter Adapter in Stable
Hi Leute / Hallo Forum,
jemand eine Idee wie man MQTT JSON Wert (Siehe Screenshot) in einen neuen "Datenpunkt" mit dem Typ "Zahl" extrahiert? VG MrPit
@mrpit
on(idSensor, function(dp) { setState(idA0, JSON.parse(dp.state.val).ANALOG.A0, true); });