I'm another suspended Ezlo forum member. It is very disappointing to see what is going on there.

Tom_D
Posts
-
My Turn! Suspended at Ezlo Forum -
Restart Reactor option not working on QNAP dockerNice to know that "Restart Reactor" under tools shuts Reactor down and then relies on the host to restart it. Nice to know that QNAP is not behaving. I restart on the QNAP GUI after I make configuration changes. I am using QNAP because it is what I have so this would be good info for someone looking for a NAS to run Reactor on.
-
Stumbling toward a working MSR...It is a good thing containers don't cost anything.
I tried TZ=-800 and TZ=America/Los_Angeles and neither worked so I checked the QNAP box time and it was off by a bit and not updating so I fixed that and the Reactor status error is gone.
The network setting for the container is Host. NAT and Bridge did not work.
The top file share line did not work but the second one did.
All seems to be working now so I can start learning MSR.
Thanks for the help. -
TTS in MSR?I am trying to enable MSR TTS on Google home devices. I found the local_hass_devices.yaml file already existed with the above example.
So in the true spirit of cutting and pasting while not knowing what I am doing I ended up with the following file:# This file has local definitions for HomeAssistant devices. --- entities: # Entry shows how an entity can have a service added and its name forced "hass>sensor_connected_clients": name: "WebSocket Clients" services: - homeassistant # Sample Sonos device, add the Hass "tts" service for text-to-speech capability "hass>media_player_sonos_living_room": service: - tts # Sample Sonos device, add the Hass "tts" service for text-to-speech capability "hass>media_player.family_room_speaker": service: - tts
-
Pushover duplicate messages.This problem seems resolved now. My new Pushover section of the notification.yaml file is:
# Pushover Pushover: profiles: phonewin: # description - A friendly description of this profile (for menus) description: Phone and Windows # # user - (required) user key from Pushover. Refer to the Reactor docs for # the Notify action for info on how to get your user key. user: "MyUserKey" # # token - (required) token from Pushover site. Again, see the Reactor docs # for info. This is the default token used for this profile if a # token is not specified in the notification parameters. token: "MyToken" # # default_device - (optional) name of the default device to receive not- # ifications. You can leave this blank, and the default # device will be whatever the Pushover API determines. If # set here, it's the default for this profile, when no # device is specified in the Notify action itself. default_device: "TomGS10,TomWin" # # default_title - (optional) default notification title to use for this # profile. It will be used when no title is specified in # the Notify action. If no title is specified at all, the # system default title "Reactor" will be used. default_title: "" phone: # description - A friendly description of this profile (for menus) description: Phone Only # # user - (required) user key from Pushover. Refer to the Reactor docs for # the Notify action for info on how to get your user key. user: "MyUserKey" # # token - (required) token from Pushover site. Again, see the Reactor docs # for info. This is the default token used for this profile if a # token is not specified in the notification parameters. token: "MyToken" # # default_device - (optional) name of the default device to receive not- # ifications. You can leave this blank, and the default # device will be whatever the Pushover API determines. If # set here, it's the default for this profile, when no # device is specified in the Notify action itself. default_device: "TomGS10" # # default_title - (optional) default notification title to use for this # profile. It will be used when no title is specified in # the Notify action. If no title is specified at all, the # system default title "Reactor" will be used. default_title: "" windows: # description - A friendly description of this profile (for menus) description: Windows Only # # user - (required) user key from Pushover. Refer to the Reactor docs for # the Notify action for info on how to get your user key. user: "MyUserKey" # # token - (required) token from Pushover site. Again, see the Reactor docs # for info. This is the default token used for this profile if a # token is not specified in the notification parameters. token: "MyToken" # # default_device - (optional) name of the default device to receive not- # ifications. You can leave this blank, and the default # device will be whatever the Pushover API determines. If # set here, it's the default for this profile, when no # device is specified in the Notify action itself. default_device: "TomWin" # # default_title - (optional) default notification title to use for this # profile. It will be used when no title is specified in # the Notify action. If no title is specified at all, the # system default title "Reactor" will be used. default_title: ""
-
Pick the middle of 3 values.Thanks! That works.
-
Problem with median functionThanks. I'll look forward to the fix.
I like comments to remind me of what the hell I was thinking when I wrote that. Also to comment out a line of code to try something different or for a temporary fix. -
Local variable in delay field?After a reminder, thanks for that, I am using latest-22044-3bb5e21 version of MSR.
-
Moving MSR from a QNAP container to RP 5 - some issuesThank you all. After many false starts, I got a bit frustrated with the process and quit with the question here.
After learning along the way, I created a new user on the RP and started fresh. Everything seems to be working now, and I can move on to something else.
Thanks again.