Jump to content

found a new issue


EWhite

Recommended Posts

If you have anything past an IFan control, it does not work.

I added a new item i twisted brain for several hours before i moved it up the list and then it started to work...moved it back after an IFan statement and lost it again.

It shows up everywhere, just cant control it or see changes.

SOOOO..... as long as your IFan statement is last, and i assume you only have 1 of them.. you should be good to go. if multiple, i dunno...

Just FYI

Link to comment

here is a working the working one:

[  
{"id": "ChickCoop2", "type": "analog", "sensor_id": "Range", "status_topic": "tele/ChickCoop/SENSOR", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "Temp1", "type": "TempHumid", "sensor_id": "AM2301", "status_topic": "tele/Temp1/SENSOR", "cmd_topic": "cmnd/Temp1/power"},  
{"id": "Temp3", "type": "analog", "sensor_id": "Range", "status_topic": "tele/Temp1/SENSOR", "cmd_topic": "cmnd/Temp1/power"}, 
{"id": "ChickCoop1", "type": "TempHumidPress", "sensor_id": "BME280", "status_topic": "tele/ChickCoop/SENSOR", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "ST1", "type": "TempHumid", "sensor_id": "AM2301", "status_topic": "tele/StorageTrailer/SENSOR", "cmd_topic": "cmnd/StorageTrailer/power"},  
{"id": "ST2", "type": "switch", "status_topic": "stat/StorageTrailer/POWER", "cmd_topic": "cmnd/StorageTrailer/power"},  
{"id": "shopstorage", "type": "switch", "status_topic": "stat/shopstorage/POWER", "cmd_topic": "cmnd/shopstorage/power"},  
{"id": "shopoutside", "type": "switch", "status_topic": "stat/shopsouthwall/POWER1", "cmd_topic": "cmnd/shopsouthwall/POWER1"},  
{"id": "shopmain", "type": "switch", "status_topic": "stat/shopsouthwall/POWER2", "cmd_topic": "cmnd/shopsouthwall/POWER2"},  
{"id": "Temp2", "type": "switch", "status_topic": "stat/Temp1/POWER", "cmd_topic": "cmnd/Temp1/power"},  
{"id": "ChickCoop3", "type": "switch", "status_topic": "stat/ChickCoop/POWER", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "STlights", "type": "switch", "status_topic": "stat/TrailerLights/POWER", "cmd_topic": "cmnd/TrailerLights/command/power"},  
{"id": "CoopHeater", "type": "switch", "status_topic": "stat/Coopheater/POWER", "cmd_topic": "cmnd/Coopheater/power"},
{"id": "DeckLites", "type": "switch", "status_topic": "stat/decklitesplug/POWER", "cmd_topic": "cmnd/decklitesplug/power"},  
{"id": "ShopHeatLamp", "type": "switch", "status_topic": "stat/ShopHeatLamp/POWER", "cmd_topic": "cmnd/ShopHeatLamp/power"},  
{"id": "EriksLight", "type": "switch", "status_topic": "stat/EriksFan/POWER1", "cmd_topic": "cmnd/EriksFan/power1"},  
{"id": "EriksFan", "type": "ifan", "status_topic": "stat/EriksFan/Result", "cmd_topic": "cmnd/EriksFan/FanSpeed"}
]

 

Link to comment

NON working list :

