algirdasc
(Algirdas Č )
December 9, 2019, 8:12am
1
Hello,
If you have Floureon or Beok or other broadlink based wifi thermostat - here is a component for it. I don’t have a list of supported models, but if you have thermostat (or mobile app which controls it) like in picture below, this component might work:
You can install this component from HACS repository and configuring your climate component as follows:
climate:
platform: floureon
name: livingroom_floor
mac: 78:0f:77:00:00:00
host: 192.168.0.1
use_external_temp: false
More about component and docs are here:
Floureon Home Asssitant component
7 Likes
victoor89
(Victor)
December 10, 2019, 7:44pm
2
I set up with the switch options and it works perfect with my Beok BOT-313 WiFi thermostat (https://amzn.to/2ry3W2P ).
Thanks!
nenonano
(Stefano)
December 11, 2019, 2:12pm
4
seems interesting.
just a question: I see there’s a “use_external_temp” boolean parameter
other than setting it to true, what do I need to use an external temp sensor?
TIA
algirdasc
(Algirdas Č )
December 11, 2019, 2:20pm
5
You mean you want to use thermostat’s temperature senor just as a sensor alone? I’m afraid that is not yet possible, altough I’m working on separate sensor component. Meanwhile you can use climate component and template sensor to extract sensors attribute value from climate component.
nenonano
(Stefano)
December 11, 2019, 2:27pm
6
algirdasc:
just as a sensor alone
this one
thank you for your answer
algirdasc
(Algirdas Č )
December 11, 2019, 2:28pm
7
I’m gonna update my component in a few days, maybe next week with sensor component.
Tomlap
(Tomasz Łapczuk)
December 15, 2019, 10:53pm
9
Have anyone used this thermostat and know how to hook up it to home assistant?
algirdasc
(Algirdas Č )
December 16, 2019, 2:25pm
10
This one uses different chip, so it won’t work with this component.
davide-rhw
(Davide Rhw)
December 20, 2019, 12:04am
11
Hi friend, very good jod, it works for me. How can can i use toggle for switch on or off state?
Hi,
if i use the component and set it on my Home Assistant, can i still use the internal programmed schedule or not? Do i have to set it again in HA?
algirdasc
(Algirdas Č )
December 22, 2019, 8:58pm
13
Yes, you can. Setting temperature on Home Assistant will put thermostat to Manual mode with the temperature you set. You can go back to auto (scheduled) mode from Home Assistant or by clicking mode button on thermostat.
1 Like
algirdasc
(Algirdas Č )
December 22, 2019, 8:58pm
14
Hi, I’m glad you got it working. Could you, please, elaborate, what you’re trying to achieve?
Boogs77
(Boogs77)
December 23, 2019, 7:57am
15
Hi. I’ve tried to install this component with this thermostat: https://www.amazon.it/dp/B07NS5YRLF/ref=cm_sw_r_wa_apa_i_6ihaEbFQA05CF
I’ve used this code:
climate:
platform: floureon
name: salotto_therm
mac: xx:xx:xx:xx:xx:xx
host: 192.168.1.189
use_external_temp: false
Entity was create, but when I used in HA it’s empty…no temperature or state information.
Thanks in advanced.
Boogs
algirdasc
(Algirdas Č )
December 23, 2019, 2:31pm
16
It seems that this thermostat is not compatible with this component.
Boogs77
(Boogs77)
December 23, 2019, 4:32pm
17
Really? I bought it thinking it si a decdeal clone.
I will try to use tuya component. It should working.
Thanks for your answer!
davide-rhw
(Davide Rhw)
December 29, 2019, 3:06pm
18
Hi i’ve use this code:
- platform: floureon
name: ZonaNotte
mac: 44:ee:33:77:00:11
host: 192.168.0.103
turn_off_mode: turn_off
turn_on_mode: 24.5
When i try to power on with switch i’ve error:
I suppose the power on method not work and lock the beok
algirdasc
(Algirdas Č )
December 29, 2019, 8:12pm
19
Does it have external temp sensor?
davide-rhw
(Davide Rhw)
December 29, 2019, 8:31pm
20
No,I doesn’t have external sensor. I use see and use only “room temp”
algirdasc
(Algirdas Č )
December 29, 2019, 10:31pm
21
Ok, then you must set
use_external_temp: false
in your config as powering on / powering off involves
temperature sensor setup.