acon96 / home-llm

A Home Assistant integration & Model to control your smart home using a Local LLM
491 stars 56 forks source link

Doesn't change the color of the bulb #84

Closed en-ver closed 4 months ago

en-ver commented 4 months ago

Describe the bug Trying to change the temperature of the bulb but getting a "tech style" response with no effect on my bulb. It turns on and off it, and works correctly with my thermostats by increasing and decreasing the target temperature but that command doesn't work

How can I assist? make the office light warmer changing the color of office light to warmer tones. Failed to run: {"service": "light.turn_on", "target_device": "light.28d12728ef25", "rgb_color": "(240, 128, 128)"}

Expected behavior The color of the light is to be made warmer.

Logs

Logger: custom_components.llama_conversation Source: custom_components/llama_conversation/init.py:770 Integration: LLaMA Conversation (documentation) First occurred: 22:33:12 (1 occurrences) Last logged: 22:33:12

Model response did not end on a stop token (unfinished sentence)

acon96 commented 4 months ago

The model doesn't currently support changing the "temperature" of a bulb. It only supports changing the RGB color. Please open a discussion thread if you have further issues with the model's output.