In each of the profiles you can create the child devices you need to personalize them with names and place them in other rooms or use them in third-party applications.
If you find any errors, please tell me and I will try to fix it.
This is the new driver version
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Driver Id d61e22b2-7160-4e2a-8774-9b3585c41a9e
Name Fibaro Smart Implant Mc
Package Key zwave-fibaro-smart-implant-6
Version 2023-05-31T13:51:52.250258337
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Hi Mariano, having the same issue as articulated in the original thread. Automations cause the inputs to stop responding to changes. Turn an automation on and inputs freeze, turn it off and they go back to responding as normal. This is occuring on the current Beta-6 release and also on the Beta-5 release. Another anomoly Iβll mention, is that at one point I opened the app and the temperatures for both the thermostat and the Impant tiles had reverted to displaying the internal temperature. I had to change drivers to get them back to displaying the external temperature. Iβve not been able to duplicate this behavior a second time.
As stated before, no rush, just wanted to provide the feedback you had requested.
The creation of the child devices is a 5 star upgrade!! Thanks for the hard workβ¦
Iβll work on getting CLI logs, I just installed the CLI last week so still learning. I agree, doesnβt seem logical. Itβs a couple simple Smartthing automations that look at temperature and if itβs above a certain value, it turns Out1 on. Once it falls below, it turns Out1 off. I have another that looks at input 1 and sends a text if it changes state. So, they stop responding to changes when the automation is enabled, regardless of any of the in/out states. If I disable the automations, back to normalβ¦ I know, oddβ¦ Iβll see if I can get logs after work this evening.
Sorry, it is not possible to add a custom icon to the driver for each use of the implant. That would require adding a new profile for each icon.
It would be smartthings who should allow the option of using the icon that each user would like from the list of all existing ones, as other Apps like Tuya app do, for example, where you can even put a photo
I have changed the categories of the profiles to MultiFunctionalSensor so that there are more app options to change the icon.
If you create a child device for input 1 or 2, which uses the MultiFunctionalSensor categories, you will be able to choose in the app the garage door icon on that child contactSensor device.
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Name Fibaro Smart Implant Mc
Package Key zwave-fibaro-smart-implant-6
Version 2023-06-03T17:05:18.912350341
βββββββββββββββββββββββββββββββββββββββββββββββββββ
So I got around to looking at this again last night and Iβm either senile or just not to brightβ¦ Everything is working fine, automations work utilizing the child tiles, inputs and outputs respond. Thermostat is a bit flaky but I just use it to display temperature so no issues. There is an error in one of the logs, Iβm not sure what it is, but Iβll attach a screen shot below. The thermostat tile and main tile both display the same temperature, which for me using Ext Temp+2 Contact+2 Switch profile is expected. It would be neat to see the internal temperature displayed on the main tile, but itβs not overly meaningful so not worth working on! Mariano, your time, effort and responses has been sincerely appreciated! Here is that screenshotβ¦
The thermostat is not working well. It is showing an error in the refresh thermostat module line 110.
It seems that the preference: βDifferential Temp for Start and Stopβ or the heating set point value is null when you are going to calculate the temperature of change to the PendingHeat state:
110 local tempChangeToPendingHeat = (device:get_field("heating_Setpoint") - (device.preferences.diffStartStop / 2))
This may be because the child thermostat has not been correctly initialized or it does not return the default value of the preference.
If you delete the child thermostat and recreate it, it should initialize and the error should disappear
For this would have to create a new profile that has: Int Temp + Ext Temp + 2 contact + 2 switch
How do I configure that when I turn on the switch button it turns off after 0.5 seconds? it has to be like this for the gate to work. Before I had a Device Handler and now Iβm not getting it.
with parameters 156 and 157. It is in the device manual
Connection with gate opener
Smart Implant can be connected to different devices to control them. In this example it is connected to gate opener with impulse input (every impulse will start and stop the gate motor, alternately opening/closing).
Disconnect power.
Connect with the diagram below:
Diagram 9: Example gate opener (1 β monostable button, 2 β gate opener controller).