Ma maison est équipée d’une véranda et l’éclairage de celle-ci est pilotée par une télécommande TELECO (TVTXI868BB07). Je ne connais pas le récepteur du système d’éclairage car celui-ci n’est pas accessible.
Je voudrais remplacer cette télécommande par système intégré dans HA.
Dans mon idée, je voudrais mettre un détecteur de mouvement sans fil comme celui d’IKEA et, sur détection, envoyer une commande d’allumage depuis mon RPI où est installé HA.
Cependant, je ne sais pas quel matériel prendre pour envoyer ces commandes depuis mon RPI.
Est-il possible de « copier » la télécommande ?
Dois-je chercher un module spécifique 868Mhz ? Existe-t-il un module qui gère plusieurs fréquence et qui voudrait le coup dans le cas où mon installation évolue ? (Je viens seulement de commencer avec HA et la domotique).
Je vous remercie de m’éclairer dans mes choix car je n’ai pas trouver de réponses pour l’instant.
Idem je n’ai pas de 868mhz mais du 433mhz.
J’utilise ceci
Il y a le firmware qui va avec. Par contre je l’intègre via nodered addon.
Il y peut être du code tout fait.
Tu peux donc sniffer les trames 868mhz et en envoyer aussi.
@Titotof
Si la télécommande n’est pas en code tournant, et peut être reconnue en mode Parrot par le Rfplayer, alors elle peut-être émulée depuis mon add-on
la protection du Firmware empêche la copie d’une commande
Sauf mode PARROT et EDISIOFRAME ( Protocol EDISIO).
Bonjour,
J’ai reçu le RFPlayer la semaine dernière car j’ai tardé à la commander.
Elle ne passe pas dans les ports usb de mon RPI avec la clé Zigbee car l’encombrement des deux est trop important.
Je vais commander des rallonges usb et je ferai les essais
Bonsoir,
Premièrement, je n’arrive pas à « cloner » une deuxième télécommande TELECO (même modèle que la première) en utilisant la procédure TELECO…
Il faut appuyer sur un bouton à l’intérieur de la télécommande et attendre que le récepteur sonne mais ça ne fonctionne pas.
Et, pour l’instant, le RFPlayer ne découvre aucun équipement.
Enfin, depuis l’intégration du RFplayer, le bluetooth de mon RPI est en défaut dans HA.
Je continuerai mes essais dans le WE si j’ai un peu de temps.
Je n’arrive toujours pas à avancer sur mon sujet.
J’ai installé l’intégration TEST_HA_RFPlayer depuis le dépôt GitHub - Doubledom45/HA_RFPLAYER: Refonte ADDON RFPLAYER.
Je vois ma clé RFPlayer, j’ai une seule entité qui doit le Jamming detection level que je peux changer.
Lorsque j’appuie sur ma télécommande, j’allume ma véranda mais je ne vois rien s’allumer sur le RFPlayer.
J’ai mis le mode debug du rfplayer dans la config comme j’ai vu sur un autre sujet et j’ai les traces ci-dessous.
Si jamais @Doubledom passe par là pour m’aider ça serait super sympa de sa part.
2024-02-02 18:46:45.036 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration rfplayer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-02 18:46:45.041 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration netgear_wax which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-02 18:46:45.046 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-02 18:46:46.256 WARNING (MainThread) [homeassistant.components.http] The 'base_url' option near /config/configuration.yaml:6 is deprecated, please remove it from your configuration
2024-02-02 18:47:12.233 WARNING (MainThread) [homeassistant.setup] Setup of bluetooth is taking over 10 seconds.
2024-02-02 18:47:14.439 INFO (MainThread) [custom_components.rfplayer] Initiating Rfplayer connection
2024-02-02 18:47:14.446 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] PacketHandling
2024-02-02 18:47:14.447 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] EventHandling
2024-02-02 18:47:14.448 INFO (MainThread) [custom_components.rfplayer] Connected to Rfplayer
2024-02-02 18:47:14.718 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++HELLO\n\r'
2024-02-02 18:47:14.720 DEBUG (MainThread) [custom_components.rfplayer.rflib.rfpprotocol] writing data: b'ZIA++1 FORMAT JSON . RECEIVER + *. SENSITIVITY L 0. SENSITIVITY H 0. SELECTIVITY L 0. SELECTIVITY H 0. RFLINK 1. RFLINKTRIGGER L 0. RFLINKTRIGGER H 0. LBT 16. STATUS\n\r'
2024-02-02 18:47:15.694 WARNING (MainThread) [homeassistant.components.cover] DEVICE_CLASS_GARAGE was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverDeviceClass.GARAGE instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.707 WARNING (MainThread) [homeassistant.components.cover] DEVICE_CLASS_SHUTTER was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverDeviceClass.SHUTTER instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.721 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_OPEN was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.734 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_CLOSE was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.747 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.760 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_STOP was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.774 WARNING (MainThread) [homeassistant.components.cover] DEVICE_CLASS_GARAGE was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverDeviceClass.GARAGE instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.787 WARNING (MainThread) [homeassistant.components.cover] DEVICE_CLASS_SHUTTER was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverDeviceClass.SHUTTER instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.800 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_OPEN was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.813 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_CLOSE was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.826 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:15.840 WARNING (MainThread) [homeassistant.components.cover] SUPPORT_STOP was used from rfplayer, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please create a bug report at https://github.com/Doubledom45/HA_RFPLAYER_TEST/issues
2024-02-02 18:47:51.161 DEBUG (MainThread) [custom_components.rfplayer.number] Add jamming number entity
2024-02-02 18:47:51.174 DEBUG (MainThread) [custom_components.rfplayer.cover] Add cover entity - hass : <HomeAssistant NOT_RUNNING>
2024-02-02 18:47:51.174 DEBUG (MainThread) [custom_components.rfplayer.cover] Add cover entity - entry : <homeassistant.config_entries.ConfigEntry object at 0x7f7bc52c40>
2024-02-02 18:47:51.175 DEBUG (MainThread) [custom_components.rfplayer.cover] Add cover entity - async_add_entities : <bound method EntityPlatform._async_schedule_add_entities_for_entry of <EntityPlatform domain=cover platform_name=rfplayer config_entry=<homeassistant.config_entries.ConfigEntry object at 0x7f7bc52c40>>>
2024-02-02 18:48:01.584 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
Bonjour,
Je suis aussi très intéressé par votre problématique. Avez-vous pu piloter l’éclairage de votre véranda par autre chose que la télécommande fournie ?
Personnellement j’utilise le boitier Airsend qui reconnait ma télécommande… Par contre, je ne trouve pas le bouton d’apprentissage de la télécommande (carrée, avec 2 boutons et un petit voyant bleu); je l’ai démontée sans trouver ce satané bouton. Ma télécommande est donc reconnue mais inutilisable.
Bonne journée à vous
Tu peux utiliser le boîtier de chez devmel il fontionne parfaitement avec les télécommande Téléco j’en suis sur car c’est celle que j’ai pour mon garage et ça fonctionnera meme avec un code tournant .
Le boîtier est compatible ha et peu fonctionner en local.