[  
{"id": "ChickCoop2", "type": "analog", "sensor_id": "Range", "status_topic": "tele/ChickCoop/SENSOR", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "Temp1", "type": "TempHumid", "sensor_id": "AM2301", "status_topic": "tele/Temp1/SENSOR", "cmd_topic": "cmnd/Temp1/power"},  
{"id": "Temp3", "type": "analog", "sensor_id": "Range", "status_topic": "tele/Temp1/SENSOR", "cmd_topic": "cmnd/Temp1/power"}, 
{"id": "ChickCoop1", "type": "TempHumidPress", "sensor_id": "BME280", "status_topic": "tele/ChickCoop/SENSOR", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "ST1", "type": "TempHumid", "sensor_id": "AM2301", "status_topic": "tele/StorageTrailer/SENSOR", "cmd_topic": "cmnd/StorageTrailer/power"},  
{"id": "ST2", "type": "switch", "status_topic": "stat/StorageTrailer/POWER", "cmd_topic": "cmnd/StorageTrailer/power"},  
{"id": "shopstorage", "type": "switch", "status_topic": "stat/shopstorage/POWER", "cmd_topic": "cmnd/shopstorage/power"},  
{"id": "shopoutside", "type": "switch", "status_topic": "stat/shopsouthwall/POWER1", "cmd_topic": "cmnd/shopsouthwall/POWER1"},  
{"id": "shopmain", "type": "switch", "status_topic": "stat/shopsouthwall/POWER2", "cmd_topic": "cmnd/shopsouthwall/POWER2"},  
{"id": "Temp2", "type": "switch", "status_topic": "stat/Temp1/POWER", "cmd_topic": "cmnd/Temp1/power"},  
{"id": "ChickCoop3", "type": "switch", "status_topic": "stat/ChickCoop/POWER", "cmd_topic": "cmnd/ChickCoop/power"},  
{"id": "STlights", "type": "switch", "status_topic": "stat/TrailerLights/POWER", "cmd_topic": "cmnd/TrailerLights/command/power"},  
{"id": "DeckLites", "type": "switch", "status_topic": "stat/decklitesplug/POWER", "cmd_topic": "cmnd/decklitesplug/power"},  
{"id": "ShopHeatLamp", "type": "switch", "status_topic": "stat/ShopHeatLamp/POWER", "cmd_topic": "cmnd/ShopHeatLamp/power"},  
{"id": "EriksLight", "type": "switch", "status_topic": "stat/EriksFan/POWER1", "cmd_topic": "cmnd/EriksFan/power1"},  
{"id": "EriksFan", "type": "ifan", "status_topic": "stat/EriksFan/Result", "cmd_topic": "cmnd/EriksFan/FanSpeed"},
{"id": "CoopHeater", "type": "switch", "status_topic": "stat/Coopheater/POWER", "cmd_topic": "cmnd/Coopheater/power"}
]

 

Link to comment

ok.. after looking at logs....it looks like Admin Console never sent any commands????

but I restarted it several times after i added the "coopheater"...im at a loss.. all i know is that when i changed its position in the list.. it worked..

here is a NON working log:

