Page 1 of 1
Migrate from version 1.1.2
Posted: Monday 24 July 2017 9:44
by DewGew
Great that DzVents is now integrated into Domoticz.
How do I change this code to DzVents 2.1.0 ?
Code: Select all
for i, v in pairs(devicechanged) do phone = i end
domoticz.log('<font color="green">' ..phone.. ' är hemma</font>',domoticz.LOG_ERROR)
Re: Migrate from version 1.1.2
Posted: Monday 24 July 2017 11:20
by DewGew
I also got this error when I try to update my uservariable ...
Is this a bug ?
Re: Migrate from version 1.1.2
Posted: Monday 24 July 2017 11:38
by Westcott
That old one!
It's the browser intercepting '¶' and converting it to the paragraph symbol
Re: Migrate from version 1.1.2
Posted: Monday 24 July 2017 11:48
by DewGew
Westcott wrote:That old one!
It's the browser intercepting '¶' and converting it to the paragraph symbol
I found the problem with updating my uservariables. dzVents 2.1.0 does not support spaces in the uservariable names anymore. It worked with 1.1.2..
Re: Migrate from version 1.1.2
Posted: Tuesday 25 July 2017 9:02
by dannybloe
Ah, that's a bug indeed. I'll fix it. On the other hand.. who uses spaces in variable names anyway??? Bad practise actually. Domoticz shouldn't allow this in the first place.