zachi40 / home-assistant-mycodo

This repository contains the custom integration for the Mycodo App with Home Assistant. It allows users to monitor and control their Mycodo devices through Home Assistant.
4 stars 0 forks source link

Failing to switch outputs #5

Closed m0edev closed 1 month ago

m0edev commented 1 month ago

Everything's working but the switching of outputs

This error originated from a custom integration.

Logger: custom_components.mycodo_app.switch Source: custom_components/mycodo_app/switch.py:92 integration: MyCodo App (documentation, issues) First occurred: 3:48:50 PM (3 occurrences) Last logged: 3:48:54 PM

Failed to turn on Mycodo Heater (6) Failed to turn on Mycodo Humidifer (13) Failed to turn on Mycodo Extract Fan (26)

zachi40 commented 1 month ago

Please upload your HA logs, to watch your problem

m0edev commented 1 month ago

home-assistant_2024-07-13T06-26-55.794Z.log

Full log file attached

zachi40 commented 1 month ago

Thank you for the logs. On the Mycodo Dashboard, do you see the data from the sensors "SCD30 dewpoint" and "SCD30 dewpoint"? According to the log you sent, it appears there is no information available form these sensors.

m0edev commented 1 month ago

I have disabled those in mycodo, I only recently just disabled them in HA as I do not use them. I use temp, humidity and c02 from mycodo.

The issue I'm facing is I'm not able to control my mycodo inputs from HA

zachi40 commented 1 month ago

Try reinstalling , if the problem is still not resolved, upload the HA log with the error

m0edev commented 1 month ago

Reinstall fixed the issue, Thanks :) Love your work!