Hey,
As far as I can see there's currently no support for Thermostat on MQTT. Would be cool to implement this hopefully in such way that it supposerts Evohome - https://www.domoticz.com/wiki/Evohome#T ... d_HGI80.29
Search found 73 matches
- Wednesday 02 January 2019 15:49
- Forum: Suggestions
- Topic: MQTT Thermostat Support
- Replies: 0
- Views: 545
- Friday 13 April 2018 17:40
- Forum: Other questions and discussions
- Topic: ser2net with rfxcom : help please
- Replies: 3
- Views: 3729
Re: ser2net with rfxcom : help please
you sir saved my day, thanks
- Wednesday 14 February 2018 18:22
- Forum: Z-Wave
- Topic: Confused about which device belong to which zwave-node
- Replies: 65
- Views: 15527
Re: Confused about which device belong to which zwave-node
just create a custom.js file on /domoticz/www/styles/your_theme and paste jQuery(window).load(function() { setTimeout(function () { $("#devices tbody tr").each(function() { var html = $(this).children()[2].innerHTML; var className = $(this)[0].className; var res = html.match(/(\s[0-9]{3}\s[\(][0-9]x ...
- Wednesday 14 February 2018 12:04
- Forum: Z-Wave
- Topic: Confused about which device belong to which zwave-node
- Replies: 65
- Views: 15527
Re: Confused about which device belong to which zwave-node
thank you @jvdz - this is the single best add to Domoticz since I can remember :D As a suggestion, add a "link" on the device ID to filter the devices' table. This is how I'm doing it now (added to my themes custom.js) $("#devices tbody tr").each(function() { var html = $(this).children()[2 ...
- Friday 22 December 2017 10:26
- Forum: Z-Wave
- Topic: Confused about which device belong to which zwave-node
- Replies: 65
- Views: 15527
Re: Confused about which device belong to which zwave-node
Cool.
That's actually another question I have, not sure why the "replacement" option isn't available for Z-Wave devices...
That's actually another question I have, not sure why the "replacement" option isn't available for Z-Wave devices...
- Thursday 21 December 2017 13:07
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
apparently it's not...or it's not a priority 

- Thursday 21 December 2017 12:59
- Forum: Z-Wave
- Topic: Confused about which device belong to which zwave-node
- Replies: 65
- Views: 15527
Re: Confused about which device belong to which zwave-node
+1 for this
it's the *one* thing that pisses me off with Domoticz...it's OK if you have half a dozen devices, a mess when you have 50!
I'm wondering if theres something preventing this from being implemented of if I can help in any way...
it's the *one* thing that pisses me off with Domoticz...it's OK if you have half a dozen devices, a mess when you have 50!
I'm wondering if theres something preventing this from being implemented of if I can help in any way...
- Monday 12 December 2016 20:57
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 140518
Re: [90] MQTT Support
Are there any plans to continue improving MQTT supported commands such as setcolbrightnessvalue?
- Monday 14 November 2016 17:34
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
I'm either missing the point or have explained myself incorrect. the HArdwareID you mention is not a device node ID. So say you can have an Aeon Z-Stick (HardwareID 2) and multiple a Fibaro Dimmer (nodeID 10). There's no way on the UI or the database to know what devices (DevicesStatus) have been ...
- Sunday 13 November 2016 23:53
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
I've scavenged the DB and couldn't find anything relevant 

- Sunday 13 November 2016 23:45
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
that's interesting, so it sounds like there's a way to "link" Hardware (as in Z-Wave device) with a Domo device somehow..
I can't understand why we can't see this in the device list so that we can easily see which devices have been created by a "Z-Wave device"
I can't understand why we can't see this in the device list so that we can easily see which devices have been created by a "Z-Wave device"
- Friday 14 October 2016 11:58
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 140518
Re: [90] MQTT Support
don't think you can, you'll need to use http instead
- Friday 26 August 2016 15:57
- Forum: Suggestions
- Topic: Domoticz API: List hidden Rooms and Floorplans
- Replies: 3
- Views: 1324
Re: Domoticz API: List hidden Rooms and Floorplans
can't see how that's a problem, just replace 192.168.1.2 with your Domoticz IP
- Thursday 25 August 2016 17:20
- Forum: Suggestions
- Topic: Domoticz API: List hidden Rooms and Floorplans
- Replies: 3
- Views: 1324
Re: Domoticz API: List hidden Rooms and Floorplans
nvm, I've figured it out - guess Wiki needs updating!
Code: Select all
http://192.168.1.2:8080/json.htm?type=floorplans
http://192.168.1.2:8080/json.htm?type=plans&displayhidden=1
http://192.168.1.2:8080/json.htm?type=command¶m=getfloorplanplans&idx=1
- Tuesday 23 August 2016 17:35
- Forum: Suggestions
- Topic: Domoticz API: List hidden Rooms and Floorplans
- Replies: 3
- Views: 1324
Domoticz API: List hidden Rooms and Floorplans
The JSON API seems a bit incomplete when it comes to Room and Floor Plans Unable to list *all* (including hidden) rooms Would have expected /json.htm?type=plans&order=name or /json.htm?type=plans&order=name&used=false to retrieve them but it doesn’t Unable to list Floor Plans (Plans -> Floorplan) I n ...
- Wednesday 17 August 2016 11:56
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
@SchattenMann There is one reason I can think of why the devices are not deleted when a node is excluded; if you delete a sensor your saved data will be lost. Would be better to ask when you delete a node if you want to delete the associated devices and a option to backup your sensor data say for ...
- Tuesday 16 August 2016 12:36
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
yeah I have the same problem, after a few Excluded Z-Wave devices I end up with dozens of "orphan" devices to be removed but not idea how to identify them all
- Monday 15 August 2016 12:35
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
This method gizmocuz describes is not full proof. If I filter "Razz 13" (my zwave hardware is called: Razzbery 2.0 and the node 0x13) than it returns 25 devices. I second that. I'm surprised there wasn't any foreign key between the two tables, I would expect when a device (DeviceStatus) is created ...
- Wednesday 10 August 2016 13:22
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
I'm looking at the DB and it seems there's no relation between DeviceStatus and ZWaveNodes table...I would have expected a relational table or a NodeID field on DeviceStatus but guess I was wrong...
How does domo know that device X belongs to Z-Wave Node Y then? Clearly I'm missing the point here...
How does domo know that device X belongs to Z-Wave Node Y then? Clearly I'm missing the point here...
- Monday 08 August 2016 9:55
- Forum: Suggestions
- Topic: Add HardwareID (nodeID) to Device list page
- Replies: 28
- Views: 9276
Re: Add HardwareID (nodeID) to Device list page
Thanks gizmocuz, That does kinda help :-) I would say it's worth adding "Node ID" and "Hardware (device) Name" column on the device list table. Sure not all devices will have it filled in but the same thing happens with Battery and Range columns if that makes sense. With these columns device ...