wez/govee2mqtt

No device showing up under MQTT, no errors from logs

Opened this issue · 2 comments

Govee Device SKU

H605B

Govee2MQTT Version

2024.04.29-30cf7732

Describe the issue

ScreenShot 2024-05-22 at 05 08

There seems to be no error, but no devices is showing up under MQTT

Startup Diagnostics

ScreenShot 2024-05-22 at 05 10

Additional Logs

No response

Home Assistant Logs

No response

Anything else?

No response

Are you sure, that your Account data for govee and the API ist stored correct? Maybe you copied unneeded spaces at the end of API?

@Robin19777 Yes... no extra spaces on start and on end.. What else can I check?

> GOVEE_API_KEY=REDACTED
> GOVEE_MQTT_HOST=core-mosquitto
> GOVEE_TEMPERATURE_SCALE=C
> GOVEE_EMAIL=REDACTED
> GOVEE_PASSWORD=REDACTED
> GOVEE_MQTT_PASSWORD=REDACTED
> GOVEE_MQTT_USER=addons
> GOVEE_MQTT_PORT=1883
> ++ cd /app
> ++ exec /app/govee serve
> [2024-05-22T06:19:10 INFO  govee::commands::serve] Starting service. version 2024.04.29-30cf7732
> [2024-05-22T06:19:10 INFO  govee::commands::serve] Querying platform API for device list
> [2024-05-22T06:19:10 INFO  govee::commands::serve] Querying undocumented API for device + room list
> Error: timeout connecting to IoT in AWS
> 
> Caused by:
>     deadline has elapsed
> 
> Stack backtrace:
>    0: std::backtrace_rs::backtrace::libunwind::trace
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5
>    1: std::backtrace_rs::backtrace::trace_unsynchronized
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
>    2: std::backtrace::Backtrace::create
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/backtrace.rs:331:13
>    3: govee::service::iot::start_iot_client::{{closure}}
>    4: govee::commands::serve::ServeCommand::run::{{closure}}
>    5: govee::Args::run::{{closure}}
>    6: tokio::runtime::park::CachedParkThread::block_on
>    7: tokio::runtime::context::runtime::enter_runtime
>    8: tokio::runtime::runtime::Runtime::block_on
>    9: govee::main
>   10: std::sys_common::backtrace::__rust_begin_short_backtrace
>   11: std::rt::lang_start::{{closure}}
>   12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:284:13
>   13: std::panicking::try::do_call
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:554:40
>   14: std::panicking::try
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:518:19
>   15: std::panic::catch_unwind
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panic.rs:142:14
>   16: std::rt::lang_start_internal::{{closure}}
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/rt.rs:148:48
>   17: std::panicking::try::do_call
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:554:40
>   18: std::panicking::try
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:518:19
>   19: std::panic::catch_unwind
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panic.rs:142:14
>   20: std::rt::lang_start_internal
>              at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/rt.rs:148:20
>   21: main
> s6-rc: info: service legacy-services: stopping
> s6-rc: info: service legacy-services successfully stopped
> s6-rc: info: service legacy-cont-init: stopping
> s6-rc: info: service legacy-cont-init successfully stopped
> s6-rc: info: service fix-attrs: stopping
> s6-rc: info: service fix-attrs successfully stopped
> s6-rc: info: service s6rc-oneshot-runner: stopping
> s6-rc: info: service s6rc-oneshot-runner successfully stopped`