GithubHelp home page GithubHelp logo

Comments (17)

yukulehe avatar yukulehe commented on September 26, 2024 1

Je vais sortir une release qui permettra d'afficher dans les logs le user et le password (en debug), ainsi que d'autres logs. Je ne vois pas comment t'aider autrement.

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Hello, c'est systématique ou parfois tu parviens à te connecter ?

from gazpar2mqtt.

df911 avatar df911 commented on September 26, 2024

Je suis parvenu à me connecter une ou deux fois sur une semaine

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Bizarre car j'ai très peu d'échecs de mon côté.
Est-ce que le retry a fonctionné autour de 9h07 ? Car j'ai relancé à ce moment là et c'était ok pour moi.
Mets toi en debug, envoie moi les logs d'une connexion ko.

from gazpar2mqtt.

df911 avatar df911 commented on September 26, 2024

La connexion n'a pas fonctionné. Voici les logs en mode debug :

gazpar2mqtt | 2021-12-21 09:20:30,174 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,175 INFO # Welcome to gazpar2mqtt #
gazpar2mqtt | 2021-12-21 09:20:30,176 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,176 INFO Program version 0.6.2
gazpar2mqtt | 2021-12-21 09:20:30,177 INFO Database version 0.6.0
gazpar2mqtt | 2021-12-21 09:20:30,177 INFO Please note that the the tool is still under development, various functions may disappear or be modified.
gazpar2mqtt | 2021-12-21 09:20:30,178 DEBUG If you can read this line, you are in DEBUG mode.
gazpar2mqtt | 2021-12-21 09:20:30,179 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,179 INFO # Program parameters #
gazpar2mqtt | 2021-12-21 09:20:30,181 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,181 INFO GRDF config : username = @., password = ******
gazpar2mqtt | 2021-12-21 09:20:30,182 INFO MQTT broker config : host = 192.168.100.250, port = 1883, clientId = gazpar, qos = 1, topic = gazpar, retain = False, ssl = False
gazpar2mqtt | 2021-12-21 09:20:30,183 INFO Standlone mode : Enable = True
gazpar2mqtt | 2021-12-21 09:20:30,184 INFO Home Assistant discovery : Enable = True, Topic prefix = homeassistant, Device name = gazpar
gazpar2mqtt | 2021-12-21 09:20:30,185 INFO Database options : Force reinitialization = False
gazpar2mqtt | 2021-12-21 09:20:30,185 INFO Debug mode : Enable = True
gazpar2mqtt | 2021-12-21 09:20:30,186 INFO Check parameters...
gazpar2mqtt | 2021-12-21 09:20:30,186 INFO Parameters are ok !
gazpar2mqtt | 2021-12-21 09:20:30,187 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,188 INFO # Connexion to SQLite database #
gazpar2mqtt | 2021-12-21 09:20:30,188 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,189 INFO Check local database/cache
gazpar2mqtt | 2021-12-21 09:20:30,189 DEBUG Initialization of the SQLite database...
gazpar2mqtt | 2021-12-21 09:20:30,191 DEBUG Creation of configuration table
gazpar2mqtt | 2021-12-21 09:20:30,235 DEBUG Creation of PCEs table
gazpar2mqtt | 2021-12-21 09:20:30,277 DEBUG Creation of daily consumptions table
gazpar2mqtt | 2021-12-21 09:20:30,323 DEBUG Store default configuration
gazpar2mqtt | 2021-12-21 09:20:30,324 DEBUG Database new config : {"day": "2021-12-21", "version": "0.6.0"}
gazpar2mqtt | 2021-12-21 09:20:30,341 INFO SQLite database connected !
gazpar2mqtt | 2021-12-21 09:20:30,342 INFO Checking database version...
gazpar2mqtt | 2021-12-21 09:20:30,343 INFO Database is already up to date : version 0.6.0.
gazpar2mqtt | 2021-12-21 09:20:30,343 INFO Calculate database statistics..
gazpar2mqtt | 2021-12-21 09:20:30,344 INFO 0 measures stored
gazpar2mqtt | 2021-12-21 09:20:30,345 INFO First measure None
gazpar2mqtt | 2021-12-21 09:20:30,346 INFO Last measure None
gazpar2mqtt | 2021-12-21 09:20:30,346 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,346 INFO # Connexion to Mqtt broker #
gazpar2mqtt | 2021-12-21 09:20:30,347 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:30,347 INFO Connect to Mqtt broker...
gazpar2mqtt | 2021-12-21 09:20:30,348 DEBUG Mqtt connect : activation of callbacks
gazpar2mqtt | 2021-12-21 09:20:30,348 DEBUG Mqtt connect : connection to broker 192.168.100.250:1883...
gazpar2mqtt | 2021-12-21 09:20:30,350 DEBUG Wait for conexion callback
gazpar2mqtt | 2021-12-21 09:20:32,357 DEBUG Mqtt on_connect callback : Connection Accepted.
gazpar2mqtt | 2021-12-21 09:20:32,358 DEBUG Mqtt on_connect callback : connected
gazpar2mqtt | 2021-12-21 09:20:34,358 INFO Mqtt broker connected !
gazpar2mqtt | 2021-12-21 09:20:34,359 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:34,359 INFO # Get data from GRDF website #
gazpar2mqtt | 2021-12-21 09:20:34,360 INFO -----------------------------------------------------------
gazpar2mqtt | 2021-12-21 09:20:34,361 INFO Connexion to GRDF, try 1/14...
gazpar2mqtt | 2021-12-21 09:20:34,383 DEBUG Starting new HTTPS connection (1): monespace.grdf.fr:443
gazpar2mqtt | 2021-12-21 09:20:44,400 INFO Unable to login to GRDF website
gazpar2mqtt | 2021-12-21 09:20:44,401 INFO Wait 20 seconds (0 min) before next try
gazpar2mqtt | 2021-12-21 09:21:04,406 INFO Connexion to GRDF, try 2/14...
gazpar2mqtt | 2021-12-21 09:21:04,429 DEBUG Starting new HTTPS connection (1): monespace.grdf.fr:443
gazpar2mqtt | 2021-12-21 09:21:14,446 INFO Unable to login to GRDF website
gazpar2mqtt | 2021-12-21 09:21:14,448 INFO Wait 113 seconds (2 min) before next try

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Ca plante avant l'authentification, au moment ou peu de temps avant de récupérer le cookie. Donc c'est pas un pb de login/password. Question peut-être bête, mais l'app/container est bien connecté au réseau ?

