-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Litre option in setting along side cm and inch #198
Comments
Hmm, how could the pi read out this information? Is the Arduino providing some kind of HTTP server as a remote sensor? Else, it is usb/serial? That is a bit harder to support |
yeah the data comes from the arduino #124 to a *.json file. and using the remote function. I thought just adding L to the drop down cm, inches in settings to display in litres. // Calculating distance 1 |
Made a new sensor type. Now you can add volume sensors in Liters. Also, these volume sensors can be used with the water tank environment settings. |
Have you been able to test this? And does it work for you? |
Tested and Works a charm-ish! I also can't add co2 environment what ever I do it doesnt save. (for some time) I like the nav update with the sensors only showing sensors used.. much easier to nav. Good Work! |
The height info is still needed, but not used. It is a bit harder to make those fields variable in requirement when selecting sensors. Hence, just fill in some values..... The volume in environment is not there. Is figured that it would be used as the water tank source. So what I did is adding volume sensors in the same way as height. But on the environment there is only the water tank that can use it. There is also no height environment part for height sensors... For the CO2 environment part, do you get an error somewhere? Could help debug it. |
Found it... should not also be fixed. Clear cache as there is a .js file update which are cached in the browser. |
Closing due to main issue is fixed. If the other issues are still there, please open a new issue |
This works |
I already have cal my distance in arduino to output in Litres and was wondering if you could put a Litre option in settings inside cm and inch field.
Thanks
The text was updated successfully, but these errors were encountered: