I am sorry if this is a newbie question, but I was looking at my logs under developer tab and noticed I get a ton of errors. One being for my Octoprint and two of my printers. I have the Octoprint component installed so I can monitor the sensors of my 3d printesr through Octoprint and so I can create automations for my printer. I have both the raspberry pi and my printer attached to a smart plug and when not printing, both are powered down.
By doing so does that mean my home assistant is constantly flooding my network or slowing down my home assistant by not allowing it to connect to those devices that are powered off by a smart plug?
Also is there a better way that I could set it up?
here is one of the errors:
Updating octoprint sensor took longer than the scheduled update interval 0:00:30
This is how I set it up
octoprint:
host: YOUR_OCTOPRINT_HOST
api_key: YOUR_API_KEY
binary_sensor:
- platform: octoprint
name: CR10
monitored_conditions:- Printing
- Printing Error
- platform: octoprint
name: Ender3
monitored_conditions:- Printing
- Printing Error
sensor:
- platform: octoprint
name: CR10
monitored_conditions:- Current State
- Temperatures
- Job Percentage
- Time Remaining
- platform: octoprint
name: Ender3
monitored_conditions:- Current State
- Temperatures
- Job Percentage
- Time Remaining