Jacek Łuczak

Results 5 comments of Jacek Łuczak

The Job that install CRDs is missing "update" verb in [ClusterRole](https://github.com/rancher/charts/blob/dev-v2.6/charts/rancher-monitoring-crd/100.2.0%2Bup40.1.2/templates/rbac.yaml#L12). This issue also affects previous versions so each update will fail to upgrade CRDs.

Same issue here with Aqara SRTS-A01, four errors returned for two devices: ``` z2m: Received MQTT message on 'homeassistant/binary_sensor/0x54ef4410007f622a/setup/config' with data '{"availability":[ {"topic":"zigbee2mqtt/bridge/state","value_template":"{{ value_json.state }}"}],"device":{"identifiers":["zigbee2mqtt_0x54ef4410007f622a"],"manufacturer":"Aqara","model ":"Smart radiator thermostat E1 (SRTS-A01)","name":"SalonTRV","sw_version":"0.0.0_1030","via_device":"zigbee2mqtt_bridge_0xe0798dfffeeafb62"},"device_class":"running","...

As a quick check I've done a cast to int and that "fixes" the issue: ``` if random_song: if uri.find("album") > 0: results = client.album_tracks(uri, market=country_code) position = random.randint(0, int(results["total"])...

Same issue here. Seems like the firmware is indeed getting upgraded but somehow shows it runs on 6683 tho the build date was changed.

I've turned into a separate `System` section to use it further for all outside-of-shell, system related controls. The placement is also not the best imho - tho I can say...