I have noticed that there doesnt seem to be any Flukso for sale any more. I know there are 100's out there probably closer to 1000's more .
Hopefully there will be another run of FL2's for all the new people who use Solar generation systems.
This is in my opinion the best and simplest unit on the market.
If not what is the longevity of the reporting of current units from here and to data sites like PVOutput?
Baz
@CIARLY, sorry for late answer. I thought the flukso site was offline for good.
For setting up HA on sinology, I followed this guy:
https://www.youtube.com/watch?v=Y38qRYYAwAI
And I still have nothing from my flukso on HA. I did solve the most urgent needs with smart plugs
Yess!!
I just managed to get the flukso values into my Home Assistant.
Thanks to Mr. BRAMCLOET !!
I followed your example, but there has to be an empty line between two sensor definitions.
Like this:
mqtt:
sensor:
- name: "FL30_power"
state_topic: "/sensor/xxxxxxxxxx/gauge"
unit_of_measurement: "W"
value_template: "{{ value_json[1] }}"
- name: "FL300_power"
state_topic: "/sensor/yyyyyyyyyyyy/gauge"
unit_of_measurement: "W"
value_template: "{{ value_json[1] }}"
- name: "Solar2000"
state_topic: "/sensor/wwwwwwwwww/gauge"
unit_of_measurement: "W"
value_template: "{{ value_json[1] }}"
- name: "Solar2500"
state_topic: "/sensor/zzzzzzzzzzzzz/gauge"
unit_of_measurement: "W"
value_template: "{{ value_json[1] }}"
Thanks B-man , Bramcloet and C3POPower for the very usefull inputs and code.
Hopefully this forum will stay a while and can i refer later when needed.
For me al my Flukso data is now visualised on Grafana (see older post in this topic).
But sure it would be ideal to send also the data back to PV-Output at the same time.
This is for later, 'i am not in a hurry ;-)