diff --git a/elettrodomestici_2023/elettrodomestici_2023.md b/elettrodomestici_2023/elettrodomestici_2023.md index 09b9606..1b1f85c 100644 --- a/elettrodomestici_2023/elettrodomestici_2023.md +++ b/elettrodomestici_2023/elettrodomestici_2023.md @@ -321,6 +321,8 @@ Fatto questo **riavviate Home Assistant** e verificate che non ci siano nel log | Blueprint | | :---: | +$$\textbf{\color{blue} \normalsize ๐ŸŒ€ Ricorda per ogni elettrodomestico che vorrai configurare dovrai eseguire il blueprint. ๐ŸŒ€}$$ + Lanciare il blueprint [CN FSM ](https://github.com/jumping2000/ha-templates/tree/main/blueprints/cn_fsm): * impostare le entitร  richieste come sensori di potenza e energia e le soglie di potenza relative all'attivazioni dell'elettrodomestico * impostare le modalitร  di notifica, il blueprint funziona sia con il ***Centro Notifiche*** che senza; @@ -329,7 +331,15 @@ Lanciare il blueprint [CN FSM ](https://github.com/jumping2000/ha-templates/tree [![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fjumping2000%2Fha-templates%2Fblob%2Fmain%2Fblueprints%2Fcn_fsm%2Fcn_fsm_appliances.yaml) -Nel blueprint occorre indicare i sensori relativi a potenza ed energia, i servizi di notifica, alcuni helper e le entitร  relative allo stato dell'eletrodomestico scelto, anche se poi ogni utilizzatore รจ libero di cambiarli; vediamo le entitร  per singolo eletrodomestico: +Nel blueprint occorre indicare i sensori relativi a potenza ed energia, i servizi di notifica, alcuni helper e le entitร  relative allo stato dell'eletrodomestico scelto, anche se poi ogni utilizzatore รจ libero di cambiarli; il tutto รจ abbastanza semplice poichรจ รจ organizzato in maniera ordinata secono questo ordine: + +1. prima si inseriscono i dati relativi alla presa/dispositivo di misurazione, quindi potenza, energia, tensione, corrente etc +2. dopo si inseriscono le entitร  relative all'elettrodomestico scelto e specificati di seguito, per facilitare la compilazione si puรฒ inserire il nome ad esempio "asciugatrice" nel campo di inserimento. +3. quindi si inseriscono le varie soglie di innesco delle varie fasi di lavaggio/cottura etc +4. come ultimo punto si inseriscono le informazioni necessarie per le notifiche + + +Vediamo ora le entitร  relative al punto **2.** da inserire per singolo eletrodomestico: ASCIUGATRICE diff --git a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_asciugatrice.yaml b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_asciugatrice.yaml index 9786234..e607808 100644 --- a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_asciugatrice.yaml +++ b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_asciugatrice.yaml @@ -15,6 +15,9 @@ # COLORE_BUTTON_NAME: "var(--primary-text-color)" # COLORE_BUTTON_LABEL: "var(--google-grey)" #"gray" ########################################################### +## date: ๐Ÿ“… 01/09/2023 - Updated 29/10/2023 +## version: ๐Ÿ“Œ 2023.10.8 +########################################################### type: custom:button-card styles: card: diff --git a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_forno.yaml b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_forno.yaml index 20073e5..2c244b0 100644 --- a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_forno.yaml +++ b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_forno.yaml @@ -15,6 +15,9 @@ # COLORE_BUTTON_NAME: "var(--primary-text-color)" # COLORE_BUTTON_LABEL: "var(--google-grey)" #"gray" ########################################################### +## date: ๐Ÿ“… 01/05/2023 - Updated 29/10/2023 +## version: ๐Ÿ“Œ 2023.10.8 +########################################################### type: custom:button-card styles: card: diff --git a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavastoviglie.yaml b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavastoviglie.yaml index 9f1cc4e..fa9da6b 100644 --- a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavastoviglie.yaml +++ b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavastoviglie.yaml @@ -15,6 +15,9 @@ # COLORE_BUTTON_NAME: "var(--primary-text-color)" # COLORE_BUTTON_LABEL: "var(--google-grey)" #"gray" ########################################################### +## date: ๐Ÿ“… 01/04/2023 - Updated 29/10/2023 +## version: ๐Ÿ“Œ 2023.10.8 +########################################################### type: custom:button-card styles: card: diff --git a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavatrice.yaml b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavatrice.yaml index 0553fff..7ded103 100644 --- a/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavatrice.yaml +++ b/elettrodomestici_2023/lovelace/card_elettrodomestici/card_lavatrice.yaml @@ -15,6 +15,9 @@ # COLORE_BUTTON_NAME: "var(--primary-text-color)" # COLORE_BUTTON_LABEL: "var(--google-grey)" #"gray" ########################################################### +## date: ๐Ÿ“… 29/04/2023 - Updated 29/10/2023 +## version: ๐Ÿ“Œ 2023.10.8 +########################################################### type: custom:button-card styles: card: diff --git a/elettrodomestici_2023/packages/elettrodomestici/dishwasher.ya__ b/elettrodomestici_2023/packages/elettrodomestici/dishwasher.ya__ index 7647458..b934d9b 100644 --- a/elettrodomestici_2023/packages/elettrodomestici/dishwasher.ya__ +++ b/elettrodomestici_2023/packages/elettrodomestici/dishwasher.ya__ @@ -1,6 +1,6 @@ ################################################################# # # - # Packages/Dishwashwer FSM # + # Packages/Dishwashwer FSM Lite # # # ################################################################# ## package_lavastoviglie: @@ -26,8 +26,8 @@ ## CUSTOMIZE NODE ANCHORS ############################################################# package.dishwasher: - version: &v "2023.10.6" - date: ๐Ÿ“… 01/04/2023 - Updated 22/10/2023 + version: &v "2023.10.8" + date: ๐Ÿ“… 01/04/2023 - Updated 29/10/2023 info: https://github.com/jumping2000/ information provided by: Smart Plug links: diff --git a/elettrodomestici_2023/packages/elettrodomestici/dryer.ya__ b/elettrodomestici_2023/packages/elettrodomestici/dryer.ya__ index 9a9117f..e739257 100644 --- a/elettrodomestici_2023/packages/elettrodomestici/dryer.ya__ +++ b/elettrodomestici_2023/packages/elettrodomestici/dryer.ya__ @@ -1,12 +1,12 @@ ################################################################# # # - # Packages/Dryer FSM # + # Packages/Dryer FSM Lite # # # ################################################################# ## package_asciugatrice: ## INFO ๐Ÿ“ฆ ## ๐Ÿ˜… Gianpi [hassiohelp.eu] - ## ๐Ÿ“… 29/04/2023 + ## ๐Ÿ“… 29/08/2023 ## ๐Ÿ“Œ INFORMATION provided by plug and energy meter ## ๐Ÿ“‚ PATH IMAGE /config/www/hassiohelp/pkg_elettrodomestici ## ๐ŸŽ THANKS TO: https://philhawthorne.com/making-dumb-dishwashers-and-washing-machines-smart-alerts-when-the-dishes-and-clothes-are-cleaned/ @@ -26,8 +26,8 @@ ## CUSTOMIZE NODE ANCHORS ############################################################################ package.dryer: - version: &v "2023.10.6" - date: ๐Ÿ“… 01/09/2023 - Updated 22/10/2023 + version: &v "2023.10.8" + date: ๐Ÿ“… 01/09/2023 - Updated 29/10/2023 info: https://github.com/jumping2000/ information provided by: Smart Plug links: diff --git a/elettrodomestici_2023/packages/elettrodomestici/oven.ya__ b/elettrodomestici_2023/packages/elettrodomestici/oven.ya__ index 535580e..5e0820e 100644 --- a/elettrodomestici_2023/packages/elettrodomestici/oven.ya__ +++ b/elettrodomestici_2023/packages/elettrodomestici/oven.ya__ @@ -1,6 +1,6 @@ ################################################################# # # - # Packages/Forno FSM # + # Packages/OVEN FSM Lite # # # ################################################################# ## package_forno: @@ -26,8 +26,8 @@ ## CUSTOMIZE NODE ANCHORS ############################################################################ package.oven: - version: &v "2023.10.6" - date: ๐Ÿ“… 01/05/2023 - Updated 22/10/2023 + version: &v "2023.10.8" + date: ๐Ÿ“… 01/05/2023 - Updated 29/10/2023 info: https://github.com/jumping2000/ information provided by: Smart Plug links: diff --git a/elettrodomestici_2023/packages/elettrodomestici/washing_machine.ya__ b/elettrodomestici_2023/packages/elettrodomestici/washing_machine.ya__ index 5a4efa8..f9b9554 100644 --- a/elettrodomestici_2023/packages/elettrodomestici/washing_machine.ya__ +++ b/elettrodomestici_2023/packages/elettrodomestici/washing_machine.ya__ @@ -1,6 +1,6 @@ ################################################################# # # - # Packages/washing Machine FSM # + # Packages/washing Machine FSM Lite # # # ################################################################# ## package_lavatrice: @@ -26,8 +26,8 @@ ## CUSTOMIZE NODE ANCHORS ############################################################################ package.washing_machine: - version: &v "2023.10.6" - date: ๐Ÿ“… 29/04/2023 - Updated 22/10/2023 + version: &v "2023.10.8" + date: ๐Ÿ“… 29/04/2023 - Updated 29/10/2023 info: https://github.com/jumping2000/ information provided by: Smart Plug links: