Gnaget2 / Car-Heater-Package

Control your car engine heater with Home Assistant
10 stars 7 forks source link

removed group:view #10

Closed sunkan85 closed 3 years ago

sunkan85 commented 3 years ago

in new hassio they have removed group, I have no idea how to fix the code

Invalid config for [group]: [view] is an invalid option for [group]. Check: group->group->heater_view->view. (See ?, line ?).

sunkan85 commented 3 years ago

with a little help I got it in order row 288

Group section

group: heater: name: "Motorvärmare" entities:

sunkan85 commented 3 years ago

. when i remowe row 288-295 and 300. hassio give ok on code. but now it do not trigger the switch

Ryssk commented 3 years ago

. when i remowe row 288-295 and 300. hassio give ok on code. but now it do not trigger the switch

Question, when you say it doesnt trigger the switch. Are you sure it's below 5.0 degrees? Cause that's how the condition work for the automation.

below: '5'

If you want it to be something else, then you propably want to use it if it's like below 8-10 degrees? Just change the below value between line 160 - 207

triggers 30min before departure time when temp is below 5 and heater status is on, checks if weekend/weekday matches option

sunkan85 commented 3 years ago

it is working now i run the automation manuell, and it trigged now. bot not befor maby i it was the temp or maby i did nott rebot hassio when i did have trubel. thx