Search results

  1. R

    HWInfo integration into Home Assistant, via MQTT

    I got it working... I had to create a template for my sensors in configuration.yaml, and then create a new Gauge based on the friendly name. sensor: - platform: template sensors: infinity_cpu_temp: friendly_name: "Infinity CPU Temperature" unit_of_measurement: 'C'...
  2. R

    HWInfo integration into Home Assistant, via MQTT

    I'm using Core, but that did work. I'm in the States though, where we do everything backwards. So I need Fahrenheit for all my other temps, and just Celsius for the computer temps... lol. I'll keep messing with it. Thanks
  3. R

    HWInfo integration into Home Assistant, via MQTT

    I see it in the core.entity_registry file as Fahrenheit. "config_entry_id": "0884b17c6fbb49a61b9dad93c9b3483a", "device_class": null, "device_id": null, "disabled_by": null, "entity_category": null, "entity_id"...
  4. R

    HWInfo integration into Home Assistant, via MQTT

    It's coming from HWinfo as Celsius and displayed in HASS as Fahrenheit. See below. This is the motherboard2 entry we worked on earlier. You can reference my hwinfo.inc file above to check my ID numbers to confirm it's the same sensor I'm referencing.
  5. R

    HWInfo integration into Home Assistant, via MQTT

    My man you are an ace!!! Fantastic! Working great... thanks. One last question. I cannot seem to change the temperature unit in HASS. It defaults to F, and when I choose C, it doesn't stick. Any ideas?
  6. R

    HWInfo integration into Home Assistant, via MQTT

    I did restart fipha.exe after making changes to hwinfo.inc. Still not seeing it in HASS. Logs are showing no issues. I converted hex to decimal and the numbers match in both files. I attached them both here as txt files, as the json is huge. Note that in hwinfo.inc, I am referencing this...
  7. R

    HWInfo integration into Home Assistant, via MQTT

    Can I add more sensors than is currently listed in HWINFO.inc? For instance, I want to add another motherboard temp sensor. I added a sensor to the file manually which I did correctly link to HWinfo using the HWiNFOSharedMemoryViewer tool. It does not appear in Home Assistant however. See...
  8. R

    HWInfo integration into Home Assistant, via MQTT

    This worked perfectly, thank you.
  9. R

    HWInfo integration into Home Assistant, via MQTT

    I cannot get this to work with Home Assistant. See the below errors: ERROR 2022-09-15 23:20:48,068 MoveNext - No Home Assistant Connection ERROR 2022-09-15 23:20:48,081 ReadMem - HWINFO Shared Memory Read Problem System.IO.FileNotFoundException: Unable to find the specified file. at...
Back
Top