from gazpar2mqtt.

df911 avatar df911 commented on September 26, 2024

Comment je peux m'assurer que le container a bien accès au réseau ?

Voici mon docker-compose :

version: "3.4"
services:
gazpar2mqtt:
container_name: gazpar2mqtt
image: yukulehe/gazpar2mqtt:latest
tty: true
restart: unless-stopped
environment:
- GRDF_USERNAME=[email protected]
- GRDF_PASSWORD=secret
- MQTT_HOST=192.168.100.250
- TZ=Europe/Paris
# Optional:
- SCHEDULE_TIME=09:00
- MQTT_PORT=1883
- MQTT_TOPIC=gazpar
- MQTT_CLIENTID=gazpar
#MQTT_USERNAME: 'myMqttUsername'
#MQTT_PASSWORD: 'myMqttPassword'
#MQTT_QOS: '1'
#MQTT_RETAIN: 'True'
- MQTT_SSL=False
#STANDALONE_MODE: 'False'
- HASS_DISCOVERY=True
#HASS_PREFIX: 'homeassistant'
#HASS_DEVICE_NAME: 'gazpar'
# DB_INIT=True # force the reinitialization of the database
- DEBUG=False

from gazpar2mqtt.

df911 avatar df911 commented on September 26, 2024

J'ai désormais ces erreurs :

