This page (revision-32) was last changed on 04-Oct-2025 12:15 by Harry Metske

This page was created on 05-Jun-2025 15:53 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
32 04-Oct-2025 12:15 21 KB Harry Metske to previous
31 16-Aug-2025 14:59 21 KB Harry Metske to previous | to last
30 16-Aug-2025 14:11 21 KB Harry Metske to previous | to last
29 16-Aug-2025 14:10 21 KB Harry Metske to previous | to last
28 16-Aug-2025 10:04 7 KB Harry Metske to previous | to last
27 18-Jun-2025 19:43 7 KB Harry Metske to previous | to last
26 10-Jun-2025 16:12 6 KB Harry Metske to previous | to last
25 10-Jun-2025 16:11 6 KB Harry Metske to previous | to last
24 09-Jun-2025 18:21 6 KB Harry Metske to previous | to last
23 09-Jun-2025 10:02 6 KB Harry Metske to previous | to last
22 09-Jun-2025 09:27 6 KB Harry Metske to previous | to last
21 08-Jun-2025 18:06 5 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links
HomeAssistant...nobody

Version management

Difference between version and

At line 128 added 4 lines
%%info
Running gotstmart there did not solve the issue, you now cannot access the device from the raspberry pi. So I stopped this and started using prometheus exporter, see next chapter
%%
At line 146 added one line
- sensor.gas_meter_gasverbruik
At line 266 changed one line
We don't want the state_change_total, state_change_created, entity_available and last_updated_time_seconds metrics, only the real value. To achieve will use prometheus relabel config.
We don't want the python_*, process_*, state_change_total, state_change_created, entity_available and last_updated_time_seconds metrics, only the real value. To achieve will use prometheus relabel config.
At line 275 changed one line
regex: 'homeassistant_last_updated_time_seconds|homeassistant_entity_available|homeassistant_state_change_created|homeassistant_state_change_total|python_.*'
regex: 'homeassistant_last_updated_time_seconds|homeassistant_entity_available|homeassistant_state_change_created|homeassistant_state_change_total|python_.*|process_.*'