imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

Wrong name for RPi3 on NavbarTemp #43

Closed phcoetzee closed 4 years ago

phcoetzee commented 5 years ago

NavbarTemp used to show the prefix to temp for my RPi3 as Raspi, but today after the update it show the prefix temp as SoC. The temp percentage is correct its just showing: SoC: 35.4°C instead of Raspi: 35.4°C

Cosik commented 5 years ago

@phcoetzee it's not a bug. We change displayed name to general name.

phcoetzee commented 5 years ago

Thx, but how can I change Soc to Raspi?

imrahil commented 5 years ago

@cosik can we configure displayed name via settings?

phcoetzee commented 5 years ago

No option to change display name via settings but it would be a nice option please!

Cosik commented 5 years ago

@phcoetzee adn @imrahil ofc, we could try to do this, but this should be next feature called something like "custom names in NavbarTemp". There is probably some other FR for that.

phcoetzee commented 5 years ago

Yes please! :+1:

SillyHats commented 5 years ago

This would be a good option to add to the settings

Cosik commented 4 years ago

@phcoetzee and @SillyHats I added such possibility. Please check latest devel and let me know if it's working correctly.

phcoetzee commented 4 years ago

If I add the name Raspi in the Name Configuration for custom commands it reads: SoC: 34.3°C Raspi: null in the Navbar so I guess something not right?

Cosik commented 4 years ago

@phcoetzee are you sure that you have installed plugin from devel branch and you have clean cache of web browser?

phcoetzee commented 4 years ago

Sorry I have installed the master. I have now installed the devel and its now working perfectly showing custom name. Thank you for your effort.

Cosik commented 4 years ago

@phcoetzee change will be in official release 0.14 which should be available soon.