gymcas.blogg.se

Home assistant raspberry pi zero wifi
Home assistant raspberry pi zero wifi









home assistant raspberry pi zero wifi

input_voltage changed to input_mvoltage wich would get you the value in milivolts instead of volts. So you could change the list on line 209.

home assistant raspberry pi zero wifi

I think (but it's bee a while since I worked on this) that line 209-212 and further down in solaredevice.py contains a list of all items that should be logged remotely. I also have various checks in place because quite often these devices report crazy values for a short time, so I try to filter out values that are obviously bad. millivolt, temperature in kelvin etc), but it will report/log on more "human friendly" values (volt, temperature in celsius etc). You will mostly see that values are stored as "high resolution" (e.g. If you look at the class PowerDevice in solaredevice.py you can find the definitions of the various monitored values. I asked the author about increasing the decimal places on the values and this is what he has to say:











Home assistant raspberry pi zero wifi