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.
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.