invisabuble / Overwatch

Method to connect multiple esp32 devices together providing ways of interacting with them individually or as a whole.
0 stars 0 forks source link

Investigate send config not working. #21

Open invisabuble opened 1 month ago

invisabuble commented 1 month ago
OWF-C847921D3A -> 
 {'C8:C9:A3:CE:97:A0': <websockets.legacy.server.WebSocketServerProtocol object at 0x7f904b9340>} 
 {"set_config":{"name":"ESP 32","digital_inputs":[19,14,27,0],"digital_measurements":{"io-19":{"name":"BUTTON","type":"output"},"io-12":{"name":"STATUS","type":"switch"},"io-17":{"name":"RLY 1","type":"switch"}},"analog_measurements":{},"readings":["esp_test_reading"]},"target":"ow_C8:C9:A3:CE:91:A8"}
New config sent to ow_C8:C9:A3:CE:91:A8, removing old instance from dictionary.
Could'nt remove ow_C8:C9:A3:CE:91:A8 from device dictionary.
invisabuble commented 1 month ago

Potentially fixed by fix to #22 : d53bddd