Search found 1 match

by froglock30
Friday 13 December 2019 9:03
Forum: Python
Topic: Update a dummy temp sensor using DomoticzEvents
Replies: 9
Views: 2004

Update a dummy temp sensor using DomoticzEvents

Hi,

I wrote a python Time script to manage my boiler.

I am able to read my dummy temp sensor using : DomoticzEvents.Devices["My device"].n_value_string

But I am not able to write into this device

DomoticzEvents.Devices["My device"].n_value_string = 22.5 does nothing.

I am able to manage dummy ...