Search found 14 matches
- Tuesday 17 May 2022 9:16
- Forum: LUA
- Topic: issue command "getdeviceinfo"
- Replies: 5
- Views: 373
Re: issue command "getdeviceinfo"
Seems strange that you do not get the correct MQTT message out when you set the selector switch. I suppose you do that manually or by another scripting way? You are so right. See this commit I made in Reacticz. https://github.com/domoticz/Reacticz/commit/d6241eb8d505c3f8995b633fb482bb6729280f79 I ...
- Sunday 15 May 2022 20:26
- Forum: LUA
- Topic: issue command "getdeviceinfo"
- Replies: 5
- Views: 373
Re: issue command "getdeviceinfo"
I have an issue with a dummy switch of type selector. Usually a switch (e.g. of type on/off) reports it's state on MQTT once it is changed via MQTT (I am using Reacticz for that). This is good to have, because with this other MQTT clients are informed of this change when they are listening on ...
- Friday 13 May 2022 19:05
- Forum: LUA
- Topic: issue command "getdeviceinfo"
- Replies: 5
- Views: 373
issue command "getdeviceinfo"
Hello together, is it possible to issue the command "getdeviceinfo" via script (LUA, dzVents, etc.)? And how would this be possible? Maybe you can provide some example. Best regards wewa PS: I have to admit that I failed to issue this command via some Domitcz script. I could never see the device ...
- Saturday 30 January 2021 16:49
- Forum: Suggestions
- Topic: Simple Timer
- Replies: 1
- Views: 287
Simple Timer
Hello, I think it would be a good idea to add a user friendlier timer function for switches. I know the current implementation is generic and really powerful. But sometimes (e.g. for not so technical affine Domoticz GUI users) a simpler mechanism would be helpful. I am thinking of a user interface ...
- Monday 10 June 2019 17:39
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 51092
Re: Domoticz to Google Assistan integration
Try to set 'ack' : False or remove that line DOMOTICZ_SWITCH_PROTECTION_PASSWD must be the same as in domoticz settings (works only with numbers). if you have password protection in domoticz you have to disable this in that device in domoticz for not using a pin in GA. It worked with removing the ...
- Tuesday 04 June 2019 20:26
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 51092
Re: Domoticz to Google Assistan integration
Hello, I can't connect via Google Home app. I find my [test] service, get redirected to the login page where I enter the Oauth credentials and the Google Home app tells me that it is connecting to my [test] service. But this status window disappears after some time and my [test] service ist not ...
- Monday 03 June 2019 16:25
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 51092
Re: Domoticz to Google Assistan integration
[...] Check your urls and settings on Actions on Google. Are you running on same machine as domoticz? I double checked the urls in Actions. All seem correct: Build - Actions: https://[MYURL]/smarthome Advanced Options - Account linking - Authorization URL: https://[MYURL]/oauth Advanced Options ...
- Sunday 02 June 2019 20:14
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 51092
Re: Domoticz to Google Assistan integration
Hello, I can't connect via Google Home app. I find my [test] service, get redirected to the login page where I enter the Oauth credentials and the Google Home app tells me that it is connecting to my [test] service. But this status window disappears after some time and my [test] service ist not ...
- Sunday 12 May 2019 17:57
- Forum: Other questions and discussions
- Topic: Reduce log size
- Replies: 0
- Views: 268
Reduce log size
Hello everybody,
my heatingcontrol transmits status information (pump state, mode, ...) every second via MQTT. This information is logged by Domoticz and fills up the database. Is it possible to configure to log only changed information?
Best regards,
wewa
my heatingcontrol transmits status information (pump state, mode, ...) every second via MQTT. This information is logged by Domoticz and fills up the database. Is it possible to configure to log only changed information?
Best regards,
wewa
- Sunday 12 May 2019 12:36
- Forum: Other questions and discussions
- Topic: Change ThermoStat value on FloorPlan
- Replies: 1
- Views: 403
Re: Change ThermoStat value on FloorPlan
Hello luberth,
this issue is also discussed in this thread https://www.domoticz.com/forum/viewtopi ... 34&t=13828 but it seems that there is no solution so far ...
this issue is also discussed in this thread https://www.domoticz.com/forum/viewtopi ... 34&t=13828 but it seems that there is no solution so far ...
- Sunday 12 May 2019 12:33
- Forum: Suggestions
- Topic: Thermostat setpoint support
- Replies: 7
- Views: 6593
Re: Thermostat setpoint support
Hello ArturK, did you find a solution for your issue "4." (thermostat setpoint in floorplan)? 4. When I click the thermostat icon (menu > floorplan), a window appears with the graph. A window should appear to change the temperature (as in the utility menu). This issue is also discussed in this ...
- Sunday 12 May 2019 12:28
- Forum: Heating/cooling
- Topic: Setpoint widget in a floorplan
- Replies: 23
- Views: 6444
Re: Setpoint widget in a floorplan
[PUMP] I would need/prefer the same solution as mentioned by CarlosDom. Hello. Many thanks for the great software and the great ideas you share in this forum. This is my first post on this site. Let me go straight to my question: Does domoticz support accessing a setpoint widget from the floorplan ...
- Saturday 11 May 2019 14:28
- Forum: Other questions and discussions
- Topic: Transmit status of Domoticz devices regularly via mqtt
- Replies: 1
- Views: 550
Re: Transmit status of Domoticz devices regularly via mqtt
I found one solution which works for me. Simply poll the data by requesting the device info, as described here: https://www.domoticz.com/wiki/MQTT#Request_Device_Info. Send following command to topic 'domoticz/in'. {"command": "getdeviceinfo", "idx": 2450 } But I am not really happy with that ...
- Saturday 11 May 2019 10:40
- Forum: Other questions and discussions
- Topic: Transmit status of Domoticz devices regularly via mqtt
- Replies: 1
- Views: 550
Transmit status of Domoticz devices regularly via mqtt
Hello everybody, I use the "MQTT Client Gateway with LAN Interface" on Domoticz V4.10717. Right now the status or value of different devices (e.g. dummy switch or Open Weather Adapter) is sent via MQTT only if they are updated. I would need them to be sent regularly with a certain time interval ...