If i recall it would take 10 minutes to report a change in %, it does not report if there was no change.
@mike.maxwell , or anyone, since the reporting interval for temperature actually works, do you have any recommendations on the interval? Maybe turn it off? How would battery life be affected? Periodic temperature reports might show that the thing is still alive, since the propane level won't change much since it's mostly for a generator and battery % won't change much. How does that "Ping Every Three Hours" setting work?
Got some more erroneous readings overnight.
I guess I'll have to contact Sinope support.
Nothing's easy.
The erroneous readings for level and temp are within seconds apart.
That could be a clue.
@mike.maxwell , could this be a driver thing?
Even though I can't use the device yet, I got the attribute for propane level working well on my dashboard. Had to use some CSS to change the font size of the value to match my other data font sizes, and had to add the percent sign afterwar.
#tile-61 .tile-primary {font-size: 26px !important; }
#tile-61 .tile-primary:after {font-size: 14px; content: ' %' !important; }
Very nice!
I have resisted CSS...until now.
I just cut and paste your stuff, with a font tweak.
Have no idea what "after" means, but I guess I'll have to read.
Would be nice to get the battery % on the same tile, without "investing" in a tile design app, or whatnot.
Also, I think I'll get rid of the "tank gauge" on the device name. I've been getting too wordy for the tiles' dimensions.
Again, totally not knowing what I'm doing:
I'm not sure if this is the kind of tile design app you referenced, and while I am not using it now I used to use Tile Master. You can squeeze a few values into one tile rather nicely...
Me too.
I don't know if it's justified, but I'm trying to avoid as much overhead memory use as possible.
I'm not a stickler for looks, more functionality.
Same here - ditched anything I added when it was new and shiny if I didn't really need it. And went with stock drivers/apps wherever possible even if they lacked extra features. Never had a problem, but I think I have a high number of devices and I just want them to work without hassle.
On another note, the temperature tracks my weather station's number pretty well.
I just hope the erroneous readings of temp and level don't become a major thing.

How does that "Ping Every Three Hours" setting work?
I wouldn't use that, it would actually reduce battery life.

Great, it's become a regular thing.
Can you put the device into debug logging, and post the descMap live log when it reports 82%?
If you don't need temp reporting, try turning it off.
I don't know if the interval is hard coded or not.

Can you put the device into debug logging, and post the descMap live log when it reports 82%?
Sure, but doesn't that usually time out after 20 minutes?
It's been good for 24 hours now; no erroneous readings. Fingers crossed.

If you don't need temp reporting, try turning it off.
I kind of like it. Reports track chosen device parameters, plus the temp seems accurate, based on my weather station.
The other person with this sensor on the forum said on the other thread that his device is reporting hourly, as set, with outages of 3-5 hours the last two over nights.
It reports tank level every 12 hours; not battery %.
It happened again.
First, it seems the temperature reports an erroneous number, lower than it should be.
Then, three seconds later, tank level is reported to be 82%.
Then, 27 seconds later, tank level is reported to be the correct 75%.
Then, 10 minutes later, the correct temperature number is reported.
@mike.maxwell , is it possible to keep debug logging turned on so I can capture the event?