2024-03-12 17:04:17,452 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: DLT: [{'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop1', 'type': 'TempHumidPress', 'sensor_id': 'BME280', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'ST2', 'type': 'switch', 'status_topic': 'stat/StorageTrailer/POWER', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'}, {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'}, {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'}, {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop3', 'type': 'switch', 'status_topic': 'stat/ChickCoop/POWER', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'STlights', 'type': 'switch', 'status_topic': 'stat/TrailerLights/POWER', 'cmd_topic': 'cmnd/TrailerLights/command/power'}, {'id': 'DeckLites', 'type': 'switch', 'status_topic': 'stat/decklitesplug/POWER', 'cmd_topic': 'cmnd/decklitesplug/power'}, {'id': 'ShopHeatLamp', 'type': 'switch', 'status_topic': 'stat/ShopHeatLamp/POWER', 'cmd_topic': 'cmnd/ShopHeatLamp/power'}, {'id': 'EriksLight', 'type': 'switch', 'status_topic': 'stat/EriksFan/POWER1', 'cmd_topic': 'cmnd/EriksFan/power1'}, {'id': 'EriksFan', 'type': 'ifan', 'status_topic': 'stat/EriksFan/Result', 'cmd_topic': 'cmnd/EriksFan/FanSpeed'}, {'id': 'CoopHeater', 'type': 'switch', 'status_topic': 'stat/Coopheater/POWER', 'cmd_topic': 'cmnd/Coopheater/power'}]
2024-03-12 17:04:17,453 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}
2024-03-12 17:04:17,453 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}
2024-03-12 17:04:17,454 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID: temp1, tele/Temp1/SENSOR, AM2301
2024-03-12 17:04:17,455 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID2: temp1
2024-03-12 17:04:17,456 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: ZZZ AM2301, {'Time': '2024-03-12T23:04:16', 'ANALOG': {'Range': 331}, 'AM2301': {'Temperature': 82.6, 'Humidity': 37.6, 'DewPoint': 54.1}, 'TempUnit': 'F'} 
2024-03-12 17:04:17,457 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 No change in ST's value
2024-03-12 17:04:17,457 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 No change in CLITEMP's value
2024-03-12 17:04:17,458 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 Reporting set CLIHUM to 37.6 to Polyglot
2024-03-12 17:04:17,459 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 37.6
2024-03-12 17:04:17,460 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 Reporting set DEWPT to 54.1 to Polyglot
2024-03-12 17:04:17,461 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 54.1
2024-03-12 17:04:17,462 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = {"Time":"2024-03-12T23:04:16","ANALOG":{"Range":331},"AM2301":{"Temperature":82.6,"Humidity":37.6,"DewPoint":54.1},"TempUnit":"F"}, Topic = tele/Temp1/SENSOR
2024-03-12 17:04:17,462 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = temp3
2024-03-12 17:04:17,463 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: XXX Range, {'Time': '2024-03-12T23:04:16', 'ANALOG': {'Range': 331}, 'AM2301': {'Temperature': 82.6, 'Humidity': 37.6, 'DewPoint': 54.1}, 'TempUnit': 'F'} 
2024-03-12 17:04:17,464 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'temp1', 'driver': 'CLIHUM', 'value': '37.6', 'uom': 22, 'text': None}]}
2024-03-12 17:04:17,465 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in ST's value
2024-03-12 17:04:17,467 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'temp1', 'driver': 'DEWPT', 'value': '54.1', 'uom': 17, 'text': None}]}
2024-03-12 17:04:17,467 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: sensor_id UpdateInfo: Range
2024-03-12 17:04:17,471 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in GPV's value
2024-03-12 17:04:17,472 Thread-5   udi_interface      INFO     mqtt-poly:updateInfo: M-analog Range:  331
2024-03-12 17:04:17,609 MQTT       udi_interface.interface INFO     interface:_message: Successfully set temp1 :: CLIHUM to 37.6 UOM 22
2024-03-12 17:04:17,649 MQTT       udi_interface.interface INFO     interface:_message: Successfully set temp1 :: DEWPT to 54.1 UOM 17
2024-03-12 17:05:00,358 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 17:05:00,360 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 17:05:32,249 Thread-5   udi_interface      DEBUG    mqtt-poly:_on_message: Received _on_message {"Time":"2024-03-12T23:05:31","AM2301":{"Temperature":75.2,"Humidity":51.7,"DewPoint":56.2},"TempUnit":"F"} from tele/StorageTrailer/SENSOR
2024-03-12 17:05:32,251 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: _OAM: AM2301
2024-03-12 17:05:32,252 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA1: tele/StorageTrailer/SENSOR  AM2301
2024-03-12 17:05:32,253 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: DLT: [{'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop1', 'type': 'TempHumidPress', 'sensor_id': 'BME280', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'ST2', 'type': 'switch', 'status_topic': 'stat/StorageTrailer/POWER', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'}, {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'}, {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'}, {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop3', 'type': 'switch', 'status_topic': 'stat/ChickCoop/POWER', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'STlights', 'type': 'switch', 'status_topic': 'stat/TrailerLights/POWER', 'cmd_topic': 'cmnd/TrailerLights/command/power'}, {'id': 'DeckLites', 'type': 'switch', 'status_topic': 'stat/decklitesplug/POWER', 'cmd_topic': 'cmnd/decklitesplug/power'}, {'id': 'ShopHeatLamp', 'type': 'switch', 'status_topic': 'stat/ShopHeatLamp/POWER', 'cmd_topic': 'cmnd/ShopHeatLamp/power'}, {'id': 'EriksLight', 'type': 'switch', 'status_topic': 'stat/EriksFan/POWER1', 'cmd_topic': 'cmnd/EriksFan/power1'}, {'id': 'EriksFan', 'type': 'ifan', 'status_topic': 'stat/EriksFan/Result', 'cmd_topic': 'cmnd/EriksFan/FanSpeed'}, {'id': 'CoopHeater', 'type': 'switch', 'status_topic': 'stat/Coopheater/POWER', 'cmd_topic': 'cmnd/Coopheater/power'}]
2024-03-12 17:05:32,254 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}
2024-03-12 17:05:32,254 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}
2024-03-12 17:05:32,255 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}
2024-03-12 17:05:32,256 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ChickCoop1', 'type': 'TempHumidPress', 'sensor_id': 'BME280', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power'}
2024-03-12 17:05:32,257 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power'}
2024-03-12 17:05:32,257 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID: st1, tele/StorageTrailer/SENSOR, AM2301
2024-03-12 17:05:32,258 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID2: st1
2024-03-12 17:05:32,259 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: ZZZ AM2301, {'Time': '2024-03-12T23:05:31', 'AM2301': {'Temperature': 75.2, 'Humidity': 51.7, 'DewPoint': 56.2}, 'TempUnit': 'F'} 
2024-03-12 17:05:32,260 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 No change in ST's value
2024-03-12 17:05:32,261 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 Reporting set CLITEMP to 75.2 to Polyglot
2024-03-12 17:05:32,262 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 75.2
2024-03-12 17:05:32,263 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 Reporting set CLIHUM to 51.7 to Polyglot
2024-03-12 17:05:32,263 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 51.7
2024-03-12 17:05:32,264 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 Reporting set DEWPT to 56.2 to Polyglot
2024-03-12 17:05:32,265 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 56.2
2024-03-12 17:05:32,266 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = {"Time":"2024-03-12T23:05:31","AM2301":{"Temperature":75.2,"Humidity":51.7,"DewPoint":56.2},"TempUnit":"F"}, Topic = tele/StorageTrailer/SENSOR
2024-03-12 17:05:32,267 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = st1
2024-03-12 17:05:32,267 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: ZZZ AM2301, {'Time': '2024-03-12T23:05:31', 'AM2301': {'Temperature': 75.2, 'Humidity': 51.7, 'DewPoint': 56.2}, 'TempUnit': 'F'} 
2024-03-12 17:05:32,268 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 No change in ST's value
2024-03-12 17:05:32,269 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 No change in CLITEMP's value
2024-03-12 17:05:32,270 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 No change in CLIHUM's value
2024-03-12 17:05:32,271 Thread-5   udi_interface.node DEBUG    node:setDriver: st1:ST1 No change in DEWPT's value
2024-03-12 17:05:32,273 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'st1', 'driver': 'CLITEMP', 'value': '75.2', 'uom': 17, 'text': None}]}
2024-03-12 17:05:32,275 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'st1', 'driver': 'CLIHUM', 'value': '51.7', 'uom': 22, 'text': None}]}
2024-03-12 17:05:32,277 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'st1', 'driver': 'DEWPT', 'value': '56.2', 'uom': 17, 'text': None}]}
2024-03-12 17:05:32,405 MQTT       udi_interface.interface INFO     interface:_message: Successfully set st1 :: CLITEMP to 75.2 UOM 17
2024-03-12 17:05:32,492 MQTT       udi_interface.interface INFO     interface:_message: Successfully set st1 :: CLIHUM to 51.7 UOM 22
2024-03-12 17:05:32,535 MQTT       udi_interface.interface INFO     interface:_message: Successfully set st1 :: DEWPT to 56.2 UOM 17
2024-03-12 17:06:00,367 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 17:06:00,369 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 17:06:24,558 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message customparams
2024-03-12 17:06:24,560 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING customparams
2024-03-12 17:06:24,563 Thread-25  udi_interface.custom DEBUG    custom:clear: CUSTOM: Clear  ...saving
2024-03-12 17:06:24,564 Thread-25  udi_interface.custom INFO     custom:_save: Sending data notices to Polyglot.

 

