Le « Tarif Tempo Heures creuses TTC » s’est mis à jour aujoud’hui à 13h00.
Bref les tarifs sont faux !!
Il faut forcer une mise à jour ?
Elle se ferait à 5h00 tous les jours ça marcherait mais à 13h00 !!!
Voir :
Est-ce que pourrait aider ?
Bon dans la carte, j’ai modifié par :
Ça permet de récupérer l’unité contenu dans le input_number
if (color !== 'unavailable')
{
var tarifs_hc_val = (states['input_number.tarif_tempo_heures_creuses_ttc_' + color.toLowerCase()].state);
if (tarifs_hc_val != 0.0)
{
tarifs_hc_unit = states['input_number.tarif_tempo_heures_creuses_ttc_' + color.toLowerCase()].attributes['unit_of_measurement'];
tarifs_hc = tarifs_hc_val.replace('.', ',');
}
var tarifs_hp_val = (states['input_number.tarif_tempo_heures_pleines_ttc_' + color.toLowerCase()].state);
if (tarifs_hp_val != 0.0)
{
tarifs_hp_unit = states['input_number.tarif_tempo_heures_pleines_ttc_' + color.toLowerCase()].attributes['unit_of_measurement'];
tarifs_hp = tarifs_hp_val.replace('.', ',');
}
}
EDIT : J’ai modifié l’automatisation pour prendre en compte que l’update du tarif arrive n’importe quand !
Voir : RTE Tempo : carte - #16 par Feneck91