jmcollin78 / solar_optimizer

The Solar Optimizer integration for Home Assistant starts and stops your equipments depending on the Solar net production
MIT License
53 stars 10 forks source link

service call to control "climate/set_temperature" #27

Open jmcollin78 opened 3 months ago

jmcollin78 commented 3 months ago

Discussed in https://github.com/jmcollin78/solar_optimizer/discussions/26

Originally posted by **marekchowaniok** March 13, 2024 Hi @jmcollin78 , I came across this repo/HACS and I wonder if it is possible to make service call with payload. For example - I have heating system, which is not standard switch but it is climate entity. To turn on heating I would raise temperature and to turn off heating I would decrease temperature. It is possible to do it through homeassistant UI: ![image](https://github.com/jmcollin78/solar_optimizer/assets/404424/3f6ecaf8-a2a4-48ab-a9f3-97696abf9d6e) If we can't call anything else, do you have any recommendation how to create "switch helper" which would raise/drop temperature on heating ? Or any other recommendation how would/did you solve this ? thanks Marek