Hi Juanjo, I must say you that 0.95.4 works fine with Oscar’s code, january 2th, and with some tune, for example, move directory wibeee to /components , not place directory under custom_components. With your code was imposible. I’m developer ( but without free time ) and I would like study both codes. I want make a how to because it’s too hard begin from nothing.
Mirubee app is cool but they dont have notifications, and I want have alarms triggered by high use day for example. Also it’s great have data stored in sqlite, i’m looking for method to make graphic reports, home assistant component is very poor.
Regards.
I would need some time for adapting it to new version. (Some weeks as now I am kind of busy) Meanwhile, please rollback your home assistant to version 0.94 if you want it to work.
I’m really looking forward to have this component back on track but I understand we all are busy with other things so no intent to put pressure here.
In the meantime, as I really need this data because I’m trying to reduce costs at home, I did a small implementation with the Scrape sensor that I’m using to pull the data from the Wibee device. Here’s the code should anyone is interested on it:
This can be improved but it’s an starting point if you need it.
secrets.yaml
wibee.xml: "http://<IP of the Wibee Device>/en/status.xml"
Hi!,
what did you to make it work?, i’m using the “patch” that the good @davedan did, but i would like to have it more integrated and getting fastest responses
I had this working on v0.94 but I updated to 0.99 and stopped working. I uploaded the component from github but it fails. The Verifier in Hassio shows:
Invalid config for [sensor.wibeee]: [host] is an invalid option for [sensor.wibeee]. Check: sensor.wibeee->host. (See ?, line ?).
I placed the files in \custom_components\wibeee\sensor.py, as it is in Git hub
It is something wrong ? How did you make it work?
Something went wrong… It is still showing the error
Invalid config for [sensor.wibeee]: [host] is an invalid option for [sensor.wibeee]. Check: sensor.wibeee->host. (See ?, line ?). Please check the docs at https://home-assistant.io/components/sensor.wibeee/
I tried using the ip address in Host parameter as string with quotation marks and without them. Any ideas?