Hi all,
I have been with domoticz for years (always happy!) and over the last 5 I am mainly using dashticz as it shows everything very clear! But since the limitation to weather forecast and the difficulties I have to access it from outside my network (I use a raspberry pi as server) I am about to start moving to Home Assistant tomorrow.
Is there anyone with a very simple basic CONFIG.JS showing how I can use OPENWEATHER? I have an acct for several years with them, but can not make it work. Seems I need to upgrade to beta, etc..... But I just want something very simple.
Same with accessing it externally. Seems I need a lot of different steps to make it happen....
BTW, is there a way to chat/IM here? Instead of posts?
Tks all!
Henry
struggling to add weather forecast / external access
Moderators: leecollings, htilburgs, robgeerts
- kiddigital
- Posts: 435
- Joined: Thursday 10 August 2017 6:52
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: struggling to add weather forecast / external access
Both issues should be easy to solve as many domoticz users are using weather forecasts and access their domoticz from outside.
Not sure if/how HA makes that easier… did it?
Search the wiki and forum for the info needed.
Not sure if/how HA makes that easier… did it?
Search the wiki and forum for the info needed.
One RPi with Domoticz, RFX433e, aeon labs z-wave plus stick GEN5, ha-bridge 5.4.0 for Alexa, Philips Hue Bridge, Pimoroni Automation Hat
One RPi with Pi foundation standard touch screen to display Dashticz
One RPi with Pi foundation standard touch screen to display Dashticz
-
- Posts: 2260
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: struggling to add weather forecast / external access
If you have setup your OWM account some time ago, then the most straightforward method to show the weather forecast is as follows:henrybcn wrote: ↑Friday 18 August 2023 20:52 Hi all,
I have been with domoticz for years (always happy!) and over the last 5 I am mainly using dashticz as it shows everything very clear! But since the limitation to weather forecast and the difficulties I have to access it from outside my network (I use a raspberry pi as server) I am about to start moving to Home Assistant tomorrow.
Is there anyone with a very simple basic CONFIG.JS showing how I can use OPENWEATHER? I have an acct for several years with them, but can not make it work. Seems I need to upgrade to beta, etc..... But I just want something very simple.
Same with accessing it externally. Seems I need a lot of different steps to make it happen....
BTW, is there a way to chat/IM here? Instead of posts?
Tks all!
Henry
Code: Select all
blocks['myweather'] = {
type:'weather',
apikey: '6c4...7b9',
city: 'amsterdam',
country: 'nl',
}
var columns = {}
columns[1] = {}
columns[1]['blocks'] = [
'myweather'
]
var screens = {}
screens[1] = {
columns: [1]
}
Code: Select all
blocks['myweather'] = {
type:'weather',
apikey: '6c4...7b9',
city: 'amsterdam',
country: 'nl',
provider: 'owm3'
}
For the external access: Let's start a new topic for that one. Domoticz now supports a new authentication method. That makes things safer when exposing Dashticz to the outside world.
Who is online
Users browsing this forum: No registered users and 0 guests