Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when parameter use_temperature = false , no export due error. #23

Open
alco28 opened this issue Dec 27, 2018 · 1 comment
Open

when parameter use_temperature = false , no export due error. #23

alco28 opened this issue Dec 27, 2018 · 1 comment

Comments

@alco28
Copy link
Contributor

alco28 commented Dec 27, 2018

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

error on command line:

/var/www/Inverter-Data-Logger# python InverterExport.py
Inverter ID: ****************ABC********
E Today :  1.05   Total: 4310.95
H Total :     0   Temp : 25.1
errorMsg:     0
PV1   V: 177.6   I:  0.3
PV2   V:   0.0   I:  0.1
PV3   V:   0.0   I:  0.0
L1    P:    43   V: 231.2   I:  0.5   F: 50.01
L2    P:     0   V:   0.0   I:  0.0   F:   0.0
L3    P:     0   V:   0.0   I:  0.0   F:   0.0
2018-12-27 14:56:27,371 ERROR temperature out of range: 25.1

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.

@XtheOne
Copy link
Owner

XtheOne commented Jan 2, 2019

Which output module does this occur in?
No problem in consoleoutput.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants