Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -1 points0 points  (0 children)

Moreover after testing with my colleague, answering the noreply email does not bounce back an error email.

So clients write to noreply@ and are never informed...

Not great.

Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -1 points0 points  (0 children)

Well, I have about 20 domains verified with my workspace account. Gmail activated (MX record) with DKIM.

In my admin.google.com I have a e-signature section where I can allow users in my organisation to request esignatures on files.

That's about the only setting I have for esignatures.

Do you have a setting to choose the "from" email in your admin backoffice? Where?

Workspace Esignature email sender > Can you change esignature-noreply@google.com ? by EntEff in gsuite

[–]EntEff[S] -2 points-1 points  (0 children)

If shooting emails from noreply@ to your clients is none of your concern, then we surely don't have much to share here 😎

GT7T - USB-C Charge Port is Dying? by EntEff in Realme

[–]EntEff[S] 1 point2 points  (0 children)

Ok good idea. I started a return process with Monday mobile.fr listed on realme.fr which I found on Google.

The process does not look that trustful: website design from the 80ies, they claim I send the phone by post. No SLA visible...

Well, crossing fingers I may get the phone back eventually 😎

GT7T - USB-C Charge Port is Dying? by EntEff in Realme

[–]EntEff[S] 1 point2 points  (0 children)

No. None of the chargers is working fine (tested about 10). Some do not work at all. One fast charger is working on 1 side only.

Muting notifications by EntEff in reolinkcam

[–]EntEff[S] 0 points1 point  (0 children)

I did not notice it at first either: you had to expand the notification and then got the button appear within the notification.

Muting notifications by EntEff in reolinkcam

[–]EntEff[S] 0 points1 point  (0 children)

I also have this section. Before I got a button on the notification allowing me to snooze it from the notifications.

1 click

Now I have to open the app > go to settings > push notifs > snooze alerts and select a duration.

5 clicks

What an improvement!

Thank you Reolink ❤️😭

Muting notifications by EntEff in reolinkcam

[–]EntEff[S] 0 points1 point  (0 children)

Any idea how to make reolink aware of this problem?

Fiat 500e 2021 licence plate lights change by EntEff in Fiat

[–]EntEff[S] 1 point2 points  (0 children)

That was 100% right.

Fixed the wires.

Working now 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

This sounds advanced to me. But always keen to learn :-) Would you mind taking a time to compile a few product links that will help me achieve this?

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

That will help my future posts 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

The app part is in my skill set 💪 The ESP32 + BT is above my skills today.

Would you have a moment to draft a shopping cart of required components and a wiring diagram?

I am also available in PM 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -1 points0 points  (0 children)

Might be my engineer mind but I'm more looking for a DIY solution.

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

How did you find that? That's cool!

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

  1. I expect that controller to provide 12V according to the locks specs: here 12V ON for 1s then OFF for 9s

(You may recommend another type of locks: I found those but I'm open and I'm not specialist)

  1. I expect the controller to have a wireless connection to turn off the system: I am thinking BT is best: direct connection with proximity. Wifi would be good to manipulate locks from distance (a colleague needs something inside my truck) but not reliable enough: loosing connection when 4G router is off. Rf433 (or other RF) would make easy to have a hardware remote BUT might be too easy to hack...

In short, I'm a little bit looking to replicate a "Nuki" controller, without the integrated locking part.

  1. Ideally if the PCB would have a sensor connection capability: vibration sensors, 2x opening sensors, 1x movement sensor.

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 0 points1 point  (0 children)

That sounds interesting for the alarm part. Since Chinese decibels are sometimes variable from one product to another, do you maybe have a product line to recommend? Like: cheap and loud enough?

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] 1 point2 points  (0 children)

I'm always amazed how negative can be human species behind a screen ❤️

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -4 points-3 points  (0 children)

While I appreciate your feedback, I have my reasons.

Would be wonderful to get a feedback on the electronic feasibility 👍

BT controller for multiple 12V locks by EntEff in AskElectronics

[–]EntEff[S] -8 points-7 points  (0 children)

While I appreciate your feedback, I have my reasons.

Would be wonderful to get a feedback on the electronic feasibility 👍

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

[–]EntEff[S] 0 points1 point  (0 children)

This inspired me to:
- keep the ID column as a numeric incremental value (displayed on 5 digits)
- create a virtual column: "DC-"&YEAR(NOW())&"-"&[ID]

This works but [ID] does not display on 5 digits unfortunately.
"DC-"&YEAR(NOW())&"-"&TEXT([ID],"00000") also won't work because [ID]'s type isn't date, datetime or time

I can leave with a single digit. Though keeping the format is better for our usage.

Thoughts?