Search found 4 matches
- Monday 18 December 2023 15:06
- Forum: Other questions and discussions
- Topic: Display Domoticz messages on your Philips TV
- Replies: 14
- Views: 6819
Re: Display Domoticz messages on your Philips TV
I used the JSTx tool in the past, I bought a new tv, so I cleaned the rubbish. Then my kid broke my new tv with some wood, so I reused my philips tv. Now I want to use the JSTx tools again, but somehow, it won't work. When I use the correct display script, I get this reply: (#) DirectFBError ...
- Sunday 22 November 2020 21:53
- Forum: Zigbee
- Topic: Dimmer function
- Replies: 3
- Views: 1861
Re: Dimmer function
Same issue here. I've found several solutions, which can't compete the functionality of the hue bridge for example. 1st. Domoticz recognize the dimmer and gives the tradfi a selector switch. For each button you can give a json command. But for a dimmer, you want a relative dimlevel changed from the ...
- Saturday 18 January 2020 9:21
- Forum: dzVents
- Topic: Presence and welcome light [Solved]
- Replies: 5
- Views: 2207
Re: Presence and welcome light [Solved]
That's it! domoticz.LOG_INFO is needed apparently.. Works as I wanted.. return { -- Count the attendees, based on the mobile phones (look for Check_presence) -- On arrival after sunset light is switched on for x minutes. on = { devices = { 'switch 1', 'switch 2' } }, logging = { level = domoticz.LOG ...
- Friday 17 January 2020 22:20
- Forum: dzVents
- Topic: Presence and welcome light [Solved]
- Replies: 5
- Views: 2207
Presence and welcome light [Solved]
Although DzVents seems to be powerful, I have to say that I've had more succes with other languages. Nevertheless I want to manage this language finally. Can someone help me with the next code? I want to convert my mobile phone switches to the amount of people who are at home. At night, I want to ...