Doorbell default status in floorplan is “on” Topic is solved

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
APDK66
Posts: 4
Joined: Monday 14 May 2018 9:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Doorbell default status in floorplan is “on”

Post by APDK66 »

Hi,

I’m working with domoticz beta V3.9546 on a raspberry pi.
In a floorplan I have a kaku ac doorbell. The status in rest is “on” (in the settings I enabled the display values for switches”.)
When I push the doorbell icon I get an error message:”Error sending switch command. Check device/hardware !”
The log shows that the “off” command was send.
Under the tab switches the doorbell works correct.

Can I somehow correct this or is this a bug?
mrf68

Re: Doorbell default status in floorplan is “on”

Post by mrf68 »

Hi,

A doorbell does not stop ringing as a response to an Off signal. When it receives an On signal it will ring once. To get it to ring again, you send another On signal. From the Switches tab you are not able to send an Off signal to a doorbell. But clicking the icon on the floorplan wants Domoticz to send an Off signal (the log is showing that) and that is not correct. In my opinion this is indeed a bug.
APDK66
Posts: 4
Joined: Monday 14 May 2018 9:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Doorbell default status in floorplan is “on”

Post by APDK66 »

mrf68 thanks for your answer. Guess that I have to wait for a fix.
APDK66
Posts: 4
Joined: Monday 14 May 2018 9:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Doorbell default status in floorplan is “on”

Post by APDK66 »

Does this topic belong in another forum? Like, bugs and problems? Situation is stll the same after a few updates.
User avatar
luberth
Posts: 34
Joined: Friday 27 April 2018 7:56
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.9700
Location: Bangert 30 Andijk Nederland
Contact:

Re: Doorbell default status in floorplan is “on”

Post by luberth »

think i have the same problem
doorbell status on floorplans always says ON
now version 4.9700

see for yourself link in signature, ring my bell when youre there;-)

lua script to set device 55 in my case doorbell to off every minute
doorbell is off now, but still error when you click it in floorplans

commandArray = {}
now=os.date("*t")
if now.min % 1 == 0 then
commandArray[#commandArray+1] = {['UpdateDevice']='55|0|0'}
end
return commandArray



or like this

lua script DoorBell_off
commandArray = {}
commandArray[#commandArray+1] = {['UpdateDevice']='55|0|0'}
return commandArray

doorbell on action
set doorbel to off after ringing 2 things in on action:
script:///home/pi/433Utils/RPi_utils/verzenden.sh 681396 10;DoorBell_off
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest