home-assistant/core

Can't set up address of solarlog device in integration's config

feikede opened this issue · 5 comments

The problem

Looks like "solar-log" is hard coded? Can't find any setting for hostname or better, IP address. In a running system, not a new from scratch setup.
Thanks

What version of Home Assistant Core has the issue?

24-10-2

What was the last working version of Home Assistant Core?

24-9..

What type of installation are you running?

Home Assistant OS

Integration causing the issue

solarlog

Link to integration documentation on our website

https://www.home-assistant.io/integrations/solarlog

Diagnostics information

System Information

version core-2024.10.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.2
update_channel stable
supervisor_version supervisor-2024.10.2
agent_version 1.6.0
docker_version 27.2.0
disk_total 57.8 GB
disk_used 7.1 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi4-64
supervisor_api ok
version_api ok
installed_addons deCONZ (6.23.0), File editor (5.8.0)
Dashboards
dashboards 3
resources 0
views 1
mode storage
Recorder
oldest_recorder_run 15. Oktober 2024 um 19:59
current_recorder_run 15. Oktober 2024 um 21:59
estimated_db_size 211.93 MiB
database_engine sqlite
database_version 3.45.3

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Hey there @Ernst79, @dontinelli, mind taking a look at this issue as it has been labeled with an integration (solarlog) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of solarlog can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign solarlog Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


solarlog documentation
solarlog source
(message by IssueLinks)

Hi @feikede
It is correct, as of now there is no possibility to reconfigure the host address of the solarlog. In fact, the possibility to reconfigure some parameters have only been introduced shortly (I think it was in 2024.7). Consequently your ticket is a feature request and not a bug report. Since the git repository is for bug reports only, I will close this issue. I will keep your feature request in mind, though.

Thanks @dontinelli - do you recommend to un-install the integration and re-install it from scratch, or will the entity names (like "sensor.pv_power_available") change? Sorry for the support request ...