2021-12-21 10:00:53,764 INFO Unable to login to GRDF website
2021-12-21 10:00:53,765 INFO Wait 20 seconds (0 min) before next try
2021-12-21 10:01:13,785 INFO Connexion to GRDF, try 2/14...
2021-12-21 10:01:14,335 INFO <Response [200]>
2021-12-21 10:01:14,336 INFO <RequestsCookieJar[<Cookie XSRF-TOKEN=dc41e126-e2e8-4881-b4a6-1ed7b51ded4e for .grdf.fr/>, , <Cookie JSESSIONID=7F7A429FAAD46DB8605593154EEF60F4 for login.monespace.grdf.fr/sofit-account-api>, <Cookie BIGipServerVS-VPN31239MEG-PR-VIPEXT-POOL=rd31239o00000000000000000000ffff0aec1579o443 for monespace.grdf.fr/>, , ]>
2021-12-21 10:01:14,337 INFO Login unsuccessful. Invalid returned information: {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"XXXXXX","name":"XXXX","email":"XXXXXX"}

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Ca ressemble maintenant à un pb d'authentification. Tu arrives à te connecter à ton espace client depuis ton navigateur ?

from gazpar2mqtt.

df911 avatar df911 commented on September 26, 2024

Oui sans problème

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Je viens de pousser une image 0.6.3-dev dans docker. Si tu veux tester avant...

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

@df911 des news ?

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Pas de nouvelles bonnes nouvelles

from gazpar2mqtt.

BornTKill avatar BornTKill commented on September 26, 2024

@yukulehe Bonjour,

meme souci chez moi. J’arrive pourtant à me logguer sur le site.

log debug :

[19:47:45] INFO: Starting the app with the variables in in /config/gazpar2mqtt/config.yaml
GRDF_USERNAME=
GRDF_PASSWORD=
MQTT_HOST=
MQTT_USER=
MQTT_PASSWORD=
MQTT_PORT=1883
DEBUG=true
/etc/cont-init.d/99-run.sh: executing

Starting the app

