jbouwh / omnikdatalogger.origin

(REPOSITORY DEPRECATED) Folow link for active repository
https://github.com/jbouwh/omnikdatalogger/
GNU General Public License v3.0
5 stars 1 forks source link

pvoutput plugin does not support more then one inverter #2

Closed jbouwh closed 4 years ago

jbouwh commented 4 years ago

With more inverters omnikdatalogger will perform an addstatus request for all individual sites to the same site id. Solutions could be:

hlubach commented 4 years ago

De oude loggers geven een probleem Dus ik wilde deze gaan uitproberen op de RPI 3 Maar ik raak al in de war bij het config file ik zie er geen een en running python setup.py geeft een error

python setup.py Traceback (most recent call last): File "setup.py", line 3, in from setuptools import setup, find_packages ImportError: No module named setuptools

Hoe krijg ik U logger aan het werk met output to PvOutput

hlubach commented 4 years ago

LibreELEC:~/omnik/apps/omnikdatalogger # python omniklogger.py File "omniklogger.py", line 15 mqtt_config_file = f"{pathlib.Path(file).parent.absolute()}/mqtt_fields.json"

LibreELEC:~/omnik/apps/omnikdatalogger # python -V Python 2.7.16

Op di 9 jun. 2020 om 17:04 schreef Jan Bouwhuis notifications@github.com:

Setup.py has an error, will fix that. I do not know where this is used for. Is something pascal introduced. Please use the files under from apps/omnikdatalogger/ There is no nee to install. Just run python3 omniklogger.py in that folder. See the readme.md for documentation and configuration file examples. Please let me know if you need some more information. How do you intent to get your logging? (portal or interception)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jbouwh/omnikdatalogger/issues/2#issuecomment-641356756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB344IFYU7YIC4EZJ4CT36TRVZFQHANCNFSM4NTJTUCQ .

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

hlubach commented 4 years ago

ik gebruik de Raspberry Pie voor het uploaden van de Omnik gegevens naar Pvoutput De oude omnik logger geeft een fout aan ook de andere die ik uit probeerde

Op di 9 jun. 2020 om 17:13 schreef Han Lubach hlubach@gmail.com:

LibreELEC:~/omnik/apps/omnikdatalogger # python omniklogger.py File "omniklogger.py", line 15 mqtt_config_file = f"{pathlib.Path(file).parent.absolute()}/mqtt_fields.json"

LibreELEC:~/omnik/apps/omnikdatalogger # python -V Python 2.7.16

Op di 9 jun. 2020 om 17:04 schreef Jan Bouwhuis <notifications@github.com

:

Setup.py has an error, will fix that. I do not know where this is used for. Is something pascal introduced. Please use the files under from apps/omnikdatalogger/ There is no nee to install. Just run python3 omniklogger.py in that folder. See the readme.md for documentation and configuration file examples. Please let me know if you need some more information. How do you intent to get your logging? (portal or interception)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jbouwh/omnikdatalogger/issues/2#issuecomment-641356756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB344IFYU7YIC4EZJ4CT36TRVZFQHANCNFSM4NTJTUCQ .

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

hlubach commented 4 years ago

LibreELEC:~/omnikdatalogger-master/apps/omnikdatalogger/omnik # python datalogge r.py File "datalogger.py", line 37 hybridlogger.ha_log(self.logger, self.hass_api, "ERROR", f"City '{self.city}' not recognized. Error: {e}")

                            ^

SyntaxError: invalid syntax

Op di 9 jun. 2020 om 17:16 schreef Han Lubach hlubach@gmail.com:

ik gebruik de Raspberry Pie voor het uploaden van de Omnik gegevens naar Pvoutput De oude omnik logger geeft een fout aan ook de andere die ik uit probeerde

Op di 9 jun. 2020 om 17:13 schreef Han Lubach hlubach@gmail.com:

LibreELEC:~/omnik/apps/omnikdatalogger # python omniklogger.py File "omniklogger.py", line 15 mqtt_config_file = f"{pathlib.Path(file).parent.absolute()}/mqtt_fields.json"

LibreELEC:~/omnik/apps/omnikdatalogger # python -V Python 2.7.16

Op di 9 jun. 2020 om 17:04 schreef Jan Bouwhuis <notifications@github.com

:

Setup.py has an error, will fix that. I do not know where this is used for. Is something pascal introduced. Please use the files under from apps/omnikdatalogger/ There is no nee to install. Just run python3 omniklogger.py in that folder. See the readme.md for documentation and configuration file examples. Please let me know if you need some more information. How do you intent to get your logging? (portal or interception)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jbouwh/omnikdatalogger/issues/2#issuecomment-641356756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB344IFYU7YIC4EZJ4CT36TRVZFQHANCNFSM4NTJTUCQ .

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

-- Braaf Belasting Betalende Burger der Bataafse Bananen Republiek Hollandia

jbouwh commented 4 years ago

Solved with release v0.96-RC3