samhunt / homebridge-esphome-ts

This plugin integrates your esphome devices into HomeKit!
GNU General Public License v3.0
2 stars 2 forks source link

Clean up errors in Logs #6

Open samhunt opened 4 months ago

samhunt commented 4 months ago

from @edrikk

Some errors on value 'On' in the log


[2/7/2024, 8:30:27 AM] [@sam-hunt/homebridge-esphome-ts] Launched child bridge with PID 361688
[2/7/2024, 8:30:27 AM] Registering platform '@sam-hunt/homebridge-esphome-ts.esphome'
[2/7/2024, 8:30:27 AM] [@sam-hunt/homebridge-esphome-ts] Loaded @sam-hunt/homebridge-esphome-ts v1.6.1 child bridge successfully
[2/7/2024, 8:30:27 AM] Loaded 7 cached accessories from cachedAccessories.0E9DC7349ABF.
[2/7/2024, 8:30:27 AM] [@sam-hunt/homebridge-esphome-ts] starting esphome
[2/7/2024, 8:30:27 AM] Homebridge v1.7.0 (HAP v0.11.1) (@sam-hunt/homebridge-esphome-ts) is running on port 35585.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Motion discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Motion discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Obstruction could not be mapped to HomeKit. Please file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Button discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Obstruction could not be mapped to HomeKit. Please file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Button discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact open discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact open discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact close discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact close discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact light discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Dry contact light discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Door discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Door discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Light discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Light discovered and setup.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Restart (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Restart (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Safe mode boot (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Safe mode boot (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Query status (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Query status (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Sync (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Sync (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Toggle door (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Toggle door (Button) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Rolling code counter (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Rolling code counter (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'Motion Detected': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Opening duration (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Closing duration (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Client ID (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Opening duration (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Closing duration (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Client ID (Number) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Lock remotes (Lock) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:28 AM] [@sam-hunt/homebridge-esphome-ts] Lock remotes (Lock) is currently not supported. You might want to file an issue on Github.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'Motion Detected': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'Motion Detected': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:29 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin generated a warning from the characteristic 'On': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'Motion Detected': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.
[2/7/2024, 8:30:32 AM] [@sam-hunt/homebridge-esphome-ts] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside read handler for characteristic: This callback function has already been called by someone else; it can only be called one time.. See https://homebridge.io/w/JtMGR for more info.```