2022-02-04 19:47:48,632 INFO -----------------------------------------------------------
2022-02-04 19:47:48,633 INFO # Welcome to gazpar2mqtt #
2022-02-04 19:47:48,633 INFO -----------------------------------------------------------
2022-02-04 19:47:48,633 INFO Program version : 0.8.1
2022-02-04 19:47:48,634 INFO Database version : 0.8.0
2022-02-04 19:47:48,634 INFO Influxdb version : 0.8.0
2022-02-04 19:47:48,634 INFO Please note that the the tool is still under development, various functions may disappear or be modified.
2022-02-04 19:47:48,634 DEBUG If you can read this line, you are in DEBUG mode.
2022-02-04 19:47:48,635 INFO -----------------------------------------------------------
2022-02-04 19:47:48,635 INFO # Program parameters #
2022-02-04 19:47:48,635 INFO -----------------------------------------------------------
2022-02-04 19:47:48,635 INFO GRDF config : username = @., password = ******
2022-02-04 19:47:48,635 DEBUG GRDF config : username = , password =
2022-02-04 19:47:48,635 INFO MQTT broker config : host = 192.168.0.101, port = 1883, clientId = gazpar2mqtt, qos = 1, topic = gazpar, retain = False, ssl = False
2022-02-04 19:47:48,636 INFO Standlone mode : Enable = True
2022-02-04 19:47:48,636 INFO Home Assistant discovery : Enable = False
2022-02-04 19:47:48,637 INFO Thresold options : Warning percentage = 80
2022-02-04 19:47:48,637 INFO Influxdb config : Enable = False
2022-02-04 19:47:48,637 INFO Price config : Default price = 0.07 €/kWh, default fix price = 0.9 €/day, path to file = /data
2022-02-04 19:47:48,637 INFO Database options : Force reinitialization = False, Path = /data
2022-02-04 19:47:48,637 INFO Debug mode : Enable = True
2022-02-04 19:47:48,638 INFO Check parameters...
2022-02-04 19:47:48,638 INFO Parameters are ok !
2022-02-04 19:47:48,639 INFO -----------------------------------------------------------
2022-02-04 19:47:48,639 INFO # Connexion to SQLite database #
2022-02-04 19:47:48,640 INFO -----------------------------------------------------------
2022-02-04 19:47:48,640 INFO Connexion to SQLite database...
2022-02-04 19:47:48,640 DEBUG Connexion to database
2022-02-04 19:47:48,641 INFO SQLite database connected !
2022-02-04 19:47:48,643 INFO Last execution date 2022-02-04 19:24:45.499243, program was in version 0.8.1.
2022-02-04 19:47:48,643 INFO Checking database version...
2022-02-04 19:47:48,643 INFO Your database is already up to date : version 0.8.0.
2022-02-04 19:47:48,644 INFO Retrieve database statistics...
2022-02-04 19:47:48,645 INFO 0 informatives measures stored
2022-02-04 19:47:48,646 INFO 0 PCE(s)
2022-02-04 19:47:48,647 INFO First measure : None
2022-02-04 19:47:48,647 INFO Last measure : None
2022-02-04 19:47:48,648 INFO -----------------------------------------------------------
2022-02-04 19:47:48,648 INFO # Connexion to Mqtt broker #
2022-02-04 19:47:48,649 INFO -----------------------------------------------------------
2022-02-04 19:47:48,649 INFO Connect to Mqtt broker...
2022-02-04 19:47:48,650 DEBUG Mqtt connect : activation of callbacks
2022-02-04 19:47:48,650 DEBUG Mqtt connect : connection to broker 192.168.0.101:1883...
2022-02-04 19:47:48,655 DEBUG Wait for conexion callback
2022-02-04 19:47:50,660 DEBUG Mqtt on_connect callback : Connection Accepted.
2022-02-04 19:47:50,661 DEBUG Mqtt on_connect callback : connected
2022-02-04 19:47:52,661 INFO Mqtt broker connected !
2022-02-04 19:47:52,663 INFO -----------------------------------------------------------
2022-02-04 19:47:52,664 INFO # Get data from GRDF website #
2022-02-04 19:47:52,665 INFO -----------------------------------------------------------
2022-02-04 19:47:52,667 INFO Connexion to GRDF, try 1/14...
2022-02-04 19:47:52,680 DEBUG Starting new HTTPS connection (1): monespace.grdf.fr:443
2022-02-04 19:47:52,792 DEBUG https://monespace.grdf.fr:443 "GET /client/particulier/accueil HTTP/1.1" 302 138
2022-02-04 19:47:52,807 DEBUG Starting new HTTPS connection (1): sofa-connexion.grdf.fr:443
2022-02-04 19:47:52,908 DEBUG https://sofa-connexion.grdf.fr:443 "GET /openam/oauth2/externeGrdf/authorize?response_type=code&scope=openid+profile+email+infotravaux+/v1/accreditation+/v1/accreditations+/digiconso/v1+/digiconso/v1/consommations+new_meg+/Demande.read+/Demande.write&client_id=prod_espaceclient&state=0&redirect_uri=https://monespace.grdf.fr/_codexch&nonce=pZf_1onIgGnBLcF5hSdtpJl4YroS-6jrtFvdcv4tfH8&by_pass_okta=1&capp=meg HTTP/1.1" 302 0
2022-02-04 19:47:52,928 DEBUG Starting new HTTPS connection (1): login.monespace.grdf.fr:443
2022-02-04 19:47:53,026 DEBUG https://login.monespace.grdf.fr:443 "GET /mire/connexion?goto=https%3A%2F%2Fsofa-connexion.grdf.fr%3A443%2Fopenam%2Foauth2%2FexterneGrdf%2Fauthorize%3Fresponse_type%3Dcode%26scope%3Dopenid%2520profile%2520email%2520infotravaux%2520%252Fv1%252Faccreditation%2520%252Fv1%252Faccreditations%2520%252Fdigiconso%252Fv1%2520%252Fdigiconso%252Fv1%252Fconsommations%2520new_meg%2520%252FDemande.read%2520%252FDemande.write%26client_id%3Dprod_espaceclient%26state%3D0%26redirect_uri%3Dhttps%253A%252F%252Fmonespace.grdf.fr%252F_codexch%26nonce%3DpZf_1onIgGnBLcF5hSdtpJl4YroS-6jrtFvdcv4tfH8%26by_pass_okta%3D1%26capp%3Dmeg&realm=/externeGrdf&capp=meg HTTP/1.1" 200 836
2022-02-04 19:47:53,031 DEBUG Cookies ok.
2022-02-04 19:47:53,032 DEBUG auth_nonce: f93afb70fd8cc7f35f4995852ec8b101
2022-02-04 19:47:53,033 DEBUG Logging ...
2022-02-04 19:47:53,033 DEBUG Logging payload : {'email': '', 'password': '', 'capp': 'meg', 'goto': 'https://sofa-connexion.grdf.fr:443/openam/oauth2/externeGrdf/authorize'}
2022-02-04 19:47:53,132 DEBUG https://login.monespace.grdf.fr:443 "POST /sofit-account-api/api/v1/auth HTTP/1.1" 200 None
2022-02-04 19:47:53,137 DEBUG Logging returned : {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"Nicolas","email":""}
2022-02-04 19:47:53,138 INFO <Response [200]>
2022-02-04 19:47:53,139 INFO <RequestsCookieJar[<Cookie XSRF-TOKEN=a67a1489-7bc2-4981-9c34-8efa8225b43e for .grdf.fr/>, , <Cookie JSESSIONID=163A9B69FCECC04E553CDC69692B5C59 for login.monespace.grdf.fr/sofit-account-api>, <Cookie BIGipServerVS-VPN31239MEG-PR-VIPEXT-POOL=rd31239o00000000000000000000ffff0aec1579o443 for monespace.grdf.fr/>, , ]>
2022-02-04 19:47:53,140 INFO Login unsuccessful. Invalid returned information: {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"Nicolas","email":""}
2022-02-04 19:47:53,141 INFO Unable to login to GRDF website
2022-02-04 19:47:53,142 INFO Wait 20 seconds (0 min) before next try
2022-02-04 19:48:13,163 INFO Connexion to GRDF, try 2/14...
2022-02-04 19:48:13,167 DEBUG Starting new HTTPS connection (1): monespace.grdf.fr:443
2022-02-04 19:48:13,248 DEBUG https://monespace.grdf.fr:443 "GET /client/particulier/accueil HTTP/1.1" 302 138
2022-02-04 19:48:13,262 DEBUG Starting new HTTPS connection (1): sofa-connexion.grdf.fr:443
2022-02-04 19:48:13,366 DEBUG https://sofa-connexion.grdf.fr:443 "GET /openam/oauth2/externeGrdf/authorize?response_type=code&scope=openid+profile+email+infotravaux+/v1/accreditation+/v1/accreditations+/digiconso/v1+/digiconso/v1/consommations+new_meg+/Demande.read+/Demande.write&client_id=prod_espaceclient&state=0&redirect_uri=https://monespace.grdf.fr/_codexch&nonce=YV7u8MrCZPaYVm1n7DIIDdJWyENQTgyEPXCkcU6kzfs&by_pass_okta=1&capp=meg HTTP/1.1" 302 0
2022-02-04 19:48:13,384 DEBUG Starting new HTTPS connection (1): login.monespace.grdf.fr:443
2022-02-04 19:48:13,473 DEBUG https://login.monespace.grdf.fr:443 "GET /mire/connexion?goto=https%3A%2F%2Fsofa-connexion.grdf.fr%3A443%2Fopenam%2Foauth2%2FexterneGrdf%2Fauthorize%3Fresponse_type%3Dcode%26scope%3Dopenid%2520profile%2520email%2520infotravaux%2520%252Fv1%252Faccreditation%2520%252Fv1%252Faccreditations%2520%252Fdigiconso%252Fv1%2520%252Fdigiconso%252Fv1%252Fconsommations%2520new_meg%2520%252FDemande.read%2520%252FDemande.write%26client_id%3Dprod_espaceclient%26state%3D0%26redirect_uri%3Dhttps%253A%252F%252Fmonespace.grdf.fr%252F_codexch%26nonce%3DYV7u8MrCZPaYVm1n7DIIDdJWyENQTgyEPXCkcU6kzfs%26by_pass_okta%3D1%26capp%3Dmeg&realm=/externeGrdf&capp=meg HTTP/1.1" 200 836
2022-02-04 19:48:13,477 DEBUG Cookies ok.
2022-02-04 19:48:13,477 DEBUG auth_nonce: 86b366ced046a181c38a556e8d3bbf15
2022-02-04 19:48:13,478 DEBUG Logging ...
2022-02-04 19:48:13,478 DEBUG Logging payload : {'email': '', 'password': '', 'capp': 'meg', 'goto': 'https://sofa-connexion.grdf.fr:443/openam/oauth2/externeGrdf/authorize'}
2022-02-04 19:48:13,581 DEBUG https://login.monespace.grdf.fr:443 "POST /sofit-account-api/api/v1/auth HTTP/1.1" 200 None
2022-02-04 19:48:13,586 DEBUG Logging returned : {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"Nicolas","email":""}
2022-02-04 19:48:13,587 INFO <Response [200]>
2022-02-04 19:48:13,588 INFO <RequestsCookieJar[<Cookie XSRF-TOKEN=47c32077-e75c-442b-a3ad-940bea79705b for .grdf.fr/>, , <Cookie JSESSIONID=7230F890BC6583F04057A2C8821A9ED8 for login.monespace.grdf.fr/sofit-account-api>, <Cookie BIGipServerVS-VPN31239MEG-PR-VIPEXT-POOL=rd31239o00000000000000000000ffff0aec157ao443 for monespace.grdf.fr/>, , ]>
2022-02-04 19:48:13,589 INFO Login unsuccessful. Invalid returned information: {"state":"REINPUT","error":"LOGIN_INVALID_ATTEMPTS","actualLockoutDuration":0,"message":"login.error.invalidattempts","displayCaptcha":true,"surname":"","name":"Nicolas","email":"}
2022-02-04 19:48:13,590 INFO Unable to login to GRDF website
2022-02-04 19:48:13,590 INFO Wait 113 seconds (2 min) before next try

Pourtant mon Prénom et mon Nom sont bien récupéré. J’ai laissé mon prénom dans les log

J’ai mis un mot de passe sans caractères spéciaux mais même chose.

from gazpar2mqtt.

BornTKill avatar BornTKill commented on September 26, 2024

Je dois me prendre la captcha ?
displayCaptcha":true

from gazpar2mqtt.

yukulehe avatar yukulehe commented on September 26, 2024

Hello, j'ai retenté chez moi, ça se connecte correctement. Je ne pense pas que ça soit le captcha car il me semble que cette log a toujours existé. A priori je dirais que ce sont tes credentials. Tu as changé ton mot de passe récemment ?
De mon côté, je n'ai jamais réussi à changer mon mdp sur leur site. Et j'en connais un qui disait qu'il était impossible de récupérer un mot de passe perdu.

from gazpar2mqtt.

BornTKill avatar BornTKill commented on September 26, 2024

Bah j’ai tenté une première fois avec mon mot de passe historique. J’ai pensé comme toi et comme j’avais un ! dans le mdp (J’ai tenté des simples cotés dans le yaml et aussi de ! Mais rien) donc j’ai changé ce soir pour virer le !

Je me log sans problème avec le nouveau mdp sur le site de grdf mais Ko gazpar2mqtt.

from gazpar2mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.