steffenmllr / node-red-contrib-sonoff-tasmota

Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
MIT License
19 stars 14 forks source link

I got this #16

Closed simonetolomelli closed 5 years ago

simonetolomelli commented 6 years ago

RangeError: Maximum call stack size exceeded schermata 2018-03-13 alle 17 22 43

l3d00m commented 6 years ago

This means that something is calling itself infinitely (recursive). This happens because the switch gets the light's state and passes it again to the light which passes it to the switch ...

In the switch you have to disable that the input state should be passed to the output if you're using this setup (the x)