Search found 5 matches

by hanskenpensken
Tuesday 19 May 2020 8:19
Forum: Examples & Solutions
Topic: Humidity Increase
Replies: 3
Views: 942

Re: Humidity Increase

Hi there,
apparently there is a typo in the wiki-example nd needs to be end.
:)

However, i'm still getting the error




return
{
on =
{
timer = {'every 5 minutes'}
},
data =
{
previousHumidity = { initial = 100 }
},
execute = function(domoticz)
local bathroomSensor = domoticz.devices ...
by hanskenpensken
Monday 18 May 2020 21:39
Forum: Examples & Solutions
Topic: Humidity Increase
Replies: 3
Views: 942

Humidity Increase

Hi,
I'm still in the learning phase.
But i can't figure out how i can get this wiki DzVents example to get to work.

The script
{
on =
{
timer = {'every 5 minutes'}
},
data =
{
previousHumidity = { initial = 100 }
},
execute = function(domoticz)
local bathroomSensor = domoticz.devices ...
by hanskenpensken
Monday 04 February 2019 17:09
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 34949

Re: Python Plugin: ebusd

Hi,
Thank you for the specification!
by hanskenpensken
Monday 04 February 2019 14:40
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 34949

Re: Python Plugin: ebusd

At first i didn't get a value for z1RoomTemp.
Which i found strange, so i put the bashcommand "ebusctl read z1RoomTemp" out, resulted in a " ERR: CRC Error."
However, then, i tried again, and got a useful result (18.8125)

So finally,

z1RoomTemp": {
"name": "z1RoomTemp",
"passive": false ...
by hanskenpensken
Saturday 02 February 2019 9:24
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 34949

Re: Python Plugin: ebusd

Goodmorning all,
First and foremost. Congratz with this plugin.

I have a question. As the plugin seems to be unable to read certain values. Especially the z1roomtemp would come in handy :)

2019-02-02 08:18:03.616 (Heating) Device Heating - 700:z1nighttemp - tempv unit 27 and deviceid 700 ...