[RELEASE] Custom Device Note App

Never mind I see what I am doing, I was trying to install as a driver and not an app

1 Like

Are you adding it as an App or a Device. Should be an app.

1 Like

Something you may consider. I installed the app and then opened just to see what it did. I then decided I really wasn't ready to add a note yet and my only option was to either select a device or remove the app. A cancel might be good.

Easy fix, removed the required:true on the input.

5 Likes

When I get a minute, I'll look at adding an option to delete the note. Should be an easy add.

4 Likes

Love this, great addition to Hubitat. An extra star for you today, @thebearmay. :slight_smile:

6 Likes

It looks like the note has to be the same for all the devices selected. I'd suggest maybe one of two approaches:

  • having a parent-child app, so that I can easily add multiple different notes to different devices.

  • having a single app, but with an interface like Device Activity Check where I can add groups inside the app, where all the devices in that group get the same note.

1 Like

@thebearmay

FYI, had another instance where I added a note for a group of devices and the note didn't show up until I went back into the app instance and hit Update Note and Done again (had done so the first time). So there does appear to be some "reluctance" (maybe intermittent?) in the hub displaying the note initially.

1 Like

Wonder if the device data is cached, and it takes a moment to force the refresh…

1 Like

Neat idea. I would suggest adding conditional check around displaying the buttons so they don't display unless/until the note has been saved.

The submitOnChange can sometimes be slow and if someone clicks update before the submit refresh completes, the handler may get the addNote request before the note data is saved.

1 Like

For the moment I’ve made it so that you can have multiple instances of the app and rename them as you see fit.

4 Likes

I added the capability to use your own name (will be converted to camel case) for the note, added the check for note text storage complete, and clean up some code. Should have in HPM in the next hour.

3 Likes

Had forgotten about this and I changed some batteries in some devices today and it seemed like it had not been that long. I remembered your app and just added a Battery Change note. This will be very handy. Now I won't have to try and remember when I last changed a battery, I can just look. Thanks

3 Likes

Glad that you find it useful.

2 Likes

Hey, @thebearmay. Just a quick heads-up...I am an entitled HE user who only thinks of himself (though on rare occassions I may briefly entertain the existence of other life-forms in the universe).

So now that you know where I am coming from...I'd like to ask you to do more uncompensated thinking and possibly work on my behalf. :wink:

I was playing around w/the Custom Note Name feature, and have (I think) found an issue. I initially was playing around w/the feature and created a custom note name called "customNote." (OK, OK, we can start a separate thread on my lack of imagination later.) :slight_smile:

The customNote name appeared as expected. Then I changed it to "BatteryType" and hit the Update Note button. When I did that I ended up w/two custom note names.

I hit Remove Note and the second name "BatteryType" was removed, but I can't find any way to remove the first custom name, "customNote"
2022-02-28 19_28_04-Chrome Main

I removed the app instance for the note, but the customNote name persists.

Any suggestions? (Aside from "Get a life.") :smiley:

6 Likes

Did you try adding a new one with custom name "customNote"?

I just installed this app @thebearmay and added to Custom Notes. It seems like you either have to wait a bit for it to populate, or you have to click Update Note a couple of times.

Also, a question. The notes do not appear to be in any logical order. Here is one of my devices. The Custom Notes are BatteryDate and BatteryType.

What determines the order? Do you have any control over it, and if so, can you move the Custom Notes together?

Love the app so far!

1 Like

The note actually is added to the device information, so removing the app has no effect; however, if you enter the note name exactly as it appears in the data section of the device, click off to the side (HE UI anomaly) to make sure the input field is updated, and then hit the remove button it should remove the note for you.

1 Like

I know what you mean, us developers have the same life philosophy... :wink: Well some of us....

2 Likes

Should populate on the first click, but what happens occassionally is that the input field hasn’t been completely saved. To work around that, enter your note and name, and then click off to the side somewhere before clicking the add button. (If you have the device page open you may need to refresh it also.) As to the order, unfortunately not under my control - would expect it to be added to the top or bottom, or appear alphabetically, but when look under the covers it appears to be a random placement.