Stephen M Moraco
Stephen M Moraco
You'll need to adjust your config.ini to provide the hostname and domain correctly and/or fix why your system doesn't know its own hostname. The rpi-{hostname} says to me that this...
@xxLexanixx Please check the following: (on your RPi) - run `hostname -f` to see if it also reports your hostname - run `ifconfig` to see if it has either a...
Wow, I'm not seeing anything wrong with this so far. Can you get [MQTT Explorer](http://mqtt-explorer.com/) and look at what is being seen by MQTT. You can paste that here (there's...
@xxLexanixx can you please report more of the error you see? The line you posted is insufficient for determining the cause. THere should be more lines after that
sensor_name seems to need to be manually updated to contain correct as {hostname} isn't dereferenced
I'm traveling thru the weekend. I'll look into this more deeply when I get back to my equipment. I provided the entry "sensor_name" in the .ini in case someone has...
@drumbo I'm unclear if you found the config.ini setting: ``` # The MQTT name for this Raspberry Pi as a sensor #sensor_name = rpi-{hostname} ``` If you set this to...
Is your intent now to create a button in HA to do the full os upgrade sequence but unattended?: ```bash sudo apt-get update sudo apt-get dist-upgrade ```
Ok, I'm misunderstanding, sorry. So, do you want the reporter project itself to be updated? Since there are a number of ways it could be installed this would have to...
Thanks for the script... more when I decide how to handle this...
The date is using typescript localization I think. I can look into seeing if there's an HA localization or I guess I could offer a setting that would allow one...