You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a error when I set the use_temperature configuration on FALSE. the check if the temperature is in the designated range isn't excluded when the use_temperature is set to false.
relevant part of the config:
# choose one of these
# use temperature of inverter for output to pvoutput/mqtt
#use_temperature = true
# do not use temperature of inverter for output to pvoutput/mqtt
use_temperature = false
min_temp = -32768
Also I want to suggest that there could be a list of PIP installs in the readme.md file.
like : pip install paho-mqtt for MQTT plugin and pip install six for console output.
The text was updated successfully, but these errors were encountered:
There is a error when I set the use_temperature configuration on FALSE. the check if the temperature is in the designated range isn't excluded when the use_temperature is set to false.
relevant part of the config:
error on command line:
Also I want to suggest that there could be a list of PIP installs in the readme.md file.
like : pip install paho-mqtt for MQTT plugin and pip install six for console output.
The text was updated successfully, but these errors were encountered: