Replies: 1 comment 2 replies
|
Thanks for those. Environment module.
Publish Data
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
These are the things I have found so far.
Environment:
Removed existing AllSky install and re-install by:
~/allskyand/opt/allskyfolders~/allsky-modulesfolderv2025.xx.xxand run installer on both repos (allsky first, reboot Pi then modules)Environment Monitor Module
When Home Assistant is selected and required parameters are set like below:
The sensor selection do not populate. Clicking the 'Test Module' results in this:
INFO: Reading sensor , BME280-I2C INFO: Sensor BME280-I2C read. Temperature 17.18 Humidity 68.7 Relative Humidity None Dew Point 11.38 Pressure 992.0 Altitude 181.0 Co2 None INFO: Reading sensor 1, Homeassistant ERROR in /home/pi/allsky/config/myFiles/modules/allsky_temp.py: The following variables are not set: hass_url, hass_ltt, hass_unit, hass_temperature, hass_humidity, hass_pressure INFO: Sensor Homeassistant read. Temperature None Humidity None Relative Humidity None Dew Point None Pressure None Altitude None Co2 None INFO: Sensor 1 returned no temperature INFO: Saved data to the SQLite3 databasePublish Data to Redis/MQTT/REST/influxDB
InfluxDB module needs to be installed first before this module can run. May be mention this requirement in the module UI to that effect?
Also at least one variable needs to be defined under the 'General' tab before using the other sections (in this case, POST) otherwise the flow will throw the below error:
But the API call did go through. From the round display console:
Also in the same module, selecting the variable 'blocks' from the UI doesn't seem to do any thing.
All reactions