-
Virtual Device Nodeserver expose Integer Variable
If there is value, it wouldn't be hard to make another virtual device which could hold an Integer or maybe a number with pick your number of decimal places (zero being integer). Would you move the number there in a program or like the temperature device. I don't have a need for this, is this something that is required for different use cases? This looks similar to what @tazman was looking for ; am I right?
-
v3.1.26 in production fixes:Garage,Toggle,onDelay
I haven't yet ; started looking into it then a butterfly flew by. I've put it on the request list now.
-
Motion Sensor temperature mismatch
sent you a DM with it.
-
Water Valve discrepancy for Manipulator State
Fixed with update
-
Motion Sensor temperature mismatch
@Panda88 , Low on the priority list, but for feedback. I am growing my YoLink fleet & added a couple motion sensors to test. they are the YS7806-UC, seems the temperature is showing -67C on the AC no matter the temp showing on the app device screen. EDIT: seems to be well off for the Two button FOB YS3614-UC Again, I don't actually use these, just to add something to your todo list
-
Water Valve discrepancy for Manipulator State
@Panda88 , All my devices with legacy and non-legacy are the same except for the water valve manipulator. I have the YS5001-UC, see below, Manipulator (legacy) shows open the other shows closed. Legacy is correct.
-
v3.1.26 in production fixes:Garage,Toggle,onDelay
This update takes production up through 3.1.26, with adding the onOnly device and fixing an old bug in garage which caused intermittent crashing. The rest of the changes are clean-up in nature, let me know of any unintended consequences. VERSION = '3.1.26' """ 3.1.26 DONE add timeout to ratgdo requests and sse client to prevent hanging DONE chg DFOF to DOF for Toggle & onDelay 3.1.25 DONE add onOnly device DONE update generic project files DONE Controller comments, refactor checkParams DONE change hints for temperature devices DONE testing added
-
Feature request
@tazman , That mirror is beautiful, very nice job. I get the desire to get the data public for all to see. I need to get around to something like that. If you are good with the workaround, then I will put it on the list but not too high. If we get more interest in #3 I could move it up. Let me know if that changes.
-
Insteon device window always comes up as New
I was having this new device issue ; 6.04_1 fixed it for me. So far it did NOT fix the socket error pop-ups though.
-
Feature request
@tazman , sorry for the delay, been on vac with the kids. Was just coming to answer when I see your last message. So, lets me say back to you what I think you want. you want to on some regular interval take a value from a variable put it in a GV value with the KW or (and?) KWH unit does the variable need any other processing? (conversion or multiply/division) you are just using the temperature device as a model, there is no need for temperature functions Let me know if I got it right. If the above is correct and this is of value you could come at this a couple of ways. kluge the temp device to make this work make a specific device for KW or KWH make a generic device which the user in their set-up would set the unit and maybe conversions if required. I'm not doing #1, the temperature device is the ugliest device already. My preference on it is to remove the AC controls and have it set-up with the yaml or json. #2 could be done quickly but may be a user base of one. #3 could be useful to some of the other HA users who are moving values back and forth to variables and want some units attached to them. The #3 device could look like this ST = status of the node, GV0 - GVn could be a list of values with units defined in the set-up json or yaml. UD has added a feature which lets nodes be defined pragmatically rather than being hard coded in profile files. I have not tried it out but this adds significant flexibility to nodes which need this. Interested if anyone else would find value in #3, to make the mountain worth the climb.
-
Triggers from other than devices
Hey there, just saw this thread, I am the curator of the Virtual plugin. The virtual devices do send control or switched signals as well as status & work in the AC or UD Mobile. Thus they will fire scenes or programs. Saying that some of the advice higher up does apply & is the way to do it without Virtual. Think of this plugin as a "macro", doesn't do much impossible without it, just shortcuts things. For this use case I might use a virtualSwitch and have the Fastoff program set it, while a program with the other switches turn it off. In the AC or UD you could change the virtuslSwitch directly. Now your other programs could use the "flag". You could mix and match with scenes and virtualSwitches as well, but as mentioned fastOFF is easy to pick-up in a program and more subtle in a scene. FastOFF immediately turns off the scene which just off uses the ramp ; I have used this feature to make a delayOFF happen, but in the end I created a virtualDevice to do this. hope this helps.
-
v3.1.26 in beta ; fixes: Garage, Toggle, onDelay
@Guy Lavoie , You have mentioned this before & didn't understand so I think my answer was incorrect. I am able to trigger scenes with a virtual switch both from UD Mobile and the the Admin Console. I am also able to trigger a program using a virtual switch from the AC and have programs turn a light ON or OFF using control. I just verified both again to make sure there were no changes. For example: test dimmer ON - [ID 0068][Parent 01B1] If 'Virtual Device Controller20 / Test Dimmer' is switched On Then Set 'Living / Living Fireplace Lt' On Seeking to understand here ; can you explain more what you are trying to & what isn't working?
-
v3.1.26 in beta ; fixes: Garage, Toggle, onDelay
Two fixes, one which only effects ratgdo garage node hopefully preventing hanging ; two fixing Toggle and onDelay so they send only DON and DOF. Feel free to test and let me know if everything is acting as expected. VERSION = "3.1.26" """ 3.1.26 DONE add timeout to ratgdo requests and sse client to prevent hanging DONE chg DFOF to DOF for Toggle & onDelay 3.1.25 DONE add onOnly device DONE update generic project files DONE Controller comments, refactor checkParams DONE change hints for temperature devices DONE testing added 3.1.24 DONE configuration based optional overide initial default 3.1.23 DONE add onDelay, offDelay, toggle switch, update documentation DONE magic number scrub 3.1.22 DONE generic/dimmer static/dynamic behaviour
-
.yaml file location
@tmorse305 , Looks like the team has you covered. Anywhere under your home directory. I made a dir for all my local test plugins which I keep these, but anywhere there is good. Thanks @jkmcfadden & @maxnorth !!
-
Trying to configure Droplet water flow device
@jkmcfadden , Good news! Small item from your notes above: The EISY MQTT server at 1884 will work without an id or password, admin / admin is fine or anything else. Unless you actively change it yourself on the EISY from ssh. The server at 1883 is the one used by the EISY for conversations with the POLY ; it is behind security for obvious reasons. I have not received any feedback from the crowd on the beta in the last week or so. Will give it a bit & push to production.