Search found 16 matches
- Wednesday 02 November 2016 12:44
- Forum: Other questions and discussions
- Topic: Updating the status of Domoticz switches without triggering?
- Replies: 37
- Views: 17998
Re: Updating the status of Domoticz switches without triggering?
it's a development platform so you have to develop any deviation from the functionality you are given... In my case, i use MQTT Client Gateway with LAN interface so any changes in switches are dumped in MQTT topic domoticz/out where I can catch them using Node-Red and process as I want. Some people ...
- Wednesday 21 September 2016 14:45
- Forum: Other questions and discussions
- Topic: Send to Google Sheets / save all data
- Replies: 6
- Views: 2754
- Wednesday 21 September 2016 14:26
- Forum: Other questions and discussions
- Topic: Best practices for Domoticz logfile?
- Replies: 55
- Views: 24720
Re: Best practices for Domoticz logfile?
Gentlemen are you sure that HUP signal does its job? In my case any attempts to run /usr/bin/killall -HUP /home/pi/domoticz/domoticz /usr/bin/killall -SIGHUP /home/pi/domoticz/domoticz cause no visible effects in /var/log/domoticz.txt so I am not sure that this signal is handled by the domoticz at ...
- Thursday 15 September 2016 1:37
- Forum: Other questions and discussions
- Topic: syslog question
- Replies: 6
- Views: 1647
Re: syslog question
I use the same stable version. And I have the same problem = all variants of -syslog local0...local7 settings are ignored Instead, some logging info is fragmented across facility 1 (/var/log/user.log & syslog): Domoticz is starting up.... Domoticz running... ... Domoticz is exiting... Domoticz ...
- Wednesday 14 September 2016 15:09
- Forum: Other questions and discussions
- Topic: Send to Google Sheets / save all data
- Replies: 6
- Views: 2754
Re: Send to Google Sheets / save all data
It's possible. I went this way but be prepared for challenges https://github.com/burnash/gspread This is Python API so you will have to use python scripting. I am personally don't know python so I had to heavily abuse Google search to make every little step ahead. I used python 2.7 My script reads ...
- Monday 12 September 2016 14:38
- Forum: Other questions and discussions
- Topic: How to send notifications only on the toggle
- Replies: 0
- Views: 454
How to send notifications only on the toggle
Hello My custom handmade script acts as a sensor and scans Playstation devices at home as well as the status of PSN (Playstation Network). The objective is to notify my when the stations are on or when PSN is broken. The script works good more or less and it uses JSON API to update a dummy devices ...
- Monday 28 December 2015 9:26
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Is the Logging configurable?
- Replies: 0
- Views: 675
Is the Logging configurable?
Hello I wonder if I can configure the logger more precisely in order to troubleshooting for a particular module. I used to develop in Java and it was very practical to use Jog4J - it allowed any module to log its messages in any level of details under its own namespace For example, when I am facing ...
- Tuesday 22 December 2015 10:48
- Forum: Switches and Scenes
- Topic: Media player switch type
- Replies: 2
- Views: 2689
Re: Media player switch type
Thanks for the feedback I don't really know what is the functionality of 'Floorplan' and in my case my 'Media Player' switch is defined under 'Switches' tab of main menu (Dashboard, Switches, Scenes, Temperature, Weather, Utility, Setup) I added a new hardware Dummy (...use for virtual switches only ...
- Monday 21 December 2015 23:19
- Forum: Switches and Scenes
- Topic: Media player switch type
- Replies: 2
- Views: 2689
Media player switch type
Hello I see there is a special type of switch 'Media Player' which is supposed to have additional state 'Stream Pause' What is it for, or how I can use it? I recognized that it has dual logo with the windows media player icon and a remote control unit also: when it's 'off' then only the icon of ...
- Wednesday 16 December 2015 12:35
- Forum: Other questions and discussions
- Topic: Update status of switch?
- Replies: 2
- Views: 933
Re: Update status of switch?
Is there a way to make Domoticz perform such the poll requests? Which component or module of Domoticz should be used for? I understand that I may use cron daemon at Linux level, it could be done from RPi 2 where Domoticz is run. However I guess it would be more logical and elegant to have it done ...
- Tuesday 15 December 2015 10:18
- Forum: Other questions and discussions
- Topic: Logitech Media Server
- Replies: 409
- Views: 92114
Re: Logitech Media Server
I have Logitech Squeezebox Radio (code name baby) and I am happy to listen it without any LMS installed in my home. Please hint if it is possible to setup my Radio in Domoticz directly having no LMS? As I understand the concept used in Domoticz is to manage not media players but the corresponding ...
- Monday 14 December 2015 23:26
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143483
Re: [90] MQTT Support
Aha! That's the way to go! Thanks, Kouseri!Kouseri wrote:...MQTT Client Gateway with LAN Interface device...
I would agree with the topic starter of How to use "MQTT Client Gateway with LAN interface" that the description of MQTT at WIKI isn't clear.
Will be digging further.
- Monday 14 December 2015 22:22
- Forum: Switches and Scenes
- Topic: On/Off action script trigger
- Replies: 12
- Views: 18129
Re: On/Off action script trigger
That's fantastic idea to offer people looking for documentation to write one instead! Right! If I cannot figure out how it works then I should be just the best contributor to the knowledge base
- Monday 14 December 2015 15:30
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143483
Re: [90] MQTT Support
Dear community, let me please ask you to confirm my understanding that domoticz isn't actually an MQTT client and has no settings to specify to which MQTT topic to subscribe. The platform Domoticz only allows external applications like Node-RED script to manipulate with MQTT messages and send ...
- Monday 14 December 2015 14:49
- Forum: Switches and Scenes
- Topic: On/Off action script trigger
- Replies: 12
- Views: 18129
Re: On/Off action script trigger
Folks, what's the point to name scripts like script_device_%subject% if I have to specify the name manually anyway? It works even if I name it player_on.sh under the folder /home/pi/domoticz/scripts And if I specify On Action: script://player_on.sh then it is executed every time when I switch it on ...
- Friday 11 December 2015 11:52
- Forum: MySensors
- Topic: MySensors - Gateway to Domoticz
- Replies: 318
- Views: 169148
Re: MySensors - Gateway to Domoticz
For the connection question : Connection is to the Arduino via a serial USB interface. As for RFXcom devices, it is convenient to make a persistent device name that Domoticz can read and write also for the MySensors gateway connection. Use the lsusb command to display the vendor and product id ...