Hi,
Does somebody know if the fisher price smart connect devices could be interfaced.
Could not find anything yet tbh, but i suspect its tuya based
Bart
Hi,
Does somebody know if the fisher price smart connect devices could be interfaced.
Could not find anything yet tbh, but i suspect its tuya based
Bart
Hey Bart,
Same here, i wanted to add my Fisher price smart device but i couldn’t even find if it was Tuya based… Anyone managed so far?
Thanks!
Mel
O just semi automated our lumalou by use of an ir transmitter. I can provide the esphome /pronto codes if needed
@Bart_Bakels which part did you manage to automate since you mentioned “semi”? Yes, indeed I’m interested in what you did and how you did it!
Thank you!
I can emulate the big button press , start sleep and start routine by sending ir codes which i sniffed. Could do this via esphome ir transmitter or harmonyhub or something similar.
@Bart_Bakels thanks more than enough, all I needed. It’s not like I change the routines or colors a lot:)
However, I have 0 experience with esphome even though I read a lot about it trying to add Eurom wifi heater to HA. Depending on your patience I would love to try and implement same solution. Anything you can share as starting off?
Thanks so much!
you can use these esphome configs (Parts);
remote_transmitter:
pin: GPIO14 #D5
carrier_duty_percent: 50%
id: trans
remote_receiver:
id: rcvr
pin:
number: GPIO12 #D6
inverted: True
mode: INPUT_PULLUP
dump: all
# high 55% tolerance is recommended for some remote control units
button:
- platform: template
name: "Lumalou Start Slapen"
icon: "mdi:sleep"
on_press:
- remote_transmitter.transmit_pronto:
data: "0000 006D 0006 0000 0096 0025 006F 0024 006F 0025 006F 0024 0026 006D 0023 06C3 0000 006D 0006 0000 0094 0027 006D 0026 006E 0026 006F 0025 0025 006D 0026 06C3 0000 006D 0006 0000 0096 0024 0070 0024 006F 0024 006D 0027 0023 0070 0026 06C3 0000 006D 0006 0000 0096 0024 0070 0024 006F 0024 0070 0024 0024 006F 0025 06C3 0000 006D 0006 0000 0096 0025 006F 0024 006F 0025 006F 0024 0026 006D 0023 06C3"
- platform: template
name: "Lumalou Start Taak"
icon: "mdi:calendar-check"
on_press:
- remote_transmitter.transmit_pronto:
data: "0000 006D 0006 0000 0095 0026 006E 0025 0025 006F 006E 0025 006F 0024 0025 06C3 0000 006D 0006 0000 0094 0027 006D 0026 0025 006F 006E 0026 006D 0025 0024 06C3 0000 006D 0006 0000 0096 0024 006F 0025 0025 006E 006D 0027 006E 0025 0025 06C3 0000 006D 0006 0000 0095 0025 006F 0025 0024 006F 006F 0025 006E 0025 0025 06C3 0000 006D 0006 0000 0096 0025 006E 0025 0026 006F 006F 0024 006D 0026 0025 06C3"
- platform: template
name: "Lumalou Button"
icon: "mdi:gesture-tap-button"
on_press:
- remote_transmitter.transmit_pronto:
data: "0000 006D 0006 0000 0096 0025 0024 006F 0026 006E 006F 0024 006D 0026 0023 06C3 0000 006D 0006 0000 0094 0027 0026 006D 0026 006E 006F 0025 006F 0023 0026 06C3 0000 006D 0006 0000 0096 0024 0026 006E 0024 006F 006D 0027 006F 0024 0026 06C3 0000 006D 0006 0000 0096 0024 0024 0070 0024 006F 0070 0024 006F 0024 0024 06C3 0000 006D 0006 0000 0096 0024 0024 006F 0026 006E 006F 0024 006D 0026 0023 06C3"