Hello, merci d avoir repris le plugin=
s installe sans probleme en adon
demarre, mais pb de connection au broker (qui reçoit sans pb 3 autres clients mqtt)
j ai tout essaye, 127.0.0.1, adresse locale, core-mosquitto. sans succes
log ci dessous
Starting the app
2024-04-27 12:10:26,003 INFO -----------------------------------------------------------
2024-04-27 12:10:26,004 INFO # Welcome to gazpar2mqtt #
2024-04-27 12:10:26,004 INFO -----------------------------------------------------------
2024-04-27 12:10:26,005 INFO Program version : 0.8.2
2024-04-27 12:10:26,006 INFO Database version : 0.8.0
2024-04-27 12:10:26,006 INFO Influxdb version : 0.8.0
2024-04-27 12:10:26,007 INFO Please note that the the tool is still under development, various functions may disappear or be modified.
2024-04-27 12:10:26,007 INFO -----------------------------------------------------------
2024-04-27 12:10:26,008 INFO # Program parameters #
2024-04-27 12:10:26,008 INFO -----------------------------------------------------------
2024-04-27 12:10:26,009 INFO GRDF config : username = @., password = ******
2024-04-27 12:10:26,009 INFO MQTT broker config : host = 127.0.0.1 , port = 1883, clientId = gazpar2mqtt, qos = 1, topic = gazpar, retain = False, ssl = False
2024-04-27 12:10:26,010 INFO Standlone mode : Enable = True
2024-04-27 12:10:26,011 INFO Home Assistant discovery : Enable = False
2024-04-27 12:10:26,011 INFO Thresold options : Warning percentage = 80
2024-04-27 12:10:26,012 INFO Influxdb config : Enable = False
2024-04-27 12:10:26,012 INFO Price config : Default price = 0.07 €/kWh, default fix price = 0.9 €/day, path to file = /data
2024-04-27 12:10:26,013 INFO Database options : Force reinitialization = False, Path = /data
2024-04-27 12:10:26,013 INFO Debug mode : Enable = False
2024-04-27 12:10:26,014 INFO Check parameters…
2024-04-27 12:10:26,014 INFO Parameters are ok !
2024-04-27 12:10:26,015 INFO -----------------------------------------------------------
2024-04-27 12:10:26,015 INFO # Connexion to SQLite database #
2024-04-27 12:10:26,016 INFO -----------------------------------------------------------
2024-04-27 12:10:26,016 INFO Connexion to SQLite database…
2024-04-27 12:10:26,018 INFO SQLite database connected !
2024-04-27 12:10:26,019 INFO Last execution date 2024-04-27 11:45:20.997241, program was in version 0.8.2.
2024-04-27 12:10:26,020 INFO Checking database version…
2024-04-27 12:10:26,021 INFO Your database is already up to date : version 0.8.0.
2024-04-27 12:10:26,021 INFO Retrieve database statistics…
2024-04-27 12:10:26,022 INFO 0 informatives measures stored
2024-04-27 12:10:26,023 INFO 0 PCE(s)
2024-04-27 12:10:26,023 INFO First measure : None
2024-04-27 12:10:26,024 INFO Last measure : None
2024-04-27 12:10:26,025 INFO -----------------------------------------------------------
2024-04-27 12:10:26,025 INFO # Connexion to Mqtt broker #
2024-04-27 12:10:26,026 INFO -----------------------------------------------------------
2024-04-27 12:10:26,026 INFO Connect to Mqtt broker…
2024-04-27 12:10:26,030 ERROR Unable to connect to Mqtt broker. Please check that broker is running, or check broker configuration.
2024-04-27 12:10:26,030 INFO -----------------------------------------------------------
2024-04-27 12:10:26,031 INFO # Load prices #
2024-04-27 12:10:26,031 INFO -----------------------------------------------------------
2024-04-27 12:10:26,031 INFO Loading prices from file prices.csv of directory /data
2024-04-27 12:10:26,032 WARNING Unable to find price file prices.csv in directory /data
2024-04-27 12:10:26,033 INFO -----------------------------------------------------------
2024-04-27 12:10:26,033 INFO # Disconnexion from SQLite database #
2024-04-27 12:10:26,033 INFO -----------------------------------------------------------
2024-04-27 12:10:26,034 INFO SQLite database disconnected
2024-04-27 12:10:26,035 INFO -----------------------------------------------------------
2024-04-27 12:10:26,035 INFO # Next run #
2024-04-27 12:10:26,036 INFO -----------------------------------------------------------
2024-04-27 12:10:26,036 INFO No schedule defined.
2024-04-27 12:10:26,037 INFO -----------------------------------------------------------
2024-04-27 12:10:26,037 INFO # End of program #
2024-04-27 12:10:26,038 INFO -----------------------------------------------------------
2024-04-27 12:10:26,038 INFO End of gazpar2mqtt. See u…