you can hide the nodeon buttons by placing a $ (dollar sign) infront of it
and on your remote you have 4 buttons, they are normally used to activate a scene, or a light
So what you can do, is learn one button to a scene 'On' and one to a scene 'Off'
But i think when you place a $ sign in front of your switches that you normally dont want to see, that this will already cleanup your switches tab
Nodon Soft Remote crc 360x
Moderator: leecollings
- gizmocuz
- Posts: 2486
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Nodon Soft Remote crc 360x
Quality outlives Quantity!
Re: Nodon Soft Remote crc 360x
thanks, I did not know you could hide switches in domoticz, both search and google failed me.
but how to I "unhide" switches?
it seems the nodon remotes cannot be used in "mono" mode, and running them in scene mode it is not possible to directly control a switch by adding the remote to the z-wave group.
I did by mistake try to add a remote where I had not yet created the button devices to a scene, and that works too, there is really no need to add the as devices in the gui

but how to I "unhide" switches?
it seems the nodon remotes cannot be used in "mono" mode, and running them in scene mode it is not possible to directly control a switch by adding the remote to the z-wave group.
I did by mistake try to add a remote where I had not yet created the button devices to a scene, and that works too, there is really no need to add the as devices in the gui
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: Nodon Soft Remote crc 360x
I have some (rebranded versions of the) AeonLabs Minimotes. I was also struggling with making so much new scenes for the remote buttons, and not being able to reuse switches or groups.
The solution I am using is a LUA device script.
The solution I am using is a LUA device script.
- Add the remote buttons as switches to the Switches tab via Devices and using the green button Add Light/Switch Device.
- On the Switches tab, add a $ before the switch name to hide it from the overview. You have to follow these steps otherwise the button won't trigger the LUA script.
- Make a device LUA script, for example
Code: Select all
commandArray = {} if (devicechanged['$Button1'] == 'On') then commandArray['Group:Lampen kamer']='On' end if (devicechanged['$Button2'] == 'On') then commandArray['Group:Lampen kamer']='Off' end return commandArray
Not using Domoticz anymore
- gizmocuz
- Posts: 2486
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Nodon Soft Remote crc 360x
You can place the swithes in a room, there you will see the hidden switches if you need
I understand you want some sort of 'toggle' mode, yes this is possible with a blockly too, no need for a lua script as blockly is faster
I understand you want some sort of 'toggle' mode, yes this is possible with a blockly too, no need for a lua script as blockly is faster
Quality outlives Quantity!
-
- Posts: 69
- Joined: Monday 30 November 2015 11:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Nodon Soft Remote crc 360x
Gizmocuz, the fibaro button could work the same way? What is exactly the difference between scence activation type and central scene? Thanks!
Enviado desde mi iPhone utilizando Tapatalk Pro
Enviado desde mi iPhone utilizando Tapatalk Pro
- gizmocuz
- Posts: 2486
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Nodon Soft Remote crc 360x
I have no idea, i have to do some investigation on google to find this out. sorrynizaga wrote:Gizmocuz, the fibaro button could work the same way? What is exactly the difference between scence activation type and central scene? Thanks!
Enviado desde mi iPhone utilizando Tapatalk Pro
Quality outlives Quantity!
Who is online
Users browsing this forum: No registered users and 1 guest