sorry to ask for, but i cant find any usefull wiki example in the documentation on how to set up a home-page button to switch to e.g. button page 2. This would be a good wiki-example. Switching pages with button
i want a Light-bulb button on the home-screen.
If u push it, it should switch to button page 2, where all the lights are visible.
i belive, i have to do some kind of “send_command” automation, but i dont know the correct syntax for it
Thx a lot!
You can have wrong version on ESPHome logs when no version is reported, which means the Blueprint is not connected to the panel.
Please double check in your blueprint settings if the panel is selected properly.
I’m still waiting to fix one of my NS Panels which refuses to complete the TFT update, but I have another which is working great on all the 4.0.2 files.
My question is, where do I find the settings to select the media player to be controlled? I don’t see it anywhere in the Blueprint.
So, in your ESPHome yaml settings, on the remote_package area, change from ref: main to ref: dev. Flash your device again and then try to Upload TFT (please capture logs).
After that, change it back to ref: main and flash your device again. (please don’t try to transfer TFT again if you already succeeded from dev).
Please let me know how it goes.
Success! You are a legend mate. So far I’ve just flashed the dev ESPhome file and uploaded the TFT. I’ll now upload the main ESPhome file again. Unfortunately I did it all from my phone so didn’t get the logs but it went smoothly. I’ll see if I can grab anything using my PC shortly.
EDIT: I had a look at the logs but nothing to see there, I definitely should have used my PC during the TFT update. Sorry about that.
So… with the newly released wake word stuff in HA and ESPhome, would it be possible to include that functionality in the NS Panels by wiring in a microphone? That would be epic. I guess it will come down to what resources are left in the NS Panel’s ESP with the existing package on there.
With the media players, I’m noticing that with the ones I have setup which only have ‘up’ and ‘down’ volume rather than a slider, simply show no volume control at all.
Could you please go to Developer Tools, tab States, then look for this entity and let me know what it is in its attributes? Ims specially interested on the supported_features attribute.
By the way, which integration are you using for this media player device?
So this is an old AV receiver which I’m controlling via SmartIR with a Broadlink IR blaster. Basically HA can only send it commands for power, volume, mute and input selection, then expect that it got through. For volume it can therefore only give up and down commands with no knowledge of the actual volume level. In media cards this normally just give up and down buttons rather than a slider.
We use volume set to define if volume buttons are shown, but I understand in your case volume up/down buttons should be there.
Volume step is probably the best one in this case, but that will require changes in the service calls also, as currently the +/- also use volume set service.
I will take a look at this.