Riggad Lamp

Preview

I always wanted smart lamp with wirless charging so I decided to modify my Ikea RIGGAD Lamp. This setup was done by combining:

Communication with lamp is done through MQTT and I can controll this lamp using MQTT Light Component:

- platform: mqtt_json
  command_topic: 'home/living_room/led_strip/desk/set'
  state_topic: 'home/living_room/led_strip/desk'
  name: 'Work desk lamp'
  qos: 1
  rgb: true
  retain: false
  brightness: true
  effect_list: !include led_strip_effects.yaml
  effect_value_template: '{{ json_value.effect }}'

Comments