Link to comment

here is a working log :

2024-03-12 20:18:00,232 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = {"Time":"2024-03-13T02:17:59","ANALOG":{"Range":1368},"BME280":{"Temperature":74.2,"Humidity":40.3,"DewPoint":48.4,"Pressure":970.0},"PressureUnit":"hPa","TempUnit":"F"}, Topic = tele/ChickCoop/SENSOR
2024-03-12 20:18:00,233 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = chickcoop1
2024-03-12 20:18:00,234 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: BBB BME280, {'Time': '2024-03-13T02:17:59', 'ANALOG': {'Range': 1368}, 'BME280': {'Temperature': 74.2, 'Humidity': 40.3, 'DewPoint': 48.4, 'Pressure': 970.0}, 'PressureUnit': 'hPa', 'TempUnit': 'F'} 
2024-03-12 20:18:00,235 Thread-5   udi_interface.node DEBUG    node:setDriver: chickcoop1:ChickCoop1 No change in ST's value
2024-03-12 20:18:00,236 Thread-5   udi_interface.node DEBUG    node:setDriver: chickcoop1:ChickCoop1 No change in CLITEMP's value
2024-03-12 20:18:00,237 Thread-5   udi_interface.node DEBUG    node:setDriver: chickcoop1:ChickCoop1 No change in CLIHUM's value
2024-03-12 20:18:00,238 Thread-5   udi_interface.node DEBUG    node:setDriver: chickcoop1:ChickCoop1 No change in DEWPT's value
2024-03-12 20:18:00,239 Thread-5   udi_interface.node DEBUG    node:setDriver: chickcoop1:ChickCoop1 No change in BARPRES's value
2024-03-12 20:18:00,240 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'chickcoop1', 'driver': 'CLIHUM', 'value': '40.3', 'uom': 22, 'text': None}]}
2024-03-12 20:18:00,243 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'chickcoop1', 'driver': 'DEWPT', 'value': '48.4', 'uom': 17, 'text': None}]}
2024-03-12 20:18:00,579 MQTT       udi_interface.interface INFO     interface:_message: Successfully set chickcoop1 :: CLITEMP to 74.2 UOM 17
2024-03-12 20:18:00,665 MQTT       udi_interface.interface INFO     interface:_message: Successfully set chickcoop1 :: CLIHUM to 40.3 UOM 22
2024-03-12 20:18:00,706 MQTT       udi_interface.interface INFO     interface:_message: Successfully set chickcoop1 :: DEWPT to 48.4 UOM 17
2024-03-12 20:18:06,840 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 20:18:06,842 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 20:19:06,841 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 20:19:06,843 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 20:19:17,642 Thread-5   udi_interface      DEBUG    mqtt-poly:_on_message: Received _on_message {"Time":"2024-03-13T02:19:16","ANALOG":{"Range":333},"AM2301":{"Temperature":80.2,"Humidity":34.7,"DewPoint":49.8},"TempUnit":"F"} from tele/Temp1/SENSOR
2024-03-12 20:19:17,644 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: ANALOG Payload = {"Time":"2024-03-13T02:19:16","ANALOG":{"Range":333},"AM2301":{"Temperature":80.2,"Humidity":34.7,"DewPoint":49.8},"TempUnit":"F"}, Topic = tele/Temp1/SENSOR
2024-03-12 20:19:17,645 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: _OA: Range
2024-03-12 20:19:17,646 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA1: tele/Temp1/SENSOR  Range
2024-03-12 20:19:17,647 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: DLT: [{'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}, {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}, {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}, {'id': 'ChickCoop1', 'type': 'TempHumidPress', 'sensor_id': 'BME280', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}, {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power', 'extra_status_topic': 'stat/StorageTrailer/STATUS10'}, {'id': 'ST2', 'type': 'switch', 'status_topic': 'stat/StorageTrailer/POWER', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'}, {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'}, {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'}, {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop3', 'type': 'switch', 'status_topic': 'stat/ChickCoop/POWER', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'STlights', 'type': 'switch', 'status_topic': 'stat/TrailerLights/POWER', 'cmd_topic': 'cmnd/TrailerLights/command/power'}, {'id': 'CoopHeater', 'type': 'switch', 'status_topic': 'stat/Coopheater/POWER', 'cmd_topic': 'cmnd/Coopheater/power'}, {'id': 'DeckLites', 'type': 'switch', 'status_topic': 'stat/decklitesplug/POWER', 'cmd_topic': 'cmnd/decklitesplug/power'}, {'id': 'ShopHeatLamp', 'type': 'switch', 'status_topic': 'stat/ShopHeatLamp/POWER', 'cmd_topic': 'cmnd/ShopHeatLamp/power'}, {'id': 'EriksLight', 'type': 'switch', 'status_topic': 'stat/EriksFan/POWER1', 'cmd_topic': 'cmnd/EriksFan/power1'}, {'id': 'EriksFan', 'type': 'ifan', 'status_topic': 'stat/EriksFan/Result', 'cmd_topic': 'cmnd/EriksFan/FanSpeed'}]
2024-03-12 20:19:17,648 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}
2024-03-12 20:19:17,649 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}
2024-03-12 20:19:17,650 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}
2024-03-12 20:19:17,650 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID: temp3, tele/Temp1/SENSOR, Range
2024-03-12 20:19:17,651 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID2: temp3
2024-03-12 20:19:17,652 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: XXX Range, {'Time': '2024-03-13T02:19:16', 'ANALOG': {'Range': 333}, 'AM2301': {'Temperature': 80.2, 'Humidity': 34.7, 'DewPoint': 49.8}, 'TempUnit': 'F'} 
2024-03-12 20:19:17,653 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in ST's value
2024-03-12 20:19:17,654 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: sensor_id UpdateInfo: Range
2024-03-12 20:19:17,655 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in GPV's value
2024-03-12 20:19:17,656 Thread-5   udi_interface      INFO     mqtt-poly:updateInfo: M-analog Range:  333
2024-03-12 20:19:17,657 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: _OAM: AM2301
2024-03-12 20:19:17,658 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA1: tele/Temp1/SENSOR  AM2301
2024-03-12 20:19:17,659 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: DLT: [{'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}, {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}, {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}, {'id': 'ChickCoop1', 'type': 'TempHumidPress', 'sensor_id': 'BME280', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}, {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power', 'extra_status_topic': 'stat/StorageTrailer/STATUS10'}, {'id': 'ST2', 'type': 'switch', 'status_topic': 'stat/StorageTrailer/POWER', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'}, {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'}, {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'}, {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ChickCoop3', 'type': 'switch', 'status_topic': 'stat/ChickCoop/POWER', 'cmd_topic': 'cmnd/ChickCoop/power'}, {'id': 'STlights', 'type': 'switch', 'status_topic': 'stat/TrailerLights/POWER', 'cmd_topic': 'cmnd/TrailerLights/command/power'}, {'id': 'CoopHeater', 'type': 'switch', 'status_topic': 'stat/Coopheater/POWER', 'cmd_topic': 'cmnd/Coopheater/power'}, {'id': 'DeckLites', 'type': 'switch', 'status_topic': 'stat/decklitesplug/POWER', 'cmd_topic': 'cmnd/decklitesplug/power'}, {'id': 'ShopHeatLamp', 'type': 'switch', 'status_topic': 'stat/ShopHeatLamp/POWER', 'cmd_topic': 'cmnd/ShopHeatLamp/power'}, {'id': 'EriksLight', 'type': 'switch', 'status_topic': 'stat/EriksFan/POWER1', 'cmd_topic': 'cmnd/EriksFan/power1'}, {'id': 'EriksFan', 'type': 'ifan', 'status_topic': 'stat/EriksFan/Result', 'cmd_topic': 'cmnd/EriksFan/FanSpeed'}]
2024-03-12 20:19:17,660 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'ChickCoop2', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/ChickCoop/SENSOR', 'cmd_topic': 'cmnd/ChickCoop/power', 'extra_status_topic': 'stat/ChickCoop/STATUS10'}
2024-03-12 20:19:17,661 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power', 'extra_status_topic': 'stat/Temp1/STATUS10'}
2024-03-12 20:19:17,662 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID: temp1, tele/Temp1/SENSOR, AM2301
2024-03-12 20:19:17,662 Thread-5   udi_interface      DEBUG    mqtt-poly:_get_device_address_from_sensor_id: NODE_ID2: temp1
2024-03-12 20:19:17,663 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: ZZZ AM2301, {'Time': '2024-03-13T02:19:16', 'ANALOG': {'Range': 333}, 'AM2301': {'Temperature': 80.2, 'Humidity': 34.7, 'DewPoint': 49.8}, 'TempUnit': 'F'} 
2024-03-12 20:19:17,665 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 No change in ST's value
2024-03-12 20:19:17,666 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 No change in CLITEMP's value
2024-03-12 20:19:17,667 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 Reporting set CLIHUM to 34.7 to Polyglot
2024-03-12 20:19:17,668 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 34.7
2024-03-12 20:19:17,668 Thread-5   udi_interface.node DEBUG    node:setDriver: temp1:Temp1 Reporting set DEWPT to 49.8 to Polyglot
2024-03-12 20:19:17,669 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 49.8
2024-03-12 20:19:17,670 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = {"Time":"2024-03-13T02:19:16","ANALOG":{"Range":333},"AM2301":{"Temperature":80.2,"Humidity":34.7,"DewPoint":49.8},"TempUnit":"F"}, Topic = tele/Temp1/SENSOR
2024-03-12 20:19:17,671 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = temp3
2024-03-12 20:19:17,672 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: XXX Range, {'Time': '2024-03-13T02:19:16', 'ANALOG': {'Range': 333}, 'AM2301': {'Temperature': 80.2, 'Humidity': 34.7, 'DewPoint': 49.8}, 'TempUnit': 'F'} 
2024-03-12 20:19:17,673 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in ST's value
2024-03-12 20:19:17,674 Thread-5   udi_interface      DEBUG    mqtt-poly:updateInfo: sensor_id UpdateInfo: Range
2024-03-12 20:19:17,675 Thread-5   udi_interface.node DEBUG    node:setDriver: temp3:Temp3 No change in GPV's value
2024-03-12 20:19:17,676 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'temp1', 'driver': 'CLIHUM', 'value': '34.7', 'uom': 22, 'text': None}]}
2024-03-12 20:19:17,678 Thread-5   udi_interface      INFO     mqtt-poly:updateInfo: M-analog Range:  333
2024-03-12 20:19:17,680 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'temp1', 'driver': 'DEWPT', 'value': '49.8', 'uom': 17, 'text': None}]}
2024-03-12 20:19:17,832 MQTT       udi_interface.interface INFO     interface:_message: Successfully set temp1 :: CLIHUM to 34.7 UOM 22
2024-03-12 20:19:17,917 MQTT       udi_interface.interface INFO     interface:_message: Successfully set temp1 :: DEWPT to 49.8 UOM 17
2024-03-12 20:22:06,852 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 20:22:06,852 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message shortPoll
2024-03-12 20:22:06,853 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 20:22:06,853 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING shortPoll
2024-03-12 20:22:13,807 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message command
2024-03-12 20:22:13,807 MQTT       udi_interface.interface DEBUG    interface:_message: QUEUING incoming message command
2024-03-12 20:22:13,809 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING command
2024-03-12 20:22:13,809 Command    udi_interface.interface DEBUG    interface:_parseInput: DEQUEING command
2024-03-12 20:22:13,920 Thread-5   udi_interface      DEBUG    mqtt-poly:_on_message: Received _on_message OFF from stat/Coopheater/POWER
2024-03-12 20:22:13,920 Thread-5   udi_interface      DEBUG    mqtt-poly:_on_message: Received _on_message OFF from stat/Coopheater/POWER
2024-03-12 20:22:13,921 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = OFF, Topic = stat/Coopheater/POWER
2024-03-12 20:22:13,921 Thread-5   udi_interface      INFO     mqtt-poly:_on_message: Payload = OFF, Topic = stat/Coopheater/POWER
2024-03-12 20:22:13,922 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = coopheater
2024-03-12 20:22:13,922 Thread-5   udi_interface      DEBUG    mqtt-poly:_dev_by_topic: STATUS TO DEVICES = coopheater
2024-03-12 20:22:13,923 Thread-5   udi_interface.node DEBUG    node:setDriver: coopheater:CoopHeater Reporting set ST to 0 to Polyglot
2024-03-12 20:22:13,923 Thread-5   udi_interface.node DEBUG    node:setDriver: coopheater:CoopHeater Reporting set ST to 0 to Polyglot
2024-03-12 20:22:13,924 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 0
2024-03-12 20:22:13,924 Thread-5   udi_interface.node DEBUG    node:reportDriver: Updating value to 0
2024-03-12 20:22:13,935 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'coopheater', 'driver': 'ST', 'value': '0', 'uom': 78, 'text': None}]}
2024-03-12 20:22:13,935 Thread-1   udi_interface.interface DEBUG    interface:_send: PUBLISHING {'set': [{'address': 'coopheater', 'driver': 'ST', 'value': '0', 'uom': 78, 'text': None}]}
2024-03-12 20:22:14,054 MQTT       udi_interface.interface INFO     interface:_message: Successfully set coopheater :: ST to 0 UOM 78
2024-03-12 20:22:14,054 MQTT       udi_interface.interface INFO     interface:_message: Successfully set coopheater :: ST to 0 UOM 78

 

Link to comment
  • 1 month later...

Hi @EWhite, chugging through the issues list and am digging into them one by one.

just played around on my test system with the iFan.

it seems to be generating no matter where it is in the devlist

as well it is interacting with the mqtt server writing and reading.

Wanted to check with you and see if the issue is still happening on your system

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...