Page 1 of 1

In domoticz I see no dallas variable 12

Posted: Monday 25 September 2017 22:01
by jack100
Hi,

I have an Nodo slave with an dallas sensor and an DHT22 sensor.
With the next eventlist in the Nodo slave:
EventlistWrite; Boot 10; TimerSet 1,120;
EventlistWrite; Timer 1; TimerSet 1,120;
EventlistWrite; Timer 1; TempRead 1,12;
EventlistWrite; Timer 1; DHTRead 2,13;
EventlistWrite; Timer 1; delay 3;
EventlistWrite; Timer 1; VariableSend 12, RF;
EventlistWrite; Timer 1; delay 3;
EventlistWrite; Timer 1; VariableSend 13, RF;
EventlistWrite; Timer 1; delay 3;
EventlistWrite; Timer 1; VariableSend 14, RF;
EventlistWrite; Timer 1; delay 3;

In the serial monitor of the Nodo slave I see the variabel 12, 13 and 14. This correct.

In domoticz I see the slave with the varable 13 and 14 from the DHT22 sensor, but I don't see the variable 12 from the dallas sensor in domoticz.
What are wrong?
On the site below I read the example.
http://www.rflink.nl/blog2/devlist

Jack