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 17 changed 5 lines
* Add [DSMR integration|https://www.home-assistant.io/integrations/dsmr/] and plug a P1 usb meter in the HP thin client. Also you can enable some initially disabled entities, like voltages and current. You can entities from this integration to the energy dashboard.
* Add the Frontier Silicon integration, that should allow operating the Imperial DABMan internet radio.
* Install the Mobile App integration (or was it already present after vanilla install?), anyway, you should be able to add your phone, but using the HomeAssistant app on your phone.
* Install the SolarEdge integration. Also add this in the energy dashboard. You do need an API key, I got that straight away as a reply on a mail to mail solar installer SolarHVT. Zie ook [deze instructies|https://helpdesk.homewizard.com/nl/articles/6120664-hoe-koppel-ik-mijn-solaredge-omvormer]
* Create an empty dashboard ("Rommel"), here you can add stuff (you cannot add stuff to the default set of dashboards)
! DSMR
Add [DSMR integration|https://www.home-assistant.io/integrations/dsmr/] and plug a P1 usb meter in the HP thin client. Also you can enable some initially disabled entities, like voltages and current. You can entities from this integration to the energy dashboard.
! Imperial DabMan
Add the Frontier Silicon integration, that should allow operating the Imperial DABMan internet radio.
! Mobile App
Install the Mobile App integration (or was it already present after vanilla install?), anyway, you should be able to add your phone, but using the HomeAssistant app on your phone.
! SolarEdge
Install the SolarEdge integration. Also add this in the energy dashboard. You do need an API key, I got that straight away as a reply on a mail to mail solar installer SolarHVT. Zie ook [deze instructies|https://helpdesk.homewizard.com/nl/articles/6120664-hoe-koppel-ik-mijn-solaredge-omvormer]
! Miscellaneous
Create an empty dashboard ("Rommel"), here you can add stuff (you cannot add stuff to the default set of dashboards)
! Internet access to HA
At line 42 removed 5 lines
* install [HACS|https://hacs.xyz/] (Home Assistant Community Store
* enable ssh root access to the ha host:
** basically copying your ssh public key to /root/.ssh/authorized_keys. The root console is on serial console 6, just enter root, not password is asked. Then I used the ha webterminal to copy/paste my public key to a file called "aap", did a {{find / -name aap}}, and found out which actual from the host file system it was, then simply copy the contents: {{cat aap >/root/.ssh/authorized_keys}}.
** Then the DropBear ssh daemon needs to be enabled/started: {{systemctl start dropbear && systemctl enable dropbear}}
** You can then ssh from your workstation to ha with {{ssh root@192.168.2.8}}, and ther you are :-)
At line 49 added 2 lines
! HACS
Install [HACS|https://hacs.xyz/] (Home Assistant Community Store
At line 52 added 10 lines
! SSH access to HA host
[Enable ssh root access to the ha host|https://community.home-assistant.io/t/howto-how-to-access-the-home-assistant-os-host-itself-over-ssh/263352]:
* basically copying your ssh public key to /root/.ssh/authorized_keys. The root console is on serial console 6, just enter root, not password is asked. Then I used the ha webterminal to copy/paste my public key to a file called "aap", did a {{find / -name aap}}, and found out which actual from the host file system it was, then simply copy the contents: {{cat aap >/root/.ssh/authorized_keys}}.
* Then the DropBear ssh daemon needs to be enabled/started: {{systemctl start dropbear && systemctl enable dropbear}}
* You can then ssh from your workstation to ha with {{ssh root@192.168.2.8}}, and ther you are :-)
! BOSH EasyControl Thermostat
[This github|https://github.com/cpmarvin/boscheasycontrol] seems outdated, and has dead links.\\
[https://github.com/bosch-thermostat/home-assistant-bosch-custom-component] deze dan?
At line 52 removed one line
* [ssh to the root OS|https://community.home-assistant.io/t/howto-how-to-access-the-home-assistant-os-host-itself-over-ssh/263352]