bryonhu
November 21, 2024, 2:26am
1
C8 Pro running 2.3.9.201
I have Fibaro Implant on Z-Wave but the voltage doesn't show on device info yet the voltage is in the log with debug on?
Not sure what I am setting up incorrectly or missing some custom code to accomplish.
On the child info page it doesn't show the voltage
But in the log I highlighted where it does show the voltage
I noticed that in the log next to voltage there is "scale" which is zero, my guess is I need to set to 1 but have no idea how to. Or it is something else completely and I have zero coding skills so far with HE
bryonhu
November 21, 2024, 2:31am
3
Tried attribute, the issue is the device info child shows 0 volts and therefore so does the attribute.
Only in the log I see the voltage from my test power source connected to implant.
It's been a while since I had one, sorry.
1 Like
Re-read the device thread. I remember something about having to exclude and reinclude, or something like that, if you make a wiring configuration change. It recreates the children. Very foggy on that.
I never used the built-in driver that you are using so I cannot offer help there. You could always try my custom driver here .
1 Like
bryonhu
November 21, 2024, 3:43pm
8
A lot too take in for a newb like me.
I downloaded the text file from github, but not sure if that's the right one?
Does HPM use the text file?
Somehow I thought it was different but I have only used HPM once....
Only been at this new HE stuff for barely 2 months.
You are better off using the HPM, The driver has 6 files, the latest ones on github are the same as the ones installed by HPM.
bryonhu
November 21, 2024, 3:50pm
10
I'm dumb ..lol
Not sure in the links where I get the file(s) to use with HPM. All I found was download "raw"
All you need is go to the Hubitat package manager app on your Hubitat Hub, click "install", "search by keywords", enter "Fibaro Smart Implant" and Install the required driver files from there.
1 Like
Once the HPM has copied the files from Github to your Hub, you can go to the Implant's device page and change it's "type" to "Fibaro FGBS-222 Smart Implant" (in the User section of the list, towards the end...), "Save Device", etc. The instructions are in my drivers thread.
bryonhu
November 21, 2024, 4:16pm
13
Do I need to exclude and include device again?
Device type still shows original type
Apparently more reading on my part is needed
Edit: in mobile app I could not find user files, on PC it was found when setting up...
Device type will not change until you change it, scroll down to the user section of that list and select the new driver, then press "save"
bryonhu
November 21, 2024, 5:15pm
15
I found the user section ( now on PC not Android) and was able to install it but still no voltage shown...ughhh
Removed it and trying again
Edit: Don't really know what I did differently but now childs show voltage.
Getting there I think
Thank you !!
Just make sure to follow the step by step instructions here .
1 Like
bryonhu
November 21, 2024, 5:37pm
17
Curious as why the "Stock" HE driver for implant is not functional?
Finally getting yours installed and much better operation with Fibaro Smart Implant.
Need to poke around and fine tune settings now so voltage updates more frequently...
1 Like
bryonhu
November 21, 2024, 8:39pm
18
@christi999
Not sure how to add the round (x) command to what I have for voltage compensation in the voltage equation?
The current equation is: rawVoltage*0.96
And I would like it to round to 2 digits right of decimal point
round(rawVoltage*0.96*100)/100
should do it I think.
1 Like