Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto convert electric current intensity (A) #2429

Open
Salvialf opened this issue Mar 19, 2024 · 4 comments
Open

Auto convert electric current intensity (A) #2429

Salvialf opened this issue Mar 19, 2024 · 4 comments

Comments

@Salvialf
Copy link
Contributor

Add unite auto conversion for electric current intensity (A) ?

https://github.com/jeedom/core/blob/alpha/core/class/cmd.class.php#L56

@Salvialf Salvialf changed the title Unite auto conversion for electric current intensity (A) Unite auto convert electric current intensity (A) Mar 19, 2024
@Salvialf Salvialf changed the title Unite auto convert electric current intensity (A) Auto convert electric current intensity (A) Mar 19, 2024
@zoic21
Copy link
Contributor

zoic21 commented Mar 27, 2024

+1

@zoic21
Copy link
Contributor

zoic21 commented Sep 2, 2024

I reread this but I'am lost you want something like :
'mA' => array(1000, 'A'),

@BadWolf42
Copy link
Contributor

I think more something like: 'mA' => array(1000, 'A', 'kA'), but it not usual to deal with kA

Or maybe something like: 'VA' => array(1000, 'kVA'),

@Salvialf
Copy link
Contributor Author

I reread this but I'am lost you want something like : 'mA' => array(1000, 'A'),

I don't remember exactly what i had in mind when i opened this issue, i was working on a specific plugin at this time.

But yes, must be something like :
'mA' => array(1000, 'mA', 'A'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants