Thanks. Looking into this right now:
All I want is a device to check if my electrical stove is on or off. No power metering and non-invasive.
Thanks. Looking into this right now:
All I want is a device to check if my electrical stove is on or off. No power metering and non-invasive.
You can connect everything to the ST Hub with a soldering iron, half a spool of solder, some wires and a supported contact sensor.
Hi @Mariano_Colmenarejo. First of all Iβd like to thank you for your amazing work for the community. Samsung should be paying you big $$$ for your contribution. If you have a profile on any of the support sites (e.g. buymeacoffee.com or similar), Iβm sure many people here would gladly support you. Just an idea.
But letβs cut to the chase.
My current setup with the Smart Implant is:
List item
3 external temp probes
2 contact
2 switches.
Iβd like to have child devices for all 7 items.
Possible way forward I see:
Please let me know if it makes sense to you.
Thanks
Lech
Iβll look into it when I have some time.
It has a lot of profiles and I havenβt touched that driver for a long time and I need to refresh my memory.
I have a link to my paypal on GitHub, but it doesnβt have much success
Try with this TEST driver version, modified with new profile: β3 Ext Temp + 2 Contact + 2 Switchβ
If it works fine then I will merge with Mc version
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Driver Id 2246df83-ed68-470f-aa7d-e0b81c885cf5
Name Fibaro Smart Implant Mc-TEST
Package Key zwave-fibaro-smart-implant-6-TEST
Version 2024-09-22T17:24:24.137495264
βββββββββββββββββββββββββββββββββββββββββββββββββββ
I installed the test driver, but I donβt see this profile in the list.
Sorry, try with this driver version
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Driver Id 2246df83-ed68-470f-aa7d-e0b81c885cf5
Name Fibaro Smart Implant Mc-TEST
Package Key zwave-fibaro-smart-implant-6-TEST
Version 2024-09-22T22:07:56.427178627
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Now it looks ok.
Thanks!
I noticed that the external temp is not updating in the app in the new profile. It works correctly in other profiles. The reporting is set to 0.1C and 60 seconds.
Which of the 3 external temperatures?
Try installing this driver version
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Driver Id 2246df83-ed68-470f-aa7d-e0b81c885cf5
Name Fibaro Smart Implant Mc-TEST
Package Key zwave-fibaro-smart-implant-6-TEST
Version 2024-09-24T15:33:16.487406682
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Currently I have only one sensor connected. I plan to add two more tomorrow.
The first sensor started reporting temperature now. Iβll let you know if it works with 3 probes tomorrow.
Thanks
Hi,
Are you tested the driver?
I need merge or not TEST driver with Mc driver
Sorry. Totally forgot about it. Will test tomorrow.
I added two more probes, but the temperatures donβt show up. Should I remove and add the driver again?
I donβt have the device like that, but reading the documentation I think you have to connect the probes and then reset the implant and put it in inclusion mode.
Iβve been sick lasy week and still spend most of my days in bed. Iβll try to give some feedback by the end of this week
Get well soon, thatβs whatβs important
Iβm using two analog inputs and it seems that child device one reports values in V scale while the child device two reports values in mV. Am I doing something wrong here?
No, is the App who converts V to mV.
In the details view it automatically converts them according to its algorithm.
In the tile it always shows the units defined in the capability V, W, β¦
This is valid for all capabilities
This previous post seems to imply that it may be possible to display analog input values in different units? But possibly not as Iβve not found anything yet.
I have an outdoor wood boiler for heating that has a local controller, but it has an analog output, so Iβve also added a pressure transmitter to give me water level as well. These are both 4-20mA signals on a 2pair instrument cable that I buried with all the heat transmission tubing. They are inputs to a digital display in my shop that shows boiler temp and level. at this point Iβve installed a Fibaro Smart Implant.
I use the Smart Implant to measure 2-10 volts across 500 ohms (2 - 250ohm precision resistors) and export that to SmartThings. This gives me a 2-10 volt display, that Iβm able to use for routines that send me alerts based on temp, water level. (<50C tells me to get out there and put some wood in the boiler!) I also am working on adding PLC control to a backup electric boiler that will take over heating duties, when the fire goes out. The reason for this is that currently I have to shut down the wood boiler a day before we are leaving for a winter vacation and start the electric boiler. But with the full automation I can fill the wood boiler and with reduced heating loads it can continue to burn for up to 3 days before the electric boiler would need to take over. I can do all of this easily using the 2-10vdc as the automation routines donβt care about units.
But there is the human factor (me) that would much prefer to be able to see temp displayed in Celsius and level in %.
As I have anti-freeze in the boiler, it can go down to -40 without freezing so the analog output range is -40C to 100C.
The required conversion formula for volts to temp is (V-2)/8x140-40=T
For the boiler level it would be volts to % and would just be (V-2)/8
Sorry for the long winded message, but I wanted to fully explain what Iβm doing and what Iβm trying to accomplish.
Any suggestions to solve this would be greatly appreciated.
Thanks