Page 2 of 2

Re: Multi sensor ds18b20 on Tasmota firmware

Posted: Monday 20 July 2020 17:31
by jake
I simply put 6 of these temperature sensors in parallel on sonoff basis with Tasmota and with the Tasmoticz plugin all 6 sensors showed up in domoticz without any programming

Re: Multi sensor ds18b20 on Tasmota firmware

Posted: Tuesday 21 July 2020 7:31
by Deali
Hi Jake,
thank you for pointing it to me. I did not know about it. It is working perfekt! :idea:

Best regards...

Re: Multi sensor ds18b20 on Tasmota firmware

Posted: Monday 15 February 2021 22:40
by PVerburg
I used a rule to add my second senor.

{"Rule3":"ON","Once":"OFF","StopOnError":"OFF","Length":213,"Free":298,"Rules":"on tele-DS18B20-1#Temperature DO VAR11 %value% endon on tele-DS18B20-2#Temperature DO VAR12 %value% endon on tele-DS18B20-2#Temperature DO publish domoticz/in { \"idx\": 677, \"nvalue\": 0, \"svalue\": \"%value%\" } endon"}

change idx to your value.

Paul V.