- Posts: 10
- Thank you received: 1
Please Log in or Create an account to join the conversation.
Jagohu wrote: I've tried this new driver and indeed it's nice, however I have a different problem with it now.
I have quite a few MQTT nodes (70+) and I got to a point where I can't add more, because EasyIoT will not add a new node, but upon adding it it just puts the new node's property on top of another one, which will have then 3 properties (Connection, Sensor.DigitalValue and Sensor.Temperature for example).
Do you have any idea how to solve this? Even though I have removed 4-5 nodes and now tried to add new ones the behaviour stays the same. I have rebooted both the EasyIot server and the MQTT broker.
Thank you!
Please Log in or Create an account to join the conversation.
<?xml version="1.0" encoding="utf-8"?>
<MQTTClientSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ConnectionList>
<MQTTConnection>
<NodeList>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingRoomTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>0</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingRoomHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>1</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BathRoomTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>2</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BathRoomHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>3</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingRoomDewPoint</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>4</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BathRoomDewPoint</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>5</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomOneHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>7</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Pressure</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomOnePres</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>8</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomOneDewPoint</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>9</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomOneTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>16</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingTempIN</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>17</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingHumIN</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>18</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingDewIN</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>19</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingTempOUT</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>20</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingHumOUT</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>21</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingDewOUT</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>23</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>59</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>60</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenDew</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>61</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenTemp2</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>62</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenStoveWarning</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>63</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic>Maingate</PubTopic>
<PubQaS>1</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic />
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>58</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXBathroom</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>86</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXBedroom</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>87</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXKitchen</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>88</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>RXBerging</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>90</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingRoomDoor</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>95</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>SystemStatus</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>133</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXBerging</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>134</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXKitchen</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>135</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXBedroomOne</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>136</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXBathroom</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>137</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomThreeHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>100</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomThreeTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>99</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXBedroom3</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>142</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>RXBedroom3</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>143</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXBedroomThree</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>144</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BedRoomThreeDewPoint</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>145</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenDoor</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>146</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>KitchenWindow</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>147</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingFRwindow</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>148</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingFLwindow</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>149</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingSidewindow</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>150</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>LivingSoilCorner</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>151</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXLivingFront</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>154</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageTemp</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>155</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageHum</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>156</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Temperature</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageDew</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>157</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageDoor</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>158</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageLPG</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>159</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageCO</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>160</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>GarageSMOKE</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>161</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic>Garage</PubTopic>
<PubQaS>1</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic />
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>162</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic>GaragePump</PubTopic>
<PubQaS>1</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic />
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>163</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXGarage</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>164</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>RXGarage</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>165</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>TXRXGarage</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>166</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingElectricity</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>57</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>SystemWarningLevel</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>107</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DoorWindow</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BergingGateStatus</SubTopic>
<SubQaS>1</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>40</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.DigitalValue</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>MailboxOpen</SubTopic>
<SubQaS>2</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>174</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>BathroomAbsoluteHumidity</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>84</Id>
</MQTTNode>
<MQTTNode>
<PropertyList>
<MQTTProperty>
<Property>Sensor.Humidity</Property>
<PubTopic />
<PubQaS>0</PubQaS>
<PubRetain>false</PubRetain>
<SubTopic>OutsideAbsoluteHumidity</SubTopic>
<SubQaS>0</SubQaS>
</MQTTProperty>
</PropertyList>
<ConnectionId>1</ConnectionId>
<Id>85</Id>
</MQTTNode>
</NodeList>
<Id>1</Id>
<Hostname>192.168.0.199</Hostname>
<Port>1883</Port>
<Clientid>EasyIOT MQTT</Clientid>
<Username />
<Password />
</MQTTConnection>
</ConnectionList>
<DebugMode>false</DebugMode>
</MQTTClientSettings>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Jagohu wrote: ...and still when I add a new node it becomes S87 and messes up everything - it takes the place of another already existing one.
Please Log in or Create an account to join the conversation.