Search found 4 matches

by jonasmj
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Simple? LUA for tellstick.net zwave
Replies: 4
Views: 11378

Simple? LUA for tellstick.net zwave

I am trying to turn of a Nexa on/off switch whenever it is turned on. Reason is that I try to emulate a momentary switch to trigger a relay. (in practical getting the switch would close about 1-3 seconds after pressed "on" in tellstick.net) I am a total beginner and below code is my very f...
by jonasmj
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Simple? LUA for tellstick.net zwave
Replies: 4
Views: 11378

Re: Simple? LUA for tellstick.net zwave

local deviceManager = require 'telldus.DeviceManager' local breaker = 'Nexa ZW 1' --Nexa AN179 z-wave on/off switch function onDeviceStateChanged(device, state, stateValue) if (device:name() ~= breaker) then return end if (device:state()==1) then device:command('turnoff', nil, 'breaker') end end Th...
by jonasmj
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Login issue
Replies: 0
Views: 7834

Login issue

To access beta I need to login locally. 9 of 10 times (or such) I get: "You tried to log in as ********** but this TellStick ZNet is activated to " I emailed support on this earlier and they said to wait and try again. Been trying for two days now. Numerous reboots and different browsers t...
by jonasmj
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Logga och se statistik! web + app. Inget abonnemang krävs!
Replies: 14
Views: 7293

Re: Logga allt och se statistik - www.weio.do

Ser kanon ut! Har saknat loggningsfunktion länge.
Har du planer på att låta soteringen av grafer etc göras av användare? Skulle vilja ha energi längst ner (då jag i dagsläget inte loggar det)