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

Add json request sent to netatmo in log (mode debug) & Changelog update/correction #14

Merged
merged 10 commits into from
Feb 26, 2024

Conversation

ThePiloo
Copy link
Contributor

@ThePiloo ThePiloo commented Feb 6, 2024

Add json request sent to netatmo in log (mode debug)

Types of changes

  • Bug fix (non-breaking change which fixes)

PR checklist

  • I have checked there is no other PR open for the same change.
  • I have read the Contribution Guidelines.
  • I grant the project the right to include and distribute the code under the GNU.

@ThePiloo ThePiloo marked this pull request as draft February 6, 2024 11:01
Bascule du log des appels cloud netatmo dans la class netatmo principale
Centralisation des logs en mode debug depuis class netatmo
Réduction des requêtes cloud aux maisons réellement équipées d'un module netatmo.
@ThePiloo ThePiloo marked this pull request as ready for review February 7, 2024 18:46
Copy link
Contributor Author

@ThePiloo ThePiloo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complément d'information sur la màj du critères de construction des maisons ("homes") à parcourir lors du refresh

core/class/netatmo_energy.class.php Show resolved Hide resolved
}
$home_ids = array();
if(isset($homesdata['homes']) && count($homesdata['homes']) > 0){
foreach ($homesdata['homes'] as $home) {
if(!isset($home['rooms'])){
if(!isset($home['modules'])){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bonjour,
Pour moi il ne devrait pas avoir ce changement, ca va casser la remonté d'informations des capteurs d'ouverture je pense.

@zoic21 zoic21 merged commit 6219e8d into jeedom:beta Feb 26, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants