I think its this one:
https://www.domoticz.com/forum/viewtopic.php?t=21213
Search found 140 matches
- Sunday 11 February 2024 12:59
- Forum: Other questions and discussions
- Topic: how send a snapshot of camera to telegram ?
- Replies: 9
- Views: 6813
- Saturday 14 April 2018 23:06
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 168231
Re: Aurora theme
Nice, looks very nice! Would it be hard to show the optionlist of rooms(dropdown) as row of buttons? Displaying the rooms as buttons could be quite handy on tablet screen since the dropdown is not that touch friendly. Perhaps the dropdown could stay where it is but the buttons would be additional ...
- Saturday 14 April 2018 22:59
- Forum: Show your projects
- Topic: Custom RFLink Gateway build
- Replies: 8
- Views: 4859
Re: Custom RFLink Gateway build
Nice work! Ethernet version would be super!
- Tuesday 10 April 2018 17:03
- Forum: Other questions and discussions
- Topic: Beware of Raspberry Pi SSH hijacks
- Replies: 23
- Views: 4469
Re: Beware of Raspberry Pi SSH hijacks
Fail2Ban or this: https://serverfault.com/a/563794
It makes ssh brute force attacks quite slow and useless..
You can use Fail2Ban also with domoticz: https://www.domoticz.com/wiki/Setup_fail2ban
It makes ssh brute force attacks quite slow and useless..
You can use Fail2Ban also with domoticz: https://www.domoticz.com/wiki/Setup_fail2ban
- Thursday 22 March 2018 22:45
- Forum: MySensors
- Topic: Multiple similar sensors to one MySensors node
- Replies: 36
- Views: 20419
Re: Multiple similar sensors to one MySensors node
Searching for this? https://github.com/domoticz/domoticz/pull/847
Perhaps the childID and presentation order could help?
Perhaps the childID and presentation order could help?
- Friday 05 January 2018 0:05
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53430
Re: [RELEASED] Python plugin to control Onkyo receivers
@dwmw2: Would it be hard to add device and learning of radio channels for pre-NRI-devices? Example what I saw at log when used remote to change radio channels: (PRSxx=Preset channel at main zone, PRZxx=Preset channel at zone2 ?) 2018-01-05 00:40:18.667 OnkyoAVTCP: Packet received: 6 PRS06 2018-01-05 ...
- Thursday 04 January 2018 23:24
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 168231
Re: Aurora theme
@pj-r: the room buttons could be a feature in the future, but for now I just want to get things stable. I suspect it would be a little complex: where would the buttons go technically (where in the html). Domoticz is very difficult to work with, as it constantly changes html output. There are bannav ...
- Wednesday 03 January 2018 0:59
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53430
Re: [RELEASED] Python plugin to control Onkyo receivers
Hi i have the same problems? I have a tx nr 609, and I have also the error xml file does not yet exit. Is there a fix? also I can't see nothing in the device list. Your receiver(like my 515 also) is too old for this plugin. It doesnt support NRIQSTN-command. Support for NRI was presented in TX ...
- Wednesday 03 January 2018 0:40
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 168231
Re: Aurora theme
Nice, looks very nice! Would it be hard to show the optionlist of rooms(dropdown) as row of buttons? Displaying the rooms as buttons could be quite handy on tablet screen since the dropdown is not that touch friendly. Perhaps the dropdown could stay where it is but the buttons would be additional ...
- Wednesday 20 December 2017 23:59
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 168231
Re: Aurora theme
Nice, looks very nice! Would it be hard to show the optionlist of rooms(dropdown) as row of buttons? Displaying the rooms as buttons could be quite handy on tablet screen since the dropdown is not that touch friendly. Perhaps the dropdown could stay where it is but the buttons would be additional ...
- Thursday 30 November 2017 12:04
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53430
Re: [RELEASED] Python plugin to control Onkyo receivers
https://github.com/miracle2k/onkyo-eiscp has that in a machine-readable form already. See https://github.com/miracle2k/onkyo-eiscp/blob/master/commands/zone3/NT3.yaml for example. Ah, nice. Makes things easier :) If a receiver doesn't support NRI, how do we know what its model is? Looks like some ...
- Thursday 30 November 2017 11:52
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53430
Re: [RELEASED] Python plugin to control Onkyo receivers
Idea: receivers that doest support NRI. Could we create one monster json file that defines all the receivers and what those are supporting. Then another where user can configure everything that comes in xml with NRI command? Or event better: UI to configure the device? So the basic conf and ...
- Monday 30 October 2017 8:41
- Forum: dzVents
- Topic: How to check if group state is mixed?
- Replies: 3
- Views: 1139
Re: How to check if group state is mixed?
How expensive would it be to build device-id's list(and perhaps some other group device properties) for group when application is started and refresh it when group(scene) is modified? SELECT Scenes.ID AS SceneID, SceneDevices.DeviceRowID AS DeviceID, SceneDevices.Cmd AS DeviceCommand, SceneDevices ...
- Sunday 29 October 2017 21:45
- Forum: dzVents
- Topic: How to check if group state is mixed?
- Replies: 3
- Views: 1139
Re: How to check if group state is mixed?
This is what I ended up by now. local kitchenLightsGroup = {'Eteinen-spotit', 'Kettio-spotit-vasen', 'Keitto-spotit-oikea', 'Ruokapoyta', 'Saareke katto', 'Allastaso', 'Ylakaapit', 'Ylavalo'} return { on = { devices = { ['Motion-kids'] = {'between 02:00 and 07:00'} }, timer = { 'every minute between ...
- Sunday 29 October 2017 20:44
- Forum: dzVents
- Topic: How to check if group state is mixed?
- Replies: 3
- Views: 1139
How to check if group state is mixed?
How can I check if group state is 'mixed'? The domoticz.groups('myGroup').state returns 'Off' even there is one light turned on and UI shows 'mixed'. Is it possible to get list/table of devices from group? I'd like to create a rule if any of the lights in one group is on then I wouldnt want to turn ...
- Saturday 28 October 2017 17:15
- Forum: Suggestions
- Topic: General Modbus support
- Replies: 36
- Views: 22178
- Tuesday 24 October 2017 15:45
- Forum: Design, usability and languages
- Topic: SNEAK PREVIEW - New default theme
- Replies: 153
- Views: 57861
Re: SNEAK PREVIEW - New default theme
@blauwebuis: have you got any updates from gizmocuz about merging this into devel?
- Wednesday 11 October 2017 9:11
- Forum: Design, usability and languages
- Topic: SNEAK PREVIEW - New default theme
- Replies: 153
- Views: 57861
- Saturday 07 October 2017 21:50
- Forum: Rfxcom Transceiver
- Topic: Adding lan interface to RfxTrx433E
- Replies: 24
- Views: 14281
Re: Adding lan interface to RfxTrx433E
I fixed the first post. I did this modification to RfxTrx433E not to RfxTrx433. Sorry for that misleading information. Posting with little sleep can cause this sometimes..
- Monday 25 September 2017 10:05
- Forum: LUA
- Topic: Script runs every 5 seconds instead of once a day
- Replies: 4
- Views: 2349
Re: Script runs every 5 seconds instead of once a day
You'll have to check what is triggering your script. For me it looks like your script is triggered on every event happening. Lua scripts will normally get executed: - time (once a minute) - device (every time some device state changes) - or both So put the script in time mode and